aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/pci.c
AgeCommit message (Expand)Author
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-11-23vfio: Change default dirty pages tracking behavior during migrationKirti Wankhede
2020-11-23vfio: Make migration support experimentalAlex Williamson
2020-11-01vfio: Make vfio-pci device migration capableKirti Wankhede
2020-11-01vfio: Add save and load functions for VFIO PCI devicesKirti Wankhede
2020-11-01vfio: Add vfio_get_object callback to VFIODeviceOpsKirti Wankhede
2020-09-09vfio: Rename PCI_VFIO to VFIO_PCIEduardo Habkost
2020-08-27vfio/pci: Move QOM macros to headerEduardo Habkost
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-02vfio: Convert to ram_block_discard_disable()David Hildenbrand
2020-06-10vfio/pci: Use kvm_irqchip_add_irqfd_notifier_gsi() for irqfdsPeter Xu
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-06vfio/pci: Don't remove irqchip notifier if not registeredPeter Xu
2019-11-26vfio/pci: Respond to KVM irqchip change notifierDavid Gibson
2019-11-26vfio/pci: Split vfio_intx_update()David Gibson
2019-11-18vfio: don't ignore return value of migrate_add_blockerJens Freimann
2019-11-18hw/vfio/pci: Fix double free of migration_blockerMichal Privoznik
2019-10-29vfio: unplug failover primary device before migrationJens Freimann
2019-10-10hw/vfio/pci: fix double free in vfio_msi_disableEvgeny Yakovlev
2019-09-19vfio: fix a typoChen Zhang
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-07-02vfio/pci: Trace vfio_set_irq_signaling() failure in vfio_msix_vector_release()Eric Auger
2019-06-13vfio/common: Introduce vfio_set_irq_signaling helperEric Auger
2019-06-13vfio/pci: Allow MSI-X relocation to fixup bogus PBAAlex Williamson
2019-06-13vfio/pci: Hide Resizable BAR capabilityAlex Williamson
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-06hw/vfio/pci: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé
2019-05-22pci: msix: move 'MSIX_CAP_LENGTH' to header fileLi Qiang
2019-05-22vfio: pci: make "vfio-pci-nohotplug" as MACROLi Qiang
2019-04-26spapr: Support NVIDIA V100 GPU with NVLink2Alexey Kardashevskiy
2019-04-18vfio: Report warnings with warn_report(), not error_printf()Markus Armbruster
2019-03-11vfio/display: add xres + yres propertiesGerd Hoffmann
2019-01-24trace: forbid use of %m in trace event format stringsDaniel P. Berrangé
2018-12-19vfio/pci: Remove PCIe Link Status emulationAlex Williamson
2018-12-19pcie: Create enums for link speed and widthAlex Williamson
2018-10-19vfio: Clean up error reporting after previous commitMarkus Armbruster
2018-10-19vfio: Use warn_report() & friends to report warningsMarkus Armbruster
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster
2018-10-15vfio-pci: make vfio-pci device more QOM conventionalLi Qiang
2018-10-15hw/vfio/display: add ramfb supportGerd Hoffmann
2018-08-23vfio/pci: Handle subsystem realpath() returning NULLAlex Williamson
2018-08-17vfio/ccw/pci: Allow devices to opt-in for ballooningAlex Williamson
2018-07-11vfio/pci: do not set the PCIDevice 'has_rom' attributeCédric Le Goater
2018-07-02hw/vfio: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé