1. 8dd9006 replication: pass BlockDriverState to reopen_backing_file by Paolo Bonzini · 8 years ago
  2. d16341f iothread: detach all block devices before stopping them by Paolo Bonzini · 8 years ago
  3. e437016 aio: introduce qemu_get_current_aio_context by Paolo Bonzini · 8 years ago
  4. f11672d sheepdog: use BDRV_POLL_WHILE by Paolo Bonzini · 8 years ago
  5. d746427 nfs: use BDRV_POLL_WHILE by Paolo Bonzini · 8 years ago
  6. aa92d6c nfs: move nfs_set_events out of the while loops by Paolo Bonzini · 8 years ago
  7. 88b062c block: introduce BDRV_POLL_WHILE by Paolo Bonzini · 8 years ago
  8. 6653a73 qed: Implement .bdrv_drain by Fam Zheng · 8 years ago
  9. d42cf28 block: change drain to look only at one child at a time by Paolo Bonzini · 8 years ago
  10. 9972354 block: add BDS field to count in-flight requests by Paolo Bonzini · 8 years ago
  11. 9a0cec6 mirror: use bdrv_drained_begin/bdrv_drained_end by Paolo Bonzini · 8 years ago
  12. bae8196 blockjob: introduce .drain callback for jobs by Paolo Bonzini · 8 years ago
  13. 50ab0e0 replication: interrupt failover if the main device is closed by Paolo Bonzini · 8 years ago
  14. 9879b75 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 8 years ago
  15. 8639832 Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-20161027-2' into staging by Peter Maydell · 8 years ago
  16. b67d87f Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20161027-1' into staging by Peter Maydell · 8 years ago
  17. db4df20 trace: Fix 'char **' compilation error in simple backend by Fam Zheng · 8 years ago
  18. b74fc7f iotests: Add test for NBD's blockdev-add interface by Max Reitz · 8 years ago
  19. e07375f iotests: Add assert_json_filename_equal() method by Max Reitz · 8 years ago
  20. d35172b socket_scm_helper: Accept fd directly by Max Reitz · 8 years ago
  21. 5fcbdf5 iotests.py: Allow concurrent qemu instances by Max Reitz · 8 years ago
  22. bec8777 iotests.py: Add qemu_nbd function by Max Reitz · 8 years ago
  23. 6b02b1f qapi: Allow blockdev-add for NBD by Max Reitz · 8 years ago
  24. f84d431 block/nbd: Use SocketAddress options by Max Reitz · 8 years ago
  25. 491d6c7 block/nbd: Accept SocketAddress by Max Reitz · 8 years ago
  26. 48c38e0 block/nbd: Add nbd_has_filename_options_conflict() by Max Reitz · 8 years ago
  27. fcfcd8f block/nbd: Use qdict_put() by Max Reitz · 8 years ago
  28. 7edca33 block/nbd: Default port in nbd_refresh_filename() by Max Reitz · 8 years ago
  29. 442045c block/nbd: Reject port parameter without host by Max Reitz · 8 years ago
  30. 82d7301 block/nbd: Drop trailing "." in error messages by Max Reitz · 8 years ago
  31. e5b77ee qemu-iotests: Fix typo for NFS with IMGOPTSSYNTAX by Kevin Wolf · 8 years ago
  32. cbc14ac block: Remove bdrv_aio_ioctl() by Kevin Wolf · 8 years ago
  33. 151a293 raw: Implement .bdrv_co_ioctl instead of .bdrv_aio_ioctl by Kevin Wolf · 8 years ago
  34. 16a389d block: Introduce .bdrv_co_ioctl() driver callback by Kevin Wolf · 8 years ago
  35. 61b2450 block: Remove bdrv_ioctl() by Kevin Wolf · 8 years ago
  36. 0d4377b raw-posix: Don't use bdrv_ioctl() by Kevin Wolf · 8 years ago
  37. 48af776 block: Use blk_co_ioctl() for all BB level ioctls by Kevin Wolf · 8 years ago
  38. 7381e95 block: Remove bdrv_aio_pdiscard() by Kevin Wolf · 8 years ago
  39. 8c2e3dd block: Use blk_co_pdiscard() for all BB level discard by Kevin Wolf · 8 years ago
  40. be07a88 block: Use blk_co_flush() for all BB level flushes by Kevin Wolf · 8 years ago
  41. 835f3d2 Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20161027-1' into staging by Peter Maydell · 8 years ago
  42. 6e99f57 seabios: update to 1.10.0 release. by Gerd Hoffmann · 8 years ago
  43. 5929d7e Merge remote-tracking branch 'remotes/rth/tags/pull-atomic-20161026' into staging by Peter Maydell · 8 years ago
  44. 8f9d84d Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging by Peter Maydell · 8 years ago
  45. 991a97a Merge remote-tracking branch 'remotes/vivier/tags/m68k-part1-pull-request' into staging by Peter Maydell · 8 years ago
  46. ed28391 target-alpha: Emulate LL/SC using cmpxchg helpers by Richard Henderson · 9 years ago
  47. 6a73ecf target-alpha: Introduce MMU_PHYS_IDX by Richard Henderson · 9 years ago
  48. 05188cc target-arm: remove EXCP_STREX + cpu_exclusive_{test, info} by Emilio G. Cota · 9 years ago
  49. f4e6eb7 linux-user: remove handling of aarch64's EXCP_STREX by Emilio G. Cota · 9 years ago
  50. b50b82f linux-user: remove handling of ARM's EXCP_STREX by Emilio G. Cota · 9 years ago
  51. 1dd089d target-arm: emulate aarch64's LL/SC using cmpxchg helpers by Emilio G. Cota · 9 years ago
  52. cf12bce target-arm: emulate SWP with atomic_xchg helper by Emilio G. Cota · 9 years ago
  53. 354161b target-arm: emulate LL/SC using cmpxchg helpers by Emilio G. Cota · 9 years ago
  54. 7f5616f target-arm: Rearrange aa32 load and store functions by Richard Henderson · 9 years ago
  55. 070e3ed tests: add atomic_add-bench by Emilio G. Cota · 9 years ago
  56. 37b995f target-i386: remove helper_lock() by Emilio G. Cota · 9 years ago
  57. ea97ebe target-i386: emulate XCHG using atomic helper by Emilio G. Cota · 9 years ago
  58. cfe819d target-i386: emulate LOCK'ed BTX ops using atomic helpers by Emilio G. Cota · 9 years ago
  59. f53b018 target-i386: emulate LOCK'ed XADD using atomic helper by Emilio G. Cota · 9 years ago
  60. 8eb8c73 target-i386: emulate LOCK'ed NEG using cmpxchg helper by Emilio G. Cota · 9 years ago
  61. 2a5fe8a target-i386: emulate LOCK'ed NOT using atomic helper by Emilio G. Cota · 9 years ago
  62. 60e5734 target-i386: emulate LOCK'ed INC using atomic helper by Emilio G. Cota · 9 years ago
  63. a7cee52 target-i386: emulate LOCK'ed OP instructions using atomic helpers by Emilio G. Cota · 9 years ago
  64. ae03f8d target-i386: emulate LOCK'ed cmpxchg using cmpxchg helpers by Emilio G. Cota · 9 years ago
  65. 9168211 tcg: Emit barriers with parallel_cpus by Richard Henderson · 8 years ago
  66. df79b99 tcg: Add CONFIG_ATOMIC64 by Richard Henderson · 9 years ago
  67. 7ebee43 tcg: Add atomic128 helpers by Richard Henderson · 9 years ago
  68. c482cb1 tcg: Add atomic helpers by Richard Henderson · 9 years ago
  69. c86c6e4 cputlb: Tidy some macros by Richard Henderson · 9 years ago
  70. 82a45b9 cputlb: Move most of iotlb code out of line by Richard Henderson · 9 years ago
  71. 4097842 cputlb: Remove includes from softmmu_template.h by Richard Henderson · 9 years ago
  72. 3b08f0a cputlb: Move probe_write out of softmmu_template.h by Richard Henderson · 9 years ago
  73. dea2198 cputlb: Replace SHIFT with DATA_SIZE by Richard Henderson · 9 years ago
  74. b67cb68 linux-user: enable parallel code generation on clone by Alex Bennée · 8 years ago
  75. fdbc2b5 tcg: Add EXCP_ATOMIC by Richard Henderson · 9 years ago
  76. 1edaeee int128: Add int128_make128 by Richard Henderson · 9 years ago
  77. 0846beb int128: Use __int128 if available by Richard Henderson · 9 years ago
  78. 258dfaa exec: Avoid direct references to Int128 parts by Richard Henderson · 9 years ago
  79. 84bca39 atomics: Add __nocheck atomic operations by Richard Henderson · 8 years ago
  80. 83d0c71 atomics: add atomic_op_fetch variants by Emilio G. Cota · 9 years ago
  81. 61696dd atomics: add atomic_xor by Emilio G. Cota · 9 years ago
  82. d1a9f2d atomics: Add parameters to macros by Richard Henderson · 8 years ago
  83. cb3a052 virtio-gpu: fix memory leak in virtio_gpu_resource_create_2d by Li Qiang · 8 years ago
  84. 0c0fc2b audio: intel-hda: check stream entry count during transfer by Prasad J Pandit · 8 years ago
  85. 2061c14 colo-proxy: fix memory leak by Zhang Chen · 8 years ago
  86. c7c3591 net: rtl8139: limit processing of ring descriptors by Prasad J Pandit · 8 years ago
  87. fdda170 net: vmxnet: initialise local tx descriptor by Li Qiang · 9 years ago
  88. c89d416 e1000e: Don't zero out buffer address in rx descriptor by Kevin Wolf · 8 years ago
  89. 8caed3d net: rocker: set limit to DMA buffer size by Prasad J Pandit · 8 years ago
  90. 2634ab7 net: eepro100: fix memory leak in device uninit by Li Qiang · 8 years ago
  91. 9463c07 tap-bsd: OpenBSD uses tap(4) now by Brad Smith · 8 years ago
  92. 67aa449 net: pcnet: fix source formatting and indentation by Prasad J Pandit · 8 years ago
  93. 34e29ce net: pcnet: check rx/tx descriptor ring length by Prasad J Pandit · 8 years ago
  94. 36f0399 target-m68k: Optimize gen_flush_flags by Richard Henderson · 10 years ago
  95. 9d89662 target-m68k: Optimize some comparisons by Richard Henderson · 10 years ago
  96. b459e3e target-m68k: Use setcond for scc by Richard Henderson · 10 years ago
  97. 6a43229 target-m68k: Introduce DisasCompare by Richard Henderson · 10 years ago
  98. 620c6cf target-m68k: Reorg flags handling by Richard Henderson · 10 years ago
  99. 18dd87f target-m68k: Remove incorrect clearing of cc_x by Richard Henderson · 10 years ago
  100. 99c5144 target-m68k: Some fixes to SR and flags management by Richard Henderson · 10 years ago