1. f67c9b6 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 7 years ago
  2. afd76ff Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  3. b5dfdb0 hw: make virtio devices configurable via default-configs/ by Paolo Bonzini · 7 years ago
  4. 45641db virtio: free MemoryRegionCache when initialization fails by Paolo Bonzini · 7 years ago
  5. 0304f9e hw: Do not include "sysemu/block-backend.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
  6. 7446eb0 Make address_space_get_iotlb_entry() take a MemTxAttrs argument by Peter Maydell · 7 years ago
  7. 4486652 vhost-user: support registering external host notifiers by Tiwei Bie · 7 years ago
  8. 4d0cf55 vhost-user: introduce shared vhost-user state by Tiwei Bie · 7 years ago
  9. 5f57fbe vhost-user: allow slave to send fds via slave channel by Tiwei Bie · 7 years ago
  10. 988a277 vhost: allow backends to filter memory sections by Tiwei Bie · 7 years ago
  11. ebf2a49 hw/virtio: Fix brace Werror with clang 6.0.0 by Richard Henderson · 7 years ago
  12. 9952e80 vhost-user+postcopy: Use qemu_set_nonblock by Dr. David Alan Gilbert · 7 years ago
  13. 6f80e61 virtio: support setting memory region based host notifier by Tiwei Bie · 7 years ago
  14. 1f3a451 vhost-user: support receiving file descriptors in slave_read by Tiwei Bie · 7 years ago
  15. ffcbbe7 vhost: add trace for IOTLB miss by Peter Xu · 7 years ago
  16. b7b1264 virtio-balloon: add hugetlb page allocation counts by Jonathan Helman · 7 years ago
  17. aebbdbe vhost: do not verify ring mappings when IOMMU is enabled by Jason Wang · 7 years ago
  18. 915d34c Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  19. e7b94a8 vhost: Allow adjoining regions by Dr. David Alan Gilbert · 7 years ago
  20. 1c3e5a2 vhost-user: back SET/GET_CONFIG requests with a protocol feature by Maxime Coquelin · 7 years ago
  21. bc6abcf vhost-user-blk: set config ops before vhost-user init by Maxime Coquelin · 7 years ago
  22. 648abbf memfd: fix vhost-user-test on non-memfd capable host by Marc-André Lureau · 7 years ago
  23. c1ece84 vhost: Huge page align and merge by Dr. David Alan Gilbert · 7 years ago
  24. 4634357 vhost+postcopy: Wire up POSTCOPY_END notify by Dr. David Alan Gilbert · 7 years ago
  25. c639187 vhost-user: Add VHOST_USER_POSTCOPY_END message by Dr. David Alan Gilbert · 7 years ago
  26. c07e361 vhost+postcopy: Add vhost waker by Dr. David Alan Gilbert · 7 years ago
  27. 375318d vhost+postcopy: Resolve client address by Dr. David Alan Gilbert · 7 years ago
  28. 905125d vhost+postcopy: Stash RAMBlock and offset by Dr. David Alan Gilbert · 7 years ago
  29. 9bb3801 vhost+postcopy: Send address back to qemu by Dr. David Alan Gilbert · 7 years ago
  30. 55d754b postcopy+vhost-user: Split set_mem_table for postcopy by Dr. David Alan Gilbert · 7 years ago
  31. 6864a7b vhost+postcopy: Transmit 'listen' to slave by Dr. David Alan Gilbert · 7 years ago
  32. f82c111 vhost+postcopy: Register shared ufd with postcopy by Dr. David Alan Gilbert · 7 years ago
  33. d3dff7a vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' message by Dr. David Alan Gilbert · 7 years ago
  34. 9ccbfe1 postcopy: Add vhost-user flag for postcopy and check it by Dr. David Alan Gilbert · 7 years ago
  35. 112ed24 qapi: Empty out qapi-schema.json by Markus Armbruster · 7 years ago
  36. efbfeb8 cryptodev-vhost-user: add crypto session handler by Gonglei · 7 years ago
  37. 5da73da cryptodev: add vhost support by Gonglei · 7 years ago
  38. 9fac50c vhost: fix incorrect check in vhost_verify_ring_mappings by Jia He · 7 years ago
  39. fb20fbb vhost: avoid to start/stop virtqueue which is not ready by Jia He · 7 years ago
  40. 9e2a2a3 vhost: fix memslot limit check by Jay Zhou · 7 years ago
  41. 2080a29 virtio-pci: trivial fixes in error message by Greg Kurz · 7 years ago
  42. b734ed9 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 7 years ago
  43. bf1e714 virtio-balloon: include statistics of disk/file caches by Tomáš Golembiovský · 7 years ago
  44. b86107a virtio-balloon: unref the memory region before continuing by Tiwei Bie · 7 years ago
  45. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
  46. 0ebf9a7 virtio-blk: enable multiple vectors when using multiple I/O queues by Changpeng Liu · 7 years ago
  47. aa3c40f vhost: Move log_dirty check by Dr. David Alan Gilbert · 7 years ago
  48. 938eeb6 vhost: Merge and delete unused callbacks by Dr. David Alan Gilbert · 7 years ago
  49. 06709c1 vhost: Clean out old vhost_set_memory and friends by Dr. David Alan Gilbert · 7 years ago
  50. ade6d08 vhost: Regenerate region list from changed sections list by Dr. David Alan Gilbert · 7 years ago
  51. 48d7c97 vhost: Merge sections added to temporary list by Dr. David Alan Gilbert · 7 years ago
  52. 0ca1fd2 vhost: Simplify ring verification checks by Dr. David Alan Gilbert · 7 years ago
  53. c44317e vhost: Build temporary section list and deref after commit by Dr. David Alan Gilbert · 7 years ago
  54. 710fccf virtio: improve virtio devices initialization time by Gal Hammer · 7 years ago
  55. 7614361 virtio: remove event notifier cleanup call on de-assign by Gal Hammer · 7 years ago
  56. f41d912 Revert "vhost: add traces for memory listeners" by Michael S. Tsirkin · 7 years ago
  57. 0f2956f memfd: add error argument, instead of perror() by Marc-André Lureau · 7 years ago
  58. d25836c memory: do explicit cleanup when remove listeners by Peter Xu · 7 years ago
  59. 0750b06 vhost: add traces for memory listeners by Peter Xu · 7 years ago
  60. bf85388 qdev: use device_class_set_parent_realize/unrealize/reset() by Philippe Mathieu-Daudé · 7 years ago
  61. 1ef8185 Revert "virtio: postpone the execution of event_notifier_cleanup function" by Michael S. Tsirkin · 7 years ago
  62. ce3a9ea Revert "virtio: improve virtio devices initialization time" by Michael S. Tsirkin · 7 years ago
  63. f4bf56f vhost: remove assertion to prevent crash by Jay Zhou · 7 years ago
  64. 69aff03 vhost-user: fix misaligned access to payload by Michael S. Tsirkin · 7 years ago
  65. 24e3475 vhost-user: factor out msg head and payload by Michael S. Tsirkin · 7 years ago
  66. 6f0bb23 virtio: improve virtio devices initialization time by Gal Hammer · 7 years ago
  67. 4fe6d78 virtio: postpone the execution of event_notifier_cleanup function by Gal Hammer · 7 years ago
  68. 00343e4 vhost-user-blk: introduce a new vhost-user-blk host device by Changpeng Liu · 7 years ago
  69. 4c3e257 vhost-user: add new vhost user messages to support virtio config space by Changpeng Liu · 7 years ago
  70. acc95bc Merge remote-tracking branch 'origin/master' into HEAD by Michael S. Tsirkin · 7 years ago
  71. f2bc54d virtio-pci: Don't force Subsystem Vendor ID = Vendor ID by Ladi Prosek · 7 years ago
  72. 8fc47c8 virtio_error: don't invoke status callbacks by Michael S. Tsirkin · 7 years ago
  73. 2070aae hw/virtio-balloon: remove old i386 dependency by Philippe Mathieu-Daudé · 7 years ago
  74. e9808d0 hw: use "qemu/osdep.h" as first #include in source files by Philippe Mathieu-Daudé · 7 years ago
  75. fd56e06 pci: Eliminate redundant PCIDevice::bus pointer by David Gibson · 7 years ago
  76. 758ead3 virtio: check VirtQueue Vring object is set by Prasad J Pandit · 7 years ago
  77. 2fe45ec vhost: fix error check in vhost_verify_ring_mappings() by Greg Kurz · 7 years ago
  78. 2ae39a1 vhost: restore avail index from vring used index on disconnection by Maxime Coquelin · 7 years ago
  79. 2d4ba6c virtio: Add queue interface to restore avail index from vring used index by Maxime Coquelin · 7 years ago
  80. 7abea55 fix: unrealize virtio device if we fail to hotplug it by linzhecheng · 7 years ago
  81. a93c8d8 virtio-pci: Replace modern_as with direct access to modern_bar by Alexey Kardashevskiy · 7 years ago
  82. 37ef70b virtio: fix descriptor counting in virtqueue_pop by Wolfgang Bumiller · 7 years ago
  83. a5fa336 pci: Add interface names to hybrid PCI devices by Eduardo Habkost · 7 years ago
  84. b81b948 virtio/pci/migration: Convert to VMState by Dr. David Alan Gilbert · 7 years ago
  85. 5c0ba1b virtio/vhost: reset dev->log after syncing by Felipe Franciosi · 7 years ago
  86. 2f168d0 migration: Route more error paths by Dr. David Alan Gilbert · 7 years ago
  87. 44b1ff3 migration: pre_save return int by Dr. David Alan Gilbert · 7 years ago
  88. 262a69f osdep.h: Prohibit disabling assert() in supported builds by Eric Blake · 7 years ago
  89. 2ab4b13 Convert single line fprintf(.../n) to warn_report() by Alistair Francis · 7 years ago
  90. ee4c112 vhost: Release memory references on cleanup by Alex Williamson · 7 years ago
  91. 33c5793 vhost: use QEMU_ALIGN_DOWN by Marc-André Lureau · 8 years ago
  92. e6a7486 build-sys: add --disable-vhost-user by Marc-André Lureau · 7 years ago
  93. 5df04f1 vhost-user: fix legacy cross-endian configurations by Felipe Franciosi · 8 years ago
  94. 08b9e0b vhost: fix a memory leak by Peng Hao · 8 years ago
  95. 8908eb1 trace-events: fix code style: print 0x before hex numbers by Vladimir Sementsov-Ogievskiy · 7 years ago
  96. 87e0331 docs: fix broken paths to docs/devel/tracing.txt by Philippe Mathieu-Daudé · 7 years ago
  97. aa8f057 virtio-crypto: Convert to DEFINE_PROP_LINK by Fam Zheng · 8 years ago
  98. d1fd7f7 virtio-rng: Convert to DEFINE_PROP_LINK by Fam Zheng · 8 years ago
  99. 08f1ecd virtio-scsi: Convert to DEFINE_PROP_LINK by Fam Zheng · 8 years ago
  100. d679ac0 virtio-blk: Convert to DEFINE_PROP_LINK by Fam Zheng · 8 years ago