1. 376ae3f block: add .bdrv_co_is_allocated() by Stefan Hajnoczi · 13 years ago
  2. 05c4af5 block: use public bdrv_is_allocated() interface by Stefan Hajnoczi · 13 years ago
  3. e3f652b qcow2: Fix error path in qcow2_snapshot_load_tmp by Kevin Wolf · 13 years ago
  4. 9a47678 qcow2: Fix order in qcow2_snapshot_delete by Kevin Wolf · 13 years ago
  5. 43a0cac qcow2: Fix order of refcount updates in qcow2_snapshot_goto by Kevin Wolf · 13 years ago
  6. 589f284 qcow2: Return real error in qcow2_snapshot_goto by Kevin Wolf · 13 years ago
  7. d1ea98d qcow2: Rework qcow2_snapshot_create error handling by Kevin Wolf · 13 years ago
  8. 0334316 qcow2: Cleanups and memleak fix in qcow2_snapshot_create by Kevin Wolf · 13 years ago
  9. d69969c qcow2: Update snapshot table information at once by Kevin Wolf · 13 years ago
  10. 07fd877 qcow2: Return real error code in qcow2_write_snapshots by Kevin Wolf · 13 years ago
  11. 42deb29 qcow2: Return real error code in qcow2_read_snapshots by Kevin Wolf · 13 years ago
  12. a968168 block: Add coroutine_fn marker to coroutine functions by Dong Xu Wang · 13 years ago
  13. 727f005 hmp/qmp: add block_set_io_throttle by Zhi Yong Wu · 13 years ago
  14. 98f90db block: add I/O throttling algorithm by Zhi Yong Wu · 13 years ago
  15. e9e6295 CoQueue: introduce qemu_co_queue_wait_insert_head by Zhi Yong Wu · 13 years ago
  16. 0563e19 block: add the blockio limits command line support by Zhi Yong Wu · 13 years ago
  17. 3535a9c block: Use bdrv functions to replace file operation in cow.c by Li Zhi Hui · 13 years ago
  18. 4e5b184 xen_disk: remove dead code by Paolo Bonzini · 13 years ago
  19. 23e9a39 qed: adjust the way to get nb_sectors by Zhi Yong Wu · 13 years ago
  20. aef4acb qcow2: avoid reentrant bdrv_read() in copy_sectors() by Stefan Hajnoczi · 13 years ago
  21. 1b9f149 qcow2: Unlock during COW by Kevin Wolf · 13 years ago
  22. 1c8a881 Update version for 1.0 release by Anthony Liguori · 13 years ago v1.0
  23. 9b12940 Makefile: use full path for qapi-generated directory by Michael Roth · 13 years ago
  24. d8e1f21 qapi: fix guardname generation by Michael Roth · 13 years ago
  25. 85e8326 Update version for 1.0-rc4 by Anthony Liguori · 13 years ago v1.0-rc4
  26. 7e62255 ccid: Fix buffer overrun in handling of VSC_ATR message by Markus Armbruster · 13 years ago
  27. aea317a Revert "fix out of tree build" by Anthony Liguori · 13 years ago
  28. 023ddd7 configure: avoid screening of --{en, dis}able-usb-redir options by Max Filippov · 13 years ago
  29. eba90e4 cutils: Make strtosz & friends leave follow set to callers by Markus Armbruster · 13 years ago
  30. e36b369 qemu-img: Tighten parsing of size arguments by Markus Armbruster · 13 years ago
  31. 45009a3 x86/cpuid: Tighten parsing of tsc_freq=FREQ by Markus Armbruster · 13 years ago
  32. 961b42b vl: Tighten parsing of -m argument by Markus Armbruster · 13 years ago
  33. c03417b vl: Tighten parsing of -numa's parameter mem by Markus Armbruster · 13 years ago
  34. 8dddfb5 cutils: Drop broken support for zero strtosz default_suffix by Markus Armbruster · 13 years ago
  35. 21d4a79 configure: tighten pie toolchain support test for tls variables by Avi Kivity · 13 years ago
  36. c1b71a1 usb-redir: Don't try to write to the chardev after a close event by Hans de Goede · 13 years ago
  37. 99f0810 usb-redir: Device disconnect + re-connect robustness fixes by Hans de Goede · 13 years ago
  38. 65f9d98 usb-redir: Call qemu_chr_fe_open/close by Hans de Goede · 13 years ago
  39. f76e4c7 spice-qemu-char: Generate chardev open/close events by Hans de Goede · 13 years ago
  40. a425d23 qemu-char: rename qemu_chr_event to qemu_chr_be_event and make it public by Hans de Goede · 13 years ago
  41. 2507718 9pfs: improve portability to older systems by Aneesh Kumar K.V · 13 years ago
  42. 51711ae tci: Make flush_icache_range() inline by Stefan Weil · 13 years ago
  43. c16ada9 eepro100: Fix alignment requirement for statistical counters by Stefan Weil · 13 years ago
  44. ad0c933 virtio: add and use virtio_set_features by Paolo Bonzini · 13 years ago
  45. ae0f940 9pfs: improve portability to older systems by Paolo Bonzini · 13 years ago
  46. 13bd0b5 Merge remote-tracking branch 'kwolf/block-stable' into staging by Anthony Liguori · 13 years ago
  47. f043037 Merge remote-tracking branch 'kraxel/usb.32' into staging by Anthony Liguori · 13 years ago
  48. 684a7a7 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 13 years ago
  49. a1fd24a Revert "i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUID" by Anthony Liguori · 13 years ago
  50. bc75c9e tci: Add entry to MAINTAINERS by Stefan Weil · 13 years ago
  51. 14f40fd MAINTAINERS: add checkpatch by Blue Swirl · 13 years ago
  52. 61669f9 checkpatch.pl: fix CAST detection by Florian Mickler · 13 years ago
  53. 0fdd2e1 target-xtensa: fix MMUv3 initialization by Max Filippov · 13 years ago
  54. c7662da usb-host: add usb_host_do_reset function. by Gerd Hoffmann · 13 years ago
  55. 5bb1cba vpc: Add missing error handling in alloc_block by Kevin Wolf · 13 years ago
  56. 6ac5f38 vdi: Fix memory leak by Kevin Wolf · 13 years ago
  57. 3397f0c vvfat: Add migration blocker by Kevin Wolf · 13 years ago
  58. 612ff3d vpc: Add migration blocker by Kevin Wolf · 13 years ago
  59. 2bc3166 vmdk: Add migration blocker by Kevin Wolf · 13 years ago
  60. fc9d106 vdi: Add migration blocker by Kevin Wolf · 13 years ago
  61. fd9f102 qcow: Add migration blocker by Kevin Wolf · 13 years ago
  62. 335b8d2 usb-ehci: add register names by Gerd Hoffmann · 13 years ago
  63. aac882e usb-ehci: codestyle fixups by Gerd Hoffmann · 13 years ago
  64. 20d183b usb-hub: implement reset by Gerd Hoffmann · 13 years ago
  65. be85c90 fix out of tree build by Stefano Stabellini · 13 years ago
  66. 4abf12f rtl8139: Fix invalid IO access alignment by Julian Pidancet · 13 years ago
  67. be35cbb usb-hub: wakeup on detach too. by Gerd Hoffmann · 13 years ago
  68. f462141 usb: fix usb_qdev_init error handling. by Gerd Hoffmann · 13 years ago
  69. 2af2a1b usb: make usb_create_simple catch and pass up errors. by Gerd Hoffmann · 13 years ago
  70. e30e5eb slirp: Clean up net_slirp_hostfwd_remove()'s use of get_str_sep() by Markus Armbruster · 13 years ago
  71. c3fecea sheepdog: Avoid deadlock in error path by Dong Xu Wang · 13 years ago
  72. 28b7765 scsi-generic: add as boot device by Paolo Bonzini · 13 years ago
  73. 795928f scsi: fix fw path by Paolo Bonzini · 13 years ago
  74. ce4e7e4 usb-msd: do not register twice in the boot order by Paolo Bonzini · 13 years ago
  75. 3a39514 virtio-blk: fix cross-endian config space by Paolo Bonzini · 13 years ago
  76. 40897c9 Update version for 1.0-rc3 release by Anthony Liguori · 13 years ago v1.0-rc3
  77. 3439eec configure: check for EFD_NONBLOCK | EFD_CLOEXEC flags by Max Filippov · 13 years ago
  78. 40d6444 configure: build position independent executables on x86-Linux hosts by Avi Kivity · 13 years ago
  79. ff51a73 ivshmem: fix PCI BAR2 registration during initialization by Hongyong Zang · 13 years ago
  80. ae392c4 msix: avoid mask updates if mask is unchanged by Michael S. Tsirkin · 13 years ago
  81. 9a93b61 msix: Prevent bogus mask updates on MMIO accesses by Michael S. Tsirkin · 13 years ago
  82. 5032224 msix: track function masked in pci device state by Michael S. Tsirkin · 13 years ago
  83. 2923d34 Include zlib.h using #include <> by Stefan Weil · 13 years ago
  84. 930b588 9p: pass dotl flags to the unlinkat method by Paolo Bonzini · 13 years ago
  85. f565403 9p: allow compiling the dummy virtio-9p-handle.c code on Linux by Paolo Bonzini · 13 years ago
  86. 1ed520c qed: add migration blocker (v2) by Anthony Liguori · 13 years ago
  87. 06d9260 qcow2: implement bdrv_invalidate_cache (v2) by Anthony Liguori · 13 years ago
  88. 0f15423 block: allow migration to work with image files (v3) by Anthony Liguori · 13 years ago
  89. 38e0735 ivshmem: use migration blockers to prevent live migration in peer mode (v2) by Anthony Liguori · 13 years ago
  90. fa2756b migrate: add migration blockers by Anthony Liguori · 13 years ago
  91. a3baf1b Merge remote-tracking branch 'kraxel/usb.31' into staging by Anthony Liguori · 13 years ago
  92. 1571b6c Merge remote-tracking branch 'origin/master' into staging by Anthony Liguori · 13 years ago
  93. 0cd0fd0 usb-linux: fix /proc/bus/usb/devices scan by Gerd Hoffmann · 13 years ago
  94. b246721 ehci: add assert by Gerd Hoffmann · 13 years ago
  95. 5931065 usb-storage: don't try to send the status early. by Gerd Hoffmann · 13 years ago
  96. 414c460 usb-storage: drop result from device state. by Gerd Hoffmann · 13 years ago
  97. 7b863f4 usb-storage: drop tag from device state. by Gerd Hoffmann · 13 years ago
  98. 92a114f usb-storage: fill status in complete callback. by Gerd Hoffmann · 13 years ago
  99. e04da7c usb-storage: move status debug message to usb_msd_send_status. by Gerd Hoffmann · 13 years ago
  100. bc42689 x86: fix pcmpestrm and pcmpistrm by Blue Swirl · 13 years ago