1. df9ffb7 vga: fix bochs alignment issue by Gerd Hoffmann · 12 years ago
  2. 6801038 target-mips: fix wrong microMIPS opcode encoding by 陳韋任 (Wei-Ren Chen) · 12 years ago
  3. 68d0019 mips/malta: fix CBUS UART interrupt pin by Aurelien Jarno · 12 years ago
  4. ce34cf7 Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-1.3.0-rc0' into staging by Anthony Liguori · 12 years ago
  5. 662d263 Merge remote-tracking branch 'kraxel/pixman.v5' into staging by Anthony Liguori · 12 years ago
  6. de148eb Merge remote-tracking branch 'bonzini/nbd-next' into staging by Anthony Liguori · 12 years ago
  7. 5f580e9 Merge remote-tracking branch 'bonzini/scsi-next' into staging by Anthony Liguori · 12 years ago
  8. ce5e5b5 Merge remote-tracking branch 'kraxel/usb.70' into staging by Anthony Liguori · 12 years ago
  9. bf0dfb6 Merge remote-tracking branch 'spice/spice.v63' into staging by Anthony Liguori · 12 years ago
  10. feb33ea pixman: cleanup properly on make distclean by Gerd Hoffmann · 12 years ago
  11. daa8e5a pixman: add licensing info by Gerd Hoffmann · 12 years ago
  12. b776eca pixman: build internal version early by Gerd Hoffmann · 12 years ago
  13. c28fa5a pixman: pass cflags, add -fPIC by Gerd Hoffmann · 12 years ago
  14. 4d5bdd0 pixman: disable gtk by Gerd Hoffmann · 12 years ago
  15. 42da604 pixman: set --host for cross builds by Gerd Hoffmann · 12 years ago
  16. 5ca9388 pixman: add output dir to include path by Gerd Hoffmann · 12 years ago
  17. a771c51 vfio-pci: Use common msi_get_message by Alex Williamson · 12 years ago
  18. e1d1e58 vfio-pci: Add KVM INTx acceleration by Alex Williamson · 12 years ago
  19. 716b8e4 linux-headers: Update to 3.7-rc5 by Alex Williamson · 12 years ago
  20. c8969ed nbd: fixes to read-only handling by Paolo Bonzini · 12 years ago
  21. f5022a1 aio: fix aio_ctx_prepare with idle bottom halves by Paolo Bonzini · 12 years ago
  22. dd72fdd virtio-scsi: use dma_context_memory by Paolo Bonzini · 12 years ago
  23. 9e11908 dma: Define dma_context_memory and use in sysbus-ohci by Peter Maydell · 12 years ago
  24. 4003e24 megasas: Correct target/lun mapping by Hannes Reinecke · 12 years ago
  25. accfeb2 scsi-disk: flush cache after disabling it by Paolo Bonzini · 12 years ago
  26. 346a301 megasas: do not include block_int.h by Paolo Bonzini · 13 years ago
  27. b5232e9 scsi: remove superfluous call to scsi_device_set_ua by Paolo Bonzini · 12 years ago
  28. cd41a67 virtio-scsi: factor checks for VIRTIO_SCSI_S_DRIVER_OK when reporting events by Paolo Bonzini · 12 years ago
  29. c8dcb53 scsi: do not return short responses for emulated commands by Paolo Bonzini · 12 years ago
  30. 4057725 hmp: add NBD server commands by Paolo Bonzini · 13 years ago
  31. 17b6be4 nbd: disallow nbd-server-add before nbd-server-start by Paolo Bonzini · 12 years ago
  32. e644473 nbd: force read-only export for read-only devices by Paolo Bonzini · 12 years ago
  33. fc6467e nbd: fix nbd_server_stop crash when no server was running by Paolo Bonzini · 12 years ago
  34. 1d7d2a9 nbd: accept URIs by Paolo Bonzini · 12 years ago
  35. d04b0bb nbd: accept relative path to Unix socket by Paolo Bonzini · 12 years ago
  36. 7e7f4a0 qemu-nbd: initialize main loop before block layer by Paolo Bonzini · 12 years ago
  37. 3c5645f tcg: properly check that op's output needs to be synced to memory by Kirill Batuzov · 12 years ago
  38. 7c2c3ea target-mips: Fix seg fault for LUI when MIPS_DEBUG_DISAS==1. by Eric Johnson · 12 years ago
  39. 0af10c8 target-i386: avoid using cpu_single_env by Blue Swirl · 13 years ago
  40. 0c4fabe target-xtensa: avoid using cpu_single_env by Blue Swirl · 13 years ago
  41. 447b3b6 target-unicore32: avoid using cpu_single_env by Blue Swirl · 13 years ago
  42. 4840552 kvm: avoid using cpu_single_env by Blue Swirl · 13 years ago
  43. f4359b9 disas: avoid using cpu_single_env by Blue Swirl · 13 years ago
  44. 036208c slirp: remove unused function u_sleep by Blue Swirl · 12 years ago
  45. e62774c sun4c: remove unused functions by Blue Swirl · 12 years ago
  46. 4d4d9b3 m48t59: remove unused m48t59_set_addr by Blue Swirl · 12 years ago
  47. a9523d1 tests/tcg: new test for i386 FPREM and FPREM1 by Catalin Patulea · 12 years ago
  48. 7ea692b memory: Don't dump disabled regions by Jan Kiszka · 12 years ago
  49. 22bde71 memory: Reintroduce dirty flag to optimize changes on disabled regions by Jan Kiszka · 12 years ago
  50. 253ecf8 qemu-timer: Fix compilation for non-POSIX hosts by Stefan Weil · 12 years ago
  51. 1f20256 vmware_vga: Add back some info in local state partially reverting aa32b38c by BALATON Zoltan · 12 years ago
  52. 5c61afe kvmvapic: Fix TB invalidation after instruction patching by Jan Kiszka · 12 years ago
  53. 9d15304 ehci: fix migration by Gerd Hoffmann · 12 years ago
  54. 616b5d5 xhci: Fix some DMA host endian bugs by David Gibson · 12 years ago
  55. ffd8a97 usb/combined-packet: Move freeing of combined to usb_combined_packet_remove() by Hans de Goede · 12 years ago
  56. 9b8251c xhci: Add support for packets with both data and an error status by Hans de Goede · 12 years ago
  57. e696b1d ehci: Add support for packets with both data and an error status by Hans de Goede · 12 years ago
  58. 01e26b0 ehci: Get rid of the magical PROC_ERR status by Hans de Goede · 12 years ago
  59. e94ca43 usb-redir: Allow packets to have both data and an error-status by Hans de Goede · 12 years ago
  60. 9a77a0f usb: split packet result into actual_length + status by Hans de Goede · 12 years ago
  61. b8c6a5d microblaze: translate.c: Fix swaph decoding by Peter Crosthwaite · 12 years ago
  62. 2592c59 tools: initialize main loop before block layer by Paolo Bonzini · 12 years ago
  63. c878da3 tcg/ppc32: Use trampolines to trim the code size for mmu slow path accessors by malc · 12 years ago
  64. bdd4df3 spice: fix initialization order by Gerd Hoffmann · 12 years ago
  65. 365b1e9 pflib: unused, remove it. by Gerd Hoffmann · 13 years ago
  66. d9a8656 spice: switch to pixman by Gerd Hoffmann · 12 years ago
  67. e32c25b qxl: call dpy_gfx_resize when entering vga mode by Gerd Hoffmann · 12 years ago
  68. 958c2bc qxl: fix cursor reset by Gerd Hoffmann · 13 years ago
  69. 511aefb hw/qxl: qxl_send_events: nop if stopped by Alon Levy · 12 years ago
  70. 48f4ba6 hw/qxl: guest bug on primary create with stride %4 != 0 by Alon Levy · 12 years ago
  71. 1cfd981 target-mips: use ULL for 64 bit constants by Blue Swirl · 12 years ago
  72. 30ea833 build: pthread_atfork() needs include of pthread.h by Anthony Liguori · 12 years ago
  73. ed224a5 tcg/ppc: ld/st optimization by malc · 12 years ago
  74. b51d7b2 vmware_vga: Allow simple drivers to work without using the fifo by BALATON Zoltan · 12 years ago
  75. 5b9575c vmware_vga: Return a value for FB_SIZE before the device is enabled by BALATON Zoltan · 12 years ago
  76. aa32b38 vmware_vga: Remove duplicated info from local state by BALATON Zoltan · 12 years ago
  77. 0d79379 vmware_vga: Coding style cleanup by BALATON Zoltan · 12 years ago
  78. ef84755 Merge branch 'trivial-patches' of git://github.com/stefanha/qemu by Blue Swirl · 12 years ago
  79. b76f0d8 tcg: Optimize qemu_ld/st by generating slow paths at the end of a block by Yeongkyoon Lee · 12 years ago
  80. fdbb84d tcg: Add extended GETPC mechanism for MMU helpers with ldst optimization by Yeongkyoon Lee · 12 years ago
  81. 3276125 configure: Add CONFIG_QEMU_LDST_OPTIMIZATION for TCG qemu_ld/st optimization by Yeongkyoon Lee · 12 years ago
  82. 1073bfd target-m68k/m68k-semi.c: Log when put_user for returning values fails by Peter Maydell · 12 years ago
  83. 7ba6c10 target-m68k/m68k-semi: Handle get_user failure by Peter Maydell · 12 years ago
  84. aed91c1 m68k: Return semihosting errno values correctly by Meador Inge · 12 years ago
  85. 49cf572 vl: delay thread initialization after daemonization by Paolo Bonzini · 12 years ago
  86. f9ab465 vl: unify calls to init_timer_alarm by Paolo Bonzini · 12 years ago
  87. c8122c3 qemu-timer: reinitialize timers after fork by Paolo Bonzini · 12 years ago
  88. c166cb7 semaphore: implement fallback counting semaphores with mutex+condvar by Paolo Bonzini · 12 years ago
  89. 1f001dc compiler: support Darwin weak references by Paolo Bonzini · 12 years ago
  90. 2a0dfd0 Merge remote-tracking branch 'bonzini/migr-coroutine' into staging by Anthony Liguori · 12 years ago
  91. 1ef2a82 Merge remote-tracking branch 'afaerber/qom-cpu' into staging by Anthony Liguori · 12 years ago
  92. 82a4da7 migration: move process_incoming_migration to a coroutine by Paolo Bonzini · 13 years ago
  93. 595ab64 migration: handle EAGAIN while reading QEMUFile by Paolo Bonzini · 13 years ago
  94. 1c12e1f migration: move qemu_fclose to process_incoming_migration by Paolo Bonzini · 13 years ago
  95. ab52a82 migration: close socket QEMUFile from socket_close by Paolo Bonzini · 13 years ago
  96. 6c36013 migration: xxx_close will only be called once by Paolo Bonzini · 13 years ago
  97. 09bac73 migration: use closesocket, not close by Paolo Bonzini · 13 years ago
  98. 8dc592e migration: use migrate_fd_close in migrate_fd_cleanup by Paolo Bonzini · 13 years ago
  99. a6ef290 migration: clean up server sockets and handlers before invoking process_incoming_migration by Paolo Bonzini · 13 years ago
  100. d263a20 migration: replace qemu_stdio_fd with qemu_get_fd by Paolo Bonzini · 13 years ago