1. 217a4ac s390x/mmu: Use access type definitions instead of magic values by Thomas Huth · 10 years ago
  2. b4ab457 s390x/ipl: sort into categories by Cornelia Huck · 10 years ago
  3. 183f6b8 sclp: sort into categories by Cornelia Huck · 10 years ago
  4. 4d1866d s390-virtio: sort into categories by Cornelia Huck · 10 years ago
  5. cd20d61 virtio-ccw: sort into categories by Cornelia Huck · 10 years ago
  6. 52b7aba Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150428.0' into staging by Peter Maydell · 10 years ago
  7. 5655f93 vfio-pci: Reset workaround for AMD Bonaire and Hawaii GPUs by Alex Williamson · 10 years ago
  8. c6d231e vfio-pci: Fix error path sign by Alex Williamson · 10 years ago
  9. 07ceaf9 vfio-pci: Further fix BAR size overflow by Alex Williamson · 10 years ago
  10. a9392bc Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  11. 61007b3 block: move I/O request processing to block/io.c by Stefan Hajnoczi · 10 years ago
  12. 0eb7217 block: extract bdrv_setup_io_funcs() by Stefan Hajnoczi · 10 years ago
  13. e0c47b6 block: add bdrv_set_dirty()/bdrv_reset_dirty() to block_int.h by Stefan Hajnoczi · 10 years ago
  14. 4f5472c block: replace bdrv_states iteration with bdrv_next() by Stefan Hajnoczi · 10 years ago
  15. 7237aec vmdk: Widen before shifting 32 bit header field by Fam Zheng · 10 years ago
  16. 5505e8b block/dmg: make it modular by Michael Tokarev · 10 years ago
  17. 001c95b block/mirror: Always call block_job_sleep_ns() by Max Reitz · 10 years ago
  18. 59fc5d8 iotests: add incremental backup granularity tests by John Snow · 10 years ago
  19. 24618f5 iotests: add incremental backup failure recovery test by John Snow · 10 years ago
  20. a3d7159 iotests: add simple incremental backup case by John Snow · 10 years ago
  21. 7898f74 iotests: add QMP event waiting queue by John Snow · 10 years ago
  22. 9f7264f iotests: add invalid input incremental backup tests by John Snow · 10 years ago
  23. a94e87c hbitmap: truncate tests by John Snow · 10 years ago
  24. ce1ffea block: Resize bitmaps on bdrv_truncate by John Snow · 10 years ago
  25. 20dca81 block: Ensure consistent bitmap function prototypes by John Snow · 10 years ago
  26. aa0c7ca block: add BdrvDirtyBitmap documentation by John Snow · 10 years ago
  27. a113534 qmp: Add dirty bitmap status field in query-block by John Snow · 10 years ago
  28. e74e6b7 qmp: add block-dirty-bitmap-clear by John Snow · 10 years ago
  29. d58d845 qmp: Add support of "dirty-bitmap" sync mode for drive-backup by John Snow · 10 years ago
  30. 9bd2b08 block: Add bitmap successors by John Snow · 10 years ago
  31. b8e6fb7 block: Add bitmap disabled status by John Snow · 10 years ago
  32. be58721 hbitmap: add hbitmap_merge by John Snow · 10 years ago
  33. 8515efb hbitmap: cache array lengths by John Snow · 10 years ago
  34. 592fdd0 block: Introduce bdrv_dirty_bitmap_granularity() by John Snow · 10 years ago
  35. 341ebc2 qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-remove by John Snow · 10 years ago
  36. 5fba6c0 qmp: Ensure consistent granularity type by John Snow · 10 years ago
  37. 0db6e54 qapi: Add optional field "name" to block dirty bitmap by Fam Zheng · 10 years ago
  38. efcfa27 docs: incremental backup documentation by John Snow · 10 years ago
  39. 9eac362 block/iscsi: use the allocationmap also if cache.direct=on by Peter Lieven · 10 years ago
  40. 03e40fe block/iscsi: bump year in copyright notice by Peter Lieven · 10 years ago
  41. e380aff block/iscsi: handle SCSI_STATUS_TASK_SET_FULL by Peter Lieven · 10 years ago
  42. 59dd0a2 block/iscsi: increase retry count by Peter Lieven · 10 years ago
  43. 73b5394 block/iscsi: optimize WRITE10/16 if cache.writeback is not set by Peter Lieven · 10 years ago
  44. 752ce45 block/iscsi: store DPOFUA bit from the modesense command by Peter Lieven · 10 years ago
  45. 7191f20 block/iscsi: rename iscsi_write_protected and let it return void by Peter Lieven · 10 years ago
  46. 0a386e4 block/iscsi: change all iscsilun properties from uint8_t to bool by Peter Lieven · 10 years ago
  47. 20474e9 block/iscsi: do not forget to logout from target by Peter Lieven · 10 years ago
  48. d5a8ee6 qmp: fill in the image field in BlockDeviceInfo by Alberto Garcia · 10 years ago
  49. 9419874 Revert "hmp: fix crash in 'info block -n -v'" by Stefan Hajnoczi · 10 years ago
  50. dc881b4 block: add 'node-name' field to BLOCK_IMAGE_CORRUPTED by Alberto Garcia · 10 years ago
  51. 81e5f78 block: use bdrv_get_device_or_node_name() in error messages by Alberto Garcia · 10 years ago
  52. 9b2aa84 block: add bdrv_get_device_or_node_name() by Alberto Garcia · 10 years ago
  53. ec683d6 block: document block-stream in qmp-commands.hx by Stefan Hajnoczi · 10 years ago
  54. c485cf9 m25p80: fix s->blk usage before assignment by Stefan Hajnoczi · 10 years ago
  55. d07063e m25p80: add missing blk_attach_dev_nofail by Paolo Bonzini · 10 years ago
  56. 4eb867e virtio_blk: comment fix by Michael S. Tsirkin · 10 years ago
  57. 0b5a244 block: avoid unnecessary bottom halves by Paolo Bonzini · 10 years ago
  58. a728233 blockjob: Update function name in comments by Fam Zheng · 10 years ago
  59. e62303a qemu-iotests: Test that "stop" doesn't drain block jobs by Fam Zheng · 10 years ago
  60. 69da3b0 block: Pause block jobs in bdrv_drain_all by Fam Zheng · 10 years ago
  61. 751ebd7 blockjob: Allow nested pause by Fam Zheng · 10 years ago
  62. 199667a MAINTAINERS: Add Fam Zheng as Null block driver maintainer by Fam Zheng · 10 years ago
  63. 1c2b49a block/null: Support reopen by Fam Zheng · 10 years ago
  64. e5e51dd block/null: Latency simulation by adding new option "latency-ns" by Fam Zheng · 10 years ago
  65. 9eddd6a scripts: add 'qemu coroutine' command to qemu-gdb.py by Stefan Hajnoczi · 10 years ago
  66. 1faa5bb thread-pool: clean up thread_pool_completion_bh() by Stefan Hajnoczi · 10 years ago
  67. d1a126c vhdx: Fix zero-fill iov length by Kevin Wolf · 10 years ago
  68. 8eedfbd blkdebug: Add bdrv_truncate() by Kevin Wolf · 10 years ago
  69. e4f5874 qemu-iotests: Some qemu-img convert tests by Kevin Wolf · 10 years ago
  70. 690c730 qemu-img convert: Rewrite copying logic by Kevin Wolf · 10 years ago
  71. 0df89e8 block-backend: Expose bdrv_write_zeroes() by Kevin Wolf · 10 years ago
  72. a0710f7 iothread: release iothread around aio_poll by Paolo Bonzini · 10 years ago
  73. 4911017 AioContext: acquire/release AioContext during aio_poll by Paolo Bonzini · 10 years ago
  74. e98ab09 aio-posix: move pollfds to thread-local storage by Paolo Bonzini · 10 years ago
  75. de50a20 block: Switch to host monotonic clock for IO throttling by Fam Zheng · 10 years ago
  76. 8b6ee9a checkpatch: complain about ffs(3) calls by Stefan Hajnoczi · 10 years ago
  77. f450a85 os-win32: drop ffs(3) prototype by Stefan Hajnoczi · 10 years ago
  78. 41074f3 omap_intc: convert ffs(3) to ctz32() in omap_inth_sir_update() by Paolo Bonzini · 10 years ago
  79. c9d9331 sd: convert sd_normal_command() ffs(3) call to ctz32() by Stefan Hajnoczi · 10 years ago
  80. bd2a888 Convert ffs() != 0 callers to ctz32() by Stefan Hajnoczi · 10 years ago
  81. 786a4ea Convert (ffs(val) - 1) to ctz32(val) by Stefan Hajnoczi · 10 years ago
  82. 5863d37 uninorth: convert ffs(3) to ctz32() by Stefan Hajnoczi · 10 years ago
  83. ad5f5fd hw/arm/nseries: convert ffs(3) to ctz32() by Stefan Hajnoczi · 10 years ago
  84. 588ef9d bt-sdp: fix broken uuids power-of-2 calculation by Stefan Hajnoczi · 10 years ago
  85. ecdda9e MAINTAINERS: Add myself as the maintainer of the Quorum driver by Alberto Garcia · 10 years ago
  86. 407bc15 savevm: create snapshot failed when id_str already exists by Yi Wang · 10 years ago
  87. 84cbd63 Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging by Peter Maydell · 10 years ago
  88. 54965ee Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into staging by Peter Maydell · 10 years ago
  89. da378d0 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150427' into staging by Peter Maydell · 10 years ago
  90. 3d27b09 Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150427-1' into staging by Peter Maydell · 10 years ago
  91. 726a8ff target-i386: Remove AMD feature flag aliases from CPU model table by Eduardo Habkost · 10 years ago
  92. 01431f3 target-i386: X86CPU::xlevel2 QOM property by Eduardo Habkost · 10 years ago
  93. b9472b7 target-i386: Make "level" and "xlevel" properties static by Eduardo Habkost · 10 years ago
  94. d9f7e29 qemu-config: Accept empty option values by Eduardo Habkost · 10 years ago
  95. b203a4b MAINTAINERS: Change status of X86 to Maintained by Eduardo Habkost · 10 years ago
  96. e1a0433 MAINTAINERS: Add myself to X86 by Eduardo Habkost · 10 years ago
  97. 3f9d69b Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20150427-1' into staging by Peter Maydell · 10 years ago
  98. 2f54eb9 MAINTAINERS: Add myself as NUMA code maintainer by Eduardo Habkost · 10 years ago
  99. 0d81cdd Merge remote-tracking branch 'remotes/qmp-unstable/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  100. 700cd85 spice: learn to hide cursor by Marc-André Lureau · 10 years ago