- 0d570a2 vfio/pci: Use vbasedev local variable in vfio_realize() by Eric Auger · 2 years, 8 months ago
- 9d38ffc hw/vfio/pci: fix vfio_pci_hot_reset_result trace point by Eric Auger · 2 years, 8 months ago
- dc580d5 vfio: defer to commit kvm irq routing when enable msi/msix by Longpeng(Mike) · 2 years, 9 months ago
- 75d546f Revert "vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration" by Longpeng(Mike) · 2 years, 9 months ago
- 8ab217d vfio: simplify the failure path in vfio_msi_enable by Longpeng(Mike) · 2 years, 9 months ago
- be4a46e vfio: move re-enabling INTX out of the common helper by Longpeng(Mike) · 2 years, 9 months ago
- a6f5770 vfio: simplify the conditional statements in vfio_msi_enable by Longpeng(Mike) · 2 years, 9 months ago
- 8e3b0cb Replace qemu_real_host_page variables with inlined functions by Marc-André Lureau · 2 years, 9 months ago
- b21e238 Use g_new() & friends where that makes obvious sense by Markus Armbruster · 2 years, 9 months ago
- def4c55 kvm/msi: do explicit commit when adding msi routes by Longpeng(Mike) · 2 years, 10 months ago
- f36d4fb vfio/pci: Add support for mmapping sub-page MMIO BARs after live migration by Kunkun Jiang · 3 years, 2 months ago
- f3558b1 qdev: Base object creation on QDict rather than QemuOpts by Kevin Wolf · 3 years, 2 months ago
- 631ba5a hw/vfio: Fix typo in comments by Cai Huoqing · 3 years, 5 months ago
- 1bd9f1b vfio/pci: Add pba_offset PCI quirk for BAIDU KUNLUN AI processor by Cai Huoqing · 3 years, 5 months ago
- 936555b vfio/pci: Change to use vfio_pci_is() by Cai Huoqing · 3 years, 5 months ago
- 4c386f8 Do not include sysemu/sysemu.h if it's not really necessary by Thomas Huth · 3 years, 8 months ago
- ecebe53 vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration by Shenming Lu · 3 years, 9 months ago
- 4eda914 hw/vfio/pci-quirks: Replace the word 'blacklist' by Philippe Mathieu-Daudé · 3 years, 10 months ago
- ce35e22 qdev: Move softmmu properties to qdev-properties-system.h by Eduardo Habkost · 4 years ago
- bb0990d vfio: Change default dirty pages tracking behavior during migration by Kirti Wankhede · 4 years, 1 month ago
- cf25498 vfio: Make migration support experimental by Alex Williamson · 4 years, 1 month ago
- a226510 vfio: Make vfio-pci device migration capable by Kirti Wankhede · 4 years, 2 months ago
- c5e2fb3 vfio: Add save and load functions for VFIO PCI devices by Kirti Wankhede · 4 years, 2 months ago
- e93b733 vfio: Add vfio_get_object callback to VFIODeviceOps by Kirti Wankhede · 4 years, 2 months ago
- 01b4606 vfio: Rename PCI_VFIO to VFIO_PCI by Eduardo Habkost · 4 years, 3 months ago
- 42db0fb vfio/pci: Move QOM macros to header by Eduardo Habkost · 4 years, 4 months ago
- af175e8 error: Eliminate error_propagate() with Coccinelle, part 2 by Markus Armbruster · 4 years, 5 months ago
- 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 5 months ago
- aff92b8 vfio: Convert to ram_block_discard_disable() by David Hildenbrand · 4 years, 6 months ago
- 97a3757 vfio/pci: Use kvm_irqchip_add_irqfd_notifier_gsi() for irqfds by Peter Xu · 4 years, 9 months ago
- 40c2281 Drop more @errp parameters after previous commit by Markus Armbruster · 4 years, 7 months ago
- 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
- 0446f81 vfio/pci: Don't remove irqchip notifier if not registered by Peter Xu · 5 years ago
- c5478fe vfio/pci: Respond to KVM irqchip change notifier by David Gibson · 5 years ago
- ad54dbd vfio/pci: Split vfio_intx_update() by David Gibson · 5 years ago
- ed92369 vfio: don't ignore return value of migrate_add_blocker by Jens Freimann · 5 years ago
- 1335d64 hw/vfio/pci: Fix double free of migration_blocker by Michal Privoznik · 5 years ago
- f045a01 vfio: unplug failover primary device before migration by Jens Freimann · 5 years ago
- d964d3b hw/vfio/pci: fix double free in vfio_msi_disable by Evgeny Yakovlev · 5 years ago
- f75ca62 vfio: fix a typo by Chen Zhang · 5 years ago
- 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 5 years ago
- a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 5 years ago
- db72581 Include qemu/main-loop.h less by Markus Armbruster · 5 years ago
- 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 5 years ago
- d645427 Include migration/vmstate.h less by Markus Armbruster · 5 years ago
- 5053bd7 vfio/pci: Trace vfio_set_irq_signaling() failure in vfio_msix_vector_release() by Eric Auger · 5 years ago
- 201a733 vfio/common: Introduce vfio_set_irq_signaling helper by Eric Auger · 6 years ago
- c60807d vfio/pci: Allow MSI-X relocation to fixup bogus PBA by Alex Williamson · 6 years ago
- 3412d8e vfio/pci: Hide Resizable BAR capability by Alex Williamson · 6 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- a2596ae hw/vfio/pci: Use the QOM DEVICE() macro to access DeviceState.qdev by Philippe Mathieu-Daudé · 6 years ago
- 2d9574b pci: msix: move 'MSIX_CAP_LENGTH' to header file by Li Qiang · 6 years ago
- 0c0c8f8 vfio: pci: make "vfio-pci-nohotplug" as MACRO by Li Qiang · 6 years ago
- ec132ef spapr: Support NVIDIA V100 GPU with NVLink2 by Alexey Kardashevskiy · 6 years ago
- 8f8f588 vfio: Report warnings with warn_report(), not error_printf() by Markus Armbruster · 6 years ago
- c62a0c7c vfio/display: add xres + yres properties by Gerd Hoffmann · 6 years ago
- 772f1b3 trace: forbid use of %m in trace event format strings by Daniel P. Berrangé · 6 years ago
- d26e543 vfio/pci: Remove PCIe Link Status emulation by Alex Williamson · 6 years ago
- d96a0ac pcie: Create enums for link speed and width by Alex Williamson · 6 years ago
- c3b8e3e vfio: Clean up error reporting after previous commit by Markus Armbruster · 6 years ago
- e1eb292 vfio: Use warn_report() & friends to report warnings by Markus Armbruster · 6 years ago
- 4b57664 error: Fix use of error_prepend() with &error_fatal, &error_abort by Markus Armbruster · 6 years ago
- 2683ccd vfio-pci: make vfio-pci device more QOM conventional by Li Qiang · 6 years ago
- b290659 hw/vfio/display: add ramfb support by Gerd Hoffmann · 6 years ago
- a1c0f88 vfio/pci: Handle subsystem realpath() returning NULL by Alex Williamson · 6 years ago
- 238e917 vfio/ccw/pci: Allow devices to opt-in for ballooning by Alex Williamson · 6 years ago
- 26c0ae5 vfio/pci: do not set the PCIDevice 'has_rom' attribute by Cédric Le Goater · 6 years ago
- e0255bb hw/vfio: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 6 years ago
- 8151a9c vfio/pci: Default display option to "off" by Alex Williamson · 7 years ago
- 2b1dbd0 vfio/quirks: Enable ioeventfd quirks to be handled by vfio directly by Alex Williamson · 7 years ago
- c958c51 vfio/quirks: ioeventfd quirk acceleration by Alex Williamson · 7 years ago
- 469d02d vfio/quirks: Add quirk reset callback by Alex Williamson · 7 years ago
- 8983e3e ui: introduce vfio_display_reset by Tina Zhang · 7 years ago
- fcad0d2 ppc/spapr, vfio: Turn off MSIX emulation for VFIO devices by Alexey Kardashevskiy · 7 years ago
- ae0215b vfio-pci: Allow mmap of MSIX BAR by Alexey Kardashevskiy · 7 years ago
- a999468 vfio/display: core & wireup by Gerd Hoffmann · 7 years ago
- 3e015d8 use g_path_get_basename instead of basename by Julia Suvorova · 7 years ago
- b734ed9 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 7 years ago
- 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
- d61a363 pci: removed the is_express field since a uniform interface was inserted by Yoni Bettan · 7 years ago
- db32d0f vfio/pci: Add option to disable GeForce quirks by Alex Williamson · 7 years ago
- 89d5202 vfio/pci: Allow relocating MSI-X MMIO by Alex Williamson · 7 years ago
- 04f336b vfio/pci: Emulate BARs by Alex Williamson · 7 years ago
- 3a28673 vfio/pci: Add base BAR MemoryRegion by Alex Williamson · 7 years ago
- fd56e06 pci: Eliminate redundant PCIDevice::bus pointer by David Gibson · 7 years ago
- a5fa336 pci: Add interface names to hybrid PCI devices by Eduardo Habkost · 7 years ago
- dfbee78 vfio/pci: Add NVIDIA GPUDirect Cliques support by Alex Williamson · 7 years ago
- e3f79f3 vfio/pci: Add virtual capabilities quirk infrastructure by Alex Williamson · 7 years ago
- 5b31c82 vfio/pci: Do not unwind on error by Alex Williamson · 7 years ago
- 96d2c2c vfio/pci: fix use of freed memory by Philippe Mathieu-Daudé · 7 years ago
- 4798572 vfio/pci: Fixup v0 PCIe capabilities by Alex Williamson · 7 years ago
- 7da624e vfio: Test realized when using VFIOGroup.device_list iterator by Alex Williamson · 7 years ago
- 2784127 pci: Replace pci_add_capability2() with pci_add_capability() by Mao Zhongyi · 7 years ago
- 9a7c2a5 pci: Make errp the last parameter of pci_add_capability() by Mao Zhongyi · 7 years ago
- 9a81577 pci: Fix the wrong assertion. by Mao Zhongyi · 7 years ago
- 6e4e6f0 vfio/pci: Fix incorrect error message by Dong Jia Shi · 8 years ago
- d0d1cd7 vfio/pci: Improve extended capability comments, skip masked caps by Alex Williamson · 8 years ago
- 35c7cb4 vfio/pci: Report errors from qdev_unplug() via device request by Alex Williamson · 8 years ago
- ee640c6 pci: Convert msix_init() to Error and fix callers by Cao jin · 8 years ago
- 8907379 vfio: remove a duplicated word in comments by Cao jin · 8 years ago