1. d51a67b qapi: Convert human-monitor-command by Luiz Capitulino · 13 years ago
  2. 6106e24 qapi: Convert blockdev_snapshot_sync by Luiz Capitulino · 13 years ago
  3. 5e7caac qapi: Convert block_resize by Luiz Capitulino · 13 years ago
  4. d72f326 qapi: Convert balloon by Luiz Capitulino · 13 years ago
  5. a4dea8a qapi: Convert block_passwd by Luiz Capitulino · 13 years ago
  6. 4b37156 qapi: Convert set_link by Luiz Capitulino · 13 years ago
  7. ab49ab5 qapi: Convert inject-nmi by Luiz Capitulino · 13 years ago
  8. e42e818 qapi: Convert cont by Luiz Capitulino · 13 years ago
  9. 6d3962b qapi: Convert pmemsave by Luiz Capitulino · 13 years ago
  10. 0cfd6a9 qapi: Convert memsave by Luiz Capitulino · 13 years ago
  11. 5889887 QError: Introduce QERR_IO_ERROR by Luiz Capitulino · 13 years ago
  12. 25e48c8 console: Drop unused prototypes by Luiz Capitulino · 13 years ago
  13. 22e1bb9 qapi: Complete system_powerdown conversion by Luiz Capitulino · 13 years ago
  14. 81244ff Drop test-visitor by Luiz Capitulino · 13 years ago
  15. d88f5fd Introduce test-qmp-input-visitor by Luiz Capitulino · 13 years ago
  16. f294f82 Introduce test-qmp-output-visitor by Luiz Capitulino · 13 years ago
  17. 4ec0263 configure: Don't mix glib and libcheck tests by Luiz Capitulino · 13 years ago
  18. 1c1d46c qmp: add test tool for QMP by Mark Wu · 13 years ago
  19. 4b389b5 docs: Add writing-qmp-commands.txt by Luiz Capitulino · 13 years ago
  20. 217bfb4 hw/arm_gic.c: Ignore attempts to complete nonexistent IRQs by Peter Maydell · 13 years ago
  21. 21d89f8 configure: Drop armv4l/armv4b distinction in $cpu by Peter Maydell · 13 years ago
  22. 81584fd pseries: Fix array overrun bug in PCI code by David Gibson · 13 years ago
  23. f4fc247 target-arm/helper.c: Don't allocate TCG resources unless TCG enabled by Peter Maydell · 13 years ago
  24. 02afbf6 target-arm/translate.c: Fix slightly misleading comment in Thumb decoder by Peter Maydell · 13 years ago
  25. 4abc7eb Fix hw_error messages from arm_timer.c by Peter Chubb · 13 years ago
  26. eb5d5be Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 13 years ago
  27. f6480ca Merge remote-tracking branch 'aneesh/1.0-fixes' into staging by Anthony Liguori · 13 years ago
  28. cac1e30 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 13 years ago
  29. 01e7a53 Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging by Anthony Liguori · 13 years ago
  30. 4eb2d2d Update version for 1.1 development branch by Anthony Liguori · 13 years ago
  31. 922453b block: convert qemu_aio_flush() calls to bdrv_drain_all() by Stefan Hajnoczi · 13 years ago
  32. 5f8b649 block: wait_for_overlapping_requests() deadlock detection by Stefan Hajnoczi · 13 years ago
  33. bd9533e block: implement bdrv_co_is_allocated() boundary cases by Stefan Hajnoczi · 13 years ago
  34. c57c465 dma-helpers: Add trace events by Kevin Wolf · 13 years ago
  35. e94d138 cow: use bdrv_co_is_allocated() by Stefan Hajnoczi · 13 years ago
  36. fb0490f block: add -drive copy-on-read=on|off by Stefan Hajnoczi · 13 years ago
  37. ab18592 block: core copy-on-read logic by Stefan Hajnoczi · 13 years ago
  38. d83947a block: request overlap detection by Stefan Hajnoczi · 13 years ago
  39. f465828 block: wait for overlapping requests by Stefan Hajnoczi · 13 years ago
  40. 53fec9d block: add interface to toggle copy-on-read by Stefan Hajnoczi · 13 years ago
  41. dbffbdc block: add request tracking by Stefan Hajnoczi · 13 years ago
  42. e8ee5e4 coroutine: add qemu_co_queue_restart_all() by Stefan Hajnoczi · 13 years ago
  43. 3951690 qemu-common: add QEMU_ALIGN_DOWN() and QEMU_ALIGN_UP() macros by Stefan Hajnoczi · 13 years ago
  44. 060f51c block: add bdrv_co_is_allocated() interface by Stefan Hajnoczi · 13 years ago
  45. 6aebab1 block: drop .bdrv_is_allocated() interface by Stefan Hajnoczi · 13 years ago
  46. 8114583 cow: convert to .bdrv_co_is_allocated() by Stefan Hajnoczi · 13 years ago
  47. e850b35 vdi: convert to .bdrv_co_is_allocated() by Stefan Hajnoczi · 13 years ago
  48. 73f703c vvfat: convert to .bdrv_co_is_allocated() by Stefan Hajnoczi · 13 years ago
  49. f8a2e5e block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated() by Stefan Hajnoczi · 13 years ago
  50. b7d5a5b qed: convert to .bdrv_co_is_allocated() by Stefan Hajnoczi · 13 years ago
  51. 376ae3f block: add .bdrv_co_is_allocated() by Stefan Hajnoczi · 13 years ago
  52. 05c4af5 block: use public bdrv_is_allocated() interface by Stefan Hajnoczi · 13 years ago
  53. e3f652b qcow2: Fix error path in qcow2_snapshot_load_tmp by Kevin Wolf · 13 years ago
  54. 9a47678 qcow2: Fix order in qcow2_snapshot_delete by Kevin Wolf · 13 years ago
  55. 43a0cac qcow2: Fix order of refcount updates in qcow2_snapshot_goto by Kevin Wolf · 13 years ago
  56. 589f284 qcow2: Return real error in qcow2_snapshot_goto by Kevin Wolf · 13 years ago
  57. d1ea98d qcow2: Rework qcow2_snapshot_create error handling by Kevin Wolf · 13 years ago
  58. 0334316 qcow2: Cleanups and memleak fix in qcow2_snapshot_create by Kevin Wolf · 13 years ago
  59. d69969c qcow2: Update snapshot table information at once by Kevin Wolf · 13 years ago
  60. 07fd877 qcow2: Return real error code in qcow2_write_snapshots by Kevin Wolf · 13 years ago
  61. 42deb29 qcow2: Return real error code in qcow2_read_snapshots by Kevin Wolf · 13 years ago
  62. a968168 block: Add coroutine_fn marker to coroutine functions by Dong Xu Wang · 13 years ago
  63. 727f005 hmp/qmp: add block_set_io_throttle by Zhi Yong Wu · 13 years ago
  64. 98f90db block: add I/O throttling algorithm by Zhi Yong Wu · 13 years ago
  65. e9e6295 CoQueue: introduce qemu_co_queue_wait_insert_head by Zhi Yong Wu · 13 years ago
  66. 0563e19 block: add the blockio limits command line support by Zhi Yong Wu · 13 years ago
  67. 3535a9c block: Use bdrv functions to replace file operation in cow.c by Li Zhi Hui · 13 years ago
  68. 4e5b184 xen_disk: remove dead code by Paolo Bonzini · 13 years ago
  69. 23e9a39 qed: adjust the way to get nb_sectors by Zhi Yong Wu · 13 years ago
  70. aef4acb qcow2: avoid reentrant bdrv_read() in copy_sectors() by Stefan Hajnoczi · 13 years ago
  71. 1b9f149 qcow2: Unlock during COW by Kevin Wolf · 14 years ago
  72. 8b88827 hw/9pfs: Use the correct file descriptor in Fsdriver Callback by Aneesh Kumar K.V · 13 years ago
  73. 8798d6c hw/9pfs: Add qdev.reset callback for virtio-9p-pci device by Aneesh Kumar K.V · 13 years ago
  74. b41e299 hw/9pfs: Reset server state during TVERSION by Deepak C Shetty · 13 years ago
  75. e9a0152 hw/9pfs: use migration blockers to prevent live migration when virtfs export path is mounted by Aneesh Kumar K.V · 13 years ago
  76. 77eec1b hw/9pfs: Improve portability to older systems by Aneesh Kumar K.V · 13 years ago
  77. 07f3507 fix spelling in main directory by Dong Xu Wang · 13 years ago
  78. 9b2260c fix spelling in block sub directory by Dong Xu Wang · 13 years ago
  79. e5bed75 fix spelling in ui sub directory by Dong Xu Wang · 13 years ago
  80. 4565807 fix spelling in tests sub directory by Dong Xu Wang · 13 years ago
  81. 9814dd2 fix spelling in tcg sub directory by Dong Xu Wang · 13 years ago
  82. 4abf79a fix spelling in target sub directory by Dong Xu Wang · 13 years ago
  83. 68dfbcd fix spelling in scripts sub directory by Dong Xu Wang · 13 years ago
  84. dee3bff fix spelling in QMP sub directory by Dong Xu Wang · 13 years ago
  85. cba919d fix spelling in libcacard sub directory by Dong Xu Wang · 13 years ago
  86. b4916d7 fix spelling in linux-user sub directory by Dong Xu Wang · 13 years ago
  87. bcb15d9 fix spelling in darwin-user sub directory by Dong Xu Wang · 13 years ago
  88. 7a4bbe8 darwin-user: Fix format string in debug message by Stefan Weil · 13 years ago
  89. c91bbff MAINTAINERS: Delete spurious '.' by Peter Maydell · 13 years ago
  90. 66d3f19 qxl: Don't convert from size_t to int and back in qxl_cursor() by Markus Armbruster · 13 years ago
  91. d180589 sonic: fix typo by Hervé Poussineau · 13 years ago
  92. 1c8a881 Update version for 1.0 release by Anthony Liguori · 13 years ago v1.0
  93. 9b12940 Makefile: use full path for qapi-generated directory by Michael Roth · 13 years ago
  94. d8e1f21 qapi: fix guardname generation by Michael Roth · 13 years ago
  95. 85e8326 Update version for 1.0-rc4 by Anthony Liguori · 13 years ago v1.0-rc4
  96. 7e62255 ccid: Fix buffer overrun in handling of VSC_ATR message by Markus Armbruster · 13 years ago
  97. aea317a Revert "fix out of tree build" by Anthony Liguori · 13 years ago
  98. 023ddd7 configure: avoid screening of --{en, dis}able-usb-redir options by Max Filippov · 13 years ago
  99. eba90e4 cutils: Make strtosz & friends leave follow set to callers by Markus Armbruster · 13 years ago
  100. e36b369 qemu-img: Tighten parsing of size arguments by Markus Armbruster · 13 years ago