1. dfbee78 vfio/pci: Add NVIDIA GPUDirect Cliques support by Alex Williamson · 7 years ago
  2. e3f79f3 vfio/pci: Add virtual capabilities quirk infrastructure by Alex Williamson · 7 years ago
  3. 5b31c82 vfio/pci: Do not unwind on error by Alex Williamson · 7 years ago
  4. 96d2c2c vfio/pci: fix use of freed memory by Philippe Mathieu-Daudé · 7 years ago
  5. 4798572 vfio/pci: Fixup v0 PCIe capabilities by Alex Williamson · 7 years ago
  6. 7da624e vfio: Test realized when using VFIOGroup.device_list iterator by Alex Williamson · 7 years ago
  7. 2784127 pci: Replace pci_add_capability2() with pci_add_capability() by Mao Zhongyi · 7 years ago
  8. 9a7c2a5 pci: Make errp the last parameter of pci_add_capability() by Mao Zhongyi · 7 years ago
  9. 9a81577 pci: Fix the wrong assertion. by Mao Zhongyi · 7 years ago
  10. 6e4e6f0 vfio/pci: Fix incorrect error message by Dong Jia Shi · 8 years ago
  11. d0d1cd7 vfio/pci: Improve extended capability comments, skip masked caps by Alex Williamson · 8 years ago
  12. 35c7cb4 vfio/pci: Report errors from qdev_unplug() via device request by Alex Williamson · 8 years ago
  13. ee640c6 pci: Convert msix_init() to Error and fix callers by Cao jin · 8 years ago
  14. 8907379 vfio: remove a duplicated word in comments by Cao jin · 8 years ago
  15. 9525172 vfio: Add support for mmapping sub-page MMIO BARs by Yongji Xie · 8 years ago
  16. a52a4c47 vfio/pci: fix out-of-sync BAR information on reset by Ido Yariv · 8 years ago
  17. 893bfc3 vfio: fix duplicate function call by Cao jin · 8 years ago
  18. 4a94626 vfio/pci: Handle host oversight by Eric Auger · 8 years ago
  19. e04cff9 vfio/pci: Remove vfio_populate_device returned value by Eric Auger · 8 years ago
  20. ec3bcf4 vfio/pci: Remove vfio_msix_early_setup returned value by Eric Auger · 8 years ago
  21. 1a22aca vfio/pci: Conversion to realize by Eric Auger · 8 years ago
  22. 59f7d67 vfio: Pass an error object to vfio_get_device by Eric Auger · 8 years ago
  23. 1b808d5 vfio: Pass an error object to vfio_get_group by Eric Auger · 8 years ago
  24. 7237011 vfio/pci: Pass an error object to vfio_pci_igd_opregion_init by Eric Auger · 8 years ago
  25. 7ef165b vfio/pci: Pass an error object to vfio_add_capabilities by Eric Auger · 8 years ago
  26. 7dfb342 vfio/pci: Pass an error object to vfio_intx_enable by Eric Auger · 8 years ago
  27. 008d0e2 vfio/pci: Pass an error object to vfio_msix_early_setup by Eric Auger · 8 years ago
  28. 2312d90 vfio/pci: Pass an error object to vfio_populate_device by Eric Auger · 8 years ago
  29. cde4279 vfio/pci: Pass an error object to vfio_populate_vga by Eric Auger · 8 years ago
  30. 426ec90 vfio/pci: Use local error object in vfio_initfn by Eric Auger · 8 years ago
  31. 6d17a01 vfio/pci: Fix regression in MSI routing configuration by David Gibson · 8 years ago
  32. 3f1fea0 kvm-irqchip: do explicit commit when update irq by Peter Xu · 8 years ago
  33. d1f6af6 kvm-irqchip: simplify kvm_irqchip_add_msi_route by Peter Xu · 8 years ago
  34. 383a7af vfio/pci: Hide ARI capability by Alex Williamson · 8 years ago
  35. 1108b2f pci: Convert msi_init() to Error and fix callers to check it by Cao jin · 9 years ago
  36. e37dac0 vfio/pci: Hide SR-IOV capability by Alex Williamson · 8 years ago
  37. 325ae8d vfio: add pcie extended capability support by Chen Fan · 8 years ago
  38. 02d0e09 os-posix: include sys/mman.h by Paolo Bonzini · 9 years ago
  39. 6ced0bb vfio/pci: Add a separate option for IGD OpRegion support by Alex Williamson · 9 years ago
  40. c4c45e9 vfio/pci: Intel graphics legacy mode assignment by Alex Williamson · 9 years ago
  41. 581406e vfio/pci: Setup BAR quirks after capabilities probing by Alex Williamson · 9 years ago
  42. 182bca4 vfio/pci: Consolidate VGA setup by Alex Williamson · 9 years ago
  43. 4225f2b vfio/pci: Fix return of vfio_populate_vga() by Alex Williamson · 9 years ago
  44. 062ed5d vfio/pci: replace fixed string limit by g_strdup_printf by Neo Jia · 9 years ago
  45. e593c02 vfio/pci: Split out VGA setup by Alex Williamson · 9 years ago
  46. e2e5ee9 vfio/pci: Fixup PCI option ROMs by Alex Williamson · 9 years ago
  47. 2d82f8a vfio/pci: Convert all MemoryRegion to dynamic alloc and consistent functions by Alex Williamson · 9 years ago
  48. db0da02 vfio: Generalize region support by Alex Williamson · 9 years ago
  49. 4690022 vfio: Wrap VFIO_DEVICE_GET_REGION_INFO by Alex Williamson · 9 years ago
  50. 7df9381 vfio: Add sysfsdev property for pci & platform by Alex Williamson · 9 years ago
  51. b58b17f vfio/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entries by Wei Yang · 9 years ago
  52. 3fc1c18 vfio/pci: replace 1 with PCI_CAP_LIST_NEXT to make code self-explain by Wei Yang · 9 years ago
  53. 88caf17 vfio: make the 4 bytes aligned for capability size by Chen Fan · 9 years ago
  54. c6eacb1 hw/vfio: Clean up includes by Peter Maydell · 9 years ago
  55. 95239e1 vfio/pci: Lazy PBA emulation by Alex Williamson · 9 years ago
  56. bdd81ad vfio: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 9 years ago
  57. 0282abf vfio/pci: Hide device PCIe capability on non-express buses for PCIe VMs by Alex Williamson · 9 years ago
  58. dc9f06c kvm: Pass PCI device pointer to MSI routing functions by Pavel Fedin · 9 years ago
  59. 89dcccc vfio/pci: Add emulated PCI IDs by Alex Williamson · 9 years ago
  60. ff635e3 vfio/pci: Cache vendor and device ID by Alex Williamson · 9 years ago
  61. c9c5000 vfio/pci: Move AMD device specific reset to quirks by Alex Williamson · 9 years ago
  62. c00d61d vfio/pci: Split quirks to a separate file by Alex Williamson · 9 years ago
  63. 78f33d2 vfio/pci: Extract PCI structures to a separate header by Alex Williamson · 9 years ago
  64. 5e15d79 vfio: Change polarity of our no-mmap option by Alex Williamson · 9 years ago
  65. 46746db vfio/pci: Make interrupt bypass runtime configurable by Alex Williamson · 9 years ago
  66. 0de70dc vfio/pci: Rename MSI/X functions for easier tracing by Alex Williamson · 9 years ago
  67. 870cb6f vfio/pci: Rename INTx functions for easier tracing by Alex Williamson · 9 years ago
  68. b5bd049 vfio/pci: Cleanup vfio_early_setup_msix() error path by Alex Williamson · 9 years ago
  69. d451008 vfio/pci: Cleanup RTL8168 quirk and tracing by Alex Williamson · 9 years ago
  70. 67cc32e typofixes - v4 by Veres Lajos · 9 years ago
  71. d7646f2 maint: remove unused include for dirent.h by Daniel P. Berrange · 9 years ago
  72. 759b484 vfio/pci: Fix bootindex by Alex Williamson · 9 years ago
  73. 69970fc vfio/pci: Fix RTL8168 NIC quirks by Alex Williamson · 9 years ago
  74. 4330296 vfio/pci : Add pba_offset PCI quirk for Chelsio T5 devices by Gabriel Laupre · 9 years ago
  75. 1c9b71a kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffix by Eric Auger · 9 years ago
  76. f7ceed1 vfio: cpu: Use "real" page size API by Peter Crosthwaite · 9 years ago
  77. 7d489dc vfio: fix return type of pread by Paolo Bonzini · 9 years ago
  78. 5655f93 vfio-pci: Reset workaround for AMD Bonaire and Hawaii GPUs by Alex Williamson · 10 years ago
  79. c6d231e vfio-pci: Fix error path sign by Alex Williamson · 10 years ago
  80. 07ceaf9 vfio-pci: Further fix BAR size overflow by Alex Williamson · 10 years ago
  81. 3b64349 memory: Replace io_mem_read/write with memory_region_dispatch_read/write by Peter Maydell · 10 years ago
  82. 47cbe50 vfio-pci: Enable device request notification support by Alex Williamson · 10 years ago
  83. 6ee47c9 vfio: allow to disable MMAP per device with -x-mmap=off option by Samuel Pitoiset · 10 years ago
  84. bc5baff vfio: Fix debug message compile error by Alexey Kardashevskiy · 10 years ago
  85. ba5e6bf vfio: unmap and free BAR data in instance_finalize by Paolo Bonzini · 10 years ago
  86. 77a10d0 vfio: free dynamically-allocated data in instance_finalize by Paolo Bonzini · 10 years ago
  87. 217e9fd vfio: cleanup vfio_get_device error path, remove vfio_populate_device callback by Paolo Bonzini · 10 years ago
  88. 3a4dbe6 vfio-pci: Fix missing unparent of dynamically allocated MemoryRegion by Alex Williamson · 10 years ago
  89. b3e27c3 vfio-pci: Fix interrupt disabling by Alex Williamson · 10 years ago
  90. 29c6e6d vfio-pci: Fix BAR size overflow by Alex Williamson · 10 years ago
  91. dcbfc5c vfio: Cleanup error_report()s by Alex Williamson · 10 years ago
  92. e2c7d02 hw/vfio: create common module by Eric Auger · 10 years ago
  93. df92ee4 hw/vfio/pci: use name field in format strings by Eric Auger · 10 years ago
  94. 62356b7 hw/vfio/pci: rename group_list into vfio_group_list by Eric Auger · 10 years ago
  95. d13dd2d hw/vfio/pci: split vfio_get_device by Eric Auger · 10 years ago
  96. a664477 hw/vfio/pci: Introduce VFIORegion by Eric Auger · 10 years ago
  97. b47d8ef hw/vfio/pci: handle reset at VFIODevice by Eric Auger · 10 years ago
  98. 462037c hw/vfio/pci: add type, name and group fields in VFIODevice by Eric Auger · 10 years ago
  99. 5546a62 hw/vfio/pci: introduce minimalist VFIODevice with fd by Eric Auger · 10 years ago
  100. 079eb19 hw/vfio/pci: generalize mask/unmask to any IRQ index by Eric Auger · 10 years ago