1. 22fc860 hw/[u-x]*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  2. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  3. 5b45643 virtio-rng: Fix crash with non-default backend by Cole Robinson · 12 years ago
  4. 87d23f7 virtio-pci: drop unused wmb macro by Michael S. Tsirkin · 12 years ago
  5. 800ced8 virtio-net-x: forward the netclient name and type. by KONRAD Frederic · 12 years ago
  6. 62c9636 virtio-pci: fix level interrupts by Michael S. Tsirkin · 12 years ago
  7. 6f32a6b virtio-scsi: fix the command line compatibility. by KONRAD Frederic · 12 years ago
  8. 80270a1 virtio-serial: fix command line compatibility. by KONRAD Frederic · 12 years ago
  9. f4dd69a virtio-x-bus: force bus name to virtio-bus. by KONRAD Frederic · 12 years ago
  10. 1c81944 virtio: remove virtiobindings. by KONRAD Frederic · 12 years ago
  11. 181103c virtio: remove the function pointer. by KONRAD Frederic · 12 years ago
  12. a2f1078 virtio-pci: cleanup. by KONRAD Frederic · 12 years ago
  13. d51fcfa virtio-bus: make virtio_x_bus_new static. by KONRAD Frederic · 12 years ago
  14. 59ccd20 virtio-rng-pci: switch to the new API. by KONRAD Frederic · 12 years ago
  15. 6eac8ae virtio-rng: add virtio-rng device. by KONRAD Frederic · 12 years ago
  16. 234a336 virtio-9p-pci: switch to the new API. by KONRAD Frederic · 12 years ago
  17. e7303c4 virtio-9p: add the virtio-9p device. by KONRAD Frederic · 12 years ago
  18. 5078762 vhost-scsi-pci: new device supporting the tcm_vhost Linux kernel module by Nicholas Bellinger · 12 years ago
  19. 292c8e5 virtio-scsi: create VirtIOSCSICommon by Paolo Bonzini · 12 years ago
  20. e37da39 virtio-net-pci: switch to the new API. by KONRAD Frederic · 12 years ago
  21. 17ec5a8 virtio-net: add the virtio-net device. by KONRAD Frederic · 12 years ago
  22. 24a6e7f virtio-balloon: fix dynamic properties. by KONRAD Frederic · 12 years ago
  23. f7f7464 virtio-serial-pci: switch to the new API. by KONRAD Frederic · 12 years ago
  24. 2cd2b01 virtio-serial: add the virtio-serial device. by KONRAD Frederic · 12 years ago
  25. 47b43a1 hw: move private headers to hw/ subdirectories. by Paolo Bonzini · 12 years ago
  26. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/virtio-pci.c]
  27. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  28. e378e88 virtio-balloon-pci: switch to the new API. by KONRAD Frederic · 12 years ago
  29. 404e7a4 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 12 years ago
  30. a38b2c4 virtio-pci: guest notifier mask without non-irqfd by Michael S. Tsirkin · 12 years ago
  31. bc7b90a virtio-scsi-pci: switch to new API. by KONRAD Frederic · 12 years ago
  32. 4bfeb18 virtio-scsi: moving host_features from properties to transport properties. by KONRAD Frederic · 12 years ago
  33. f7d4209 Merge remote-tracking branch 'kraxel/ipxe.2' into staging by Anthony Liguori · 12 years ago
  34. 653ced0 virtio-blk-pci: switch to new API. by KONRAD Frederic · 12 years ago
  35. 1c028dd virtio-blk: add the virtio-blk device. by KONRAD Frederic · 12 years ago
  36. 10479a8 virtio-pci: fix hot unplug. by KONRAD Frederic · 12 years ago
  37. cbd1906 virtio-x-bus: fix allow_hotplug assertion. by KONRAD Frederic · 12 years ago
  38. c45e5b5 Switch to efi-enabled nic roms by default by Gerd Hoffmann · 12 years ago
  39. 6e72a00 Merge remote-tracking branch 'bonzini/hw-dirs' into staging by Anthony Liguori · 12 years ago
  40. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  41. 60653b2 virtio-9p: remove PCI dependencies from hw/9pfs/ by Paolo Bonzini · 12 years ago
  42. 554f199 Set virtio-serial device to have a default of 2 MSI vectors. by Gal Hammer · 12 years ago
  43. 1e89ad5 virtio-net: pass host features to virtio_net_init by Anthony Liguori · 12 years ago
  44. 085bccb virtio-pci: refactor virtio-pci device. by KONRAD Frederic · 12 years ago
  45. 0a2acf5 virtio-pci-bus: introduce virtio-pci-bus. by KONRAD Frederic · 12 years ago
  46. e387f99 virtio-pci: fix irqfd cleanup argument order by Michael S. Tsirkin · 12 years ago
  47. 53510bf virtio-pci: build for uninitialized return value in vq_vector_unmask by Michael Roth · 12 years ago
  48. 8e9a868 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 12 years ago
  49. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  50. f1d0f15 virtio: backend virtqueue notifier masking by Michael S. Tsirkin · 12 years ago
  51. 774345f virtio-pci: cache msix messages by Michael S. Tsirkin · 12 years ago
  52. 2d620f5 virtio: don't waste irqfds on control vqs by Michael S. Tsirkin · 12 years ago
  53. 8e4a424 Revert "virtio-pci: replace byte swap hack" by Blue Swirl · 12 years ago
  54. 9807cac virtio-pci: replace byte swap hack by Blue Swirl · 13 years ago
  55. 217da7f Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 12 years ago
  56. 392808b virtio-blk: add x-data-plane=on|off performance feature by Stefan Hajnoczi · 12 years ago
  57. 8a873ba virtio-blk: restore VirtIOBlkConf->config_wce flag by Stefan Hajnoczi · 12 years ago
  58. 89d62be virtio-pci: don't poll masked vectors by Michael S. Tsirkin · 12 years ago
  59. bbef882 msi: add API to get notified about pending bit poll by Michael S. Tsirkin · 12 years ago
  60. d2a0ccc virtio: make bindings typesafe by Michael S. Tsirkin · 12 years ago
  61. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  62. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  63. 7fa22f2 net: do not include net.h everywhere by Paolo Bonzini · 12 years ago
  64. 6f99198 Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD by Paolo Bonzini · 12 years ago
  65. a2cb15b pci: update all users to look in pci/ by Michael S. Tsirkin · 12 years ago
  66. d567e62 virtio-blk: Remove duplicate property definition by David Gibson · 12 years ago
  67. 500054f virtio-rng-pci: create a default backend if none exists by Anthony Liguori · 12 years ago
  68. 904d6f5 virtio-rng: add rate limiting support by Anthony Liguori · 12 years ago
  69. 16c915b virtio-rng: hardware random number generator device by Amit Shah · 13 years ago
  70. df6db5b virtio-pci: convert PIO to new memory api read/write by Alexander Graf · 12 years ago
  71. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  72. b131c74 kvm: Clean up irqfd API by Jan Kiszka · 12 years ago
  73. 3cac001 msix: make [un]use vectors on reset/load optional by Michael S. Tsirkin · 12 years ago
  74. eec7f96 virtio-blk: hide VIRTIO_BLK_F_CONFIG_WCE from old machine types by Stefan Hajnoczi · 12 years ago
  75. 614e41b kvm: Decouple 'MSI routing via irqfds' from 'kernel irqchip' by Peter Maydell · 12 years ago
  76. 26b9b5f virtio: fix vhost handling by Paolo Bonzini · 12 years ago
  77. 5e3bc71 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 12 years ago
  78. 5e59b02 Merge branch pci into master by Michael S. Tsirkin · 12 years ago
  79. 4c205d0 virtio-scsi: enable MSI-X support by Paolo Bonzini · 12 years ago
  80. 3f91090 virtio-scsi: add ioeventfd support by Paolo Bonzini · 12 years ago
  81. dfe1ce5 Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 12 years ago
  82. e63e7fd virtio-blk: qdev properties for disk geometry by Markus Armbruster · 13 years ago
  83. 15b2bd1 virtio: move common irqfd handling out of virtio-pci by Paolo Bonzini · 13 years ago
  84. b1f416a virtio: move common ioeventfd handling out of virtio-pci by Paolo Bonzini · 13 years ago
  85. 753d5e1 memory: pass EventNotifier, not eventfd by Paolo Bonzini · 13 years ago
  86. f90c2bc pci: convert PCIUnregisterFunc to void by Alex Williamson · 13 years ago
  87. b2357c4 virtio: Convert to msix_init_exclusive_bar() interface by Alex Williamson · 13 years ago
  88. 95d6580 msi: Invoke msi/msix_write_config from PCI core by Jan Kiszka · 13 years ago
  89. cbd2d43 msi: Invoke msi/msix_reset from PCI core by Jan Kiszka · 13 years ago
  90. 74f4d22 Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 13 years ago
  91. a6c5c84 virtio-blk: always enable VIRTIO_BLK_F_SCSI by Paolo Bonzini · 13 years ago
  92. 12c5674 virtio-blk: define VirtIOBlkConf by Paolo Bonzini · 13 years ago
  93. 0e47931 virtio-blk: blockdev_mark_auto_del is transport-independent by Paolo Bonzini · 13 years ago
  94. 7d37d35 virtio/vhost: Add support for KVM in-kernel MSI injection by Jan Kiszka · 13 years ago
  95. 4636b9d virtio-pci: add missing 'static' by Blue Swirl · 13 years ago
  96. 2ba1d38 virtio-pci: change virtio balloon PCI class code by David Gibson · 13 years ago
  97. 973abc7 virtio-scsi: Add virtio-scsi stub device by Stefan Hajnoczi · 14 years ago
  98. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  99. 6acbe4c qdev: remove baked in notion of aliases (v2) by Anthony Liguori · 13 years ago
  100. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago