summaryrefslogtreecommitdiffstats
path: root/hw/vfio/pci.c
Commit message (Expand)AuthorAgeFilesLines
* vfio: Avoid disabling and enabling vectors repeatedly in VFIO migrationShenming Lu2021-03-161-3/+17
* hw/vfio/pci-quirks: Replace the word 'blacklist'Philippe Mathieu-Daudé2021-03-161-2/+2
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* vfio: Change default dirty pages tracking behavior during migrationKirti Wankhede2020-11-231-0/+3
* vfio: Make migration support experimentalAlex Williamson2020-11-231-0/+2
* vfio: Make vfio-pci device migration capableKirti Wankhede2020-11-011-20/+8Star
* vfio: Add save and load functions for VFIO PCI devicesKirti Wankhede2020-11-011-0/+51
* vfio: Add vfio_get_object callback to VFIODeviceOpsKirti Wankhede2020-11-011-0/+8
* vfio: Rename PCI_VFIO to VFIO_PCIEduardo Habkost2020-09-091-11/+11
* vfio/pci: Move QOM macros to headerEduardo Habkost2020-08-271-3/+0Star
* error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster2020-07-101-2/+1Star
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-5/+2Star
* vfio: Convert to ram_block_discard_disable()David Hildenbrand2020-07-021-3/+3
* vfio/pci: Use kvm_irqchip_add_irqfd_notifier_gsi() for irqfdsPeter Xu2020-06-101-22/+15Star
* Drop more @errp parameters after previous commitMarkus Armbruster2020-05-151-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-2/+2
* vfio/pci: Don't remove irqchip notifier if not registeredPeter Xu2020-01-061-1/+3
* vfio/pci: Respond to KVM irqchip change notifierDavid Gibson2019-11-261-6/+19
* vfio/pci: Split vfio_intx_update()David Gibson2019-11-261-17/+22
* vfio: don't ignore return value of migrate_add_blockerJens Freimann2019-11-181-1/+1
* hw/vfio/pci: Fix double free of migration_blockerMichal Privoznik2019-11-181-0/+2
* vfio: unplug failover primary device before migrationJens Freimann2019-10-291-6/+20
* hw/vfio/pci: fix double free in vfio_msi_disableEvgeny Yakovlev2019-10-101-0/+1
* vfio: fix a typoChen Zhang2019-09-191-2/+2
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* vfio/pci: Trace vfio_set_irq_signaling() failure in vfio_msix_vector_release()Eric Auger2019-07-021-2/+5
* vfio/common: Introduce vfio_set_irq_signaling helperEric Auger2019-06-131-166/+51Star
* vfio/pci: Allow MSI-X relocation to fixup bogus PBAAlex Williamson2019-06-131-1/+1
* vfio/pci: Hide Resizable BAR capabilityAlex Williamson2019-06-131-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/vfio/pci: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé2019-06-061-2/+2
* pci: msix: move 'MSIX_CAP_LENGTH' to header fileLi Qiang2019-05-221-2/+0Star
* vfio: pci: make "vfio-pci-nohotplug" as MACROLi Qiang2019-05-221-2/+4
* spapr: Support NVIDIA V100 GPU with NVLink2Alexey Kardashevskiy2019-04-261-0/+14
* vfio: Report warnings with warn_report(), not error_printf()Markus Armbruster2019-04-181-6/+13
* vfio/display: add xres + yres propertiesGerd Hoffmann2019-03-111-0/+12
* trace: forbid use of %m in trace event format stringsDaniel P. Berrangé2019-01-241-1/+1
* vfio/pci: Remove PCIe Link Status emulationAlex Williamson2018-12-191-6/+0Star
* pcie: Create enums for link speed and widthAlex Williamson2018-12-191-1/+2
* vfio: Clean up error reporting after previous commitMarkus Armbruster2018-10-191-4/+4
* vfio: Use warn_report() & friends to report warningsMarkus Armbruster2018-10-191-7/+7
* error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster2018-10-191-2/+1Star
* vfio-pci: make vfio-pci device more QOM conventionalLi Qiang2018-10-151-14/+15
* hw/vfio/display: add ramfb supportGerd Hoffmann2018-10-151-0/+25
* vfio/pci: Handle subsystem realpath() returning NULLAlex Williamson2018-08-231-1/+1
* vfio/ccw/pci: Allow devices to opt-in for ballooningAlex Williamson2018-08-171-1/+25