aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/pci.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-06vfio/pci: Use vbasedev local variable in vfio_realize()Eric Auger1-24/+25
2022-05-06hw/vfio/pci: fix vfio_pci_hot_reset_result trace pointEric Auger1-1/+1
2022-05-06vfio: defer to commit kvm irq routing when enable msi/msixLongpeng(Mike)1-33/+97
2022-05-06Revert "vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration"Longpeng(Mike)1-17/+3
2022-05-06vfio: simplify the failure path in vfio_msi_enableLongpeng(Mike)1-14/+2
2022-05-06vfio: move re-enabling INTX out of the common helperLongpeng(Mike)1-6/+11
2022-05-06vfio: simplify the conditional statements in vfio_msi_enableLongpeng(Mike)1-2/+2
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-5/+5
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-2/+2
2022-03-15kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)1-1/+4
2021-11-01vfio/pci: Add support for mmapping sub-page MMIO BARs after live migrationKunkun Jiang1-1/+18
2021-10-15qdev: Base object creation on QDict rather than QemuOptsKevin Wolf1-2/+2
2021-09-16hw/vfio: Fix typo in commentsCai Huoqing1-3/+3
2021-07-14vfio/pci: Add pba_offset PCI quirk for BAIDU KUNLUN AI processorCai Huoqing1-0/+8
2021-07-14vfio/pci: Change to use vfio_pci_is()Cai Huoqing1-2/+2
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-03-16vfio: Avoid disabling and enabling vectors repeatedly in VFIO migrationShenming Lu1-3/+17
2021-03-16hw/vfio/pci-quirks: Replace the word 'blacklist'Philippe Mathieu-Daudé1-2/+2
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-11-23vfio: Change default dirty pages tracking behavior during migrationKirti Wankhede1-0/+3
2020-11-23vfio: Make migration support experimentalAlex Williamson1-0/+2
2020-11-01vfio: Make vfio-pci device migration capableKirti Wankhede1-20/+8
2020-11-01vfio: Add save and load functions for VFIO PCI devicesKirti Wankhede1-0/+51
2020-11-01vfio: Add vfio_get_object callback to VFIODeviceOpsKirti Wankhede1-0/+8
2020-09-09vfio: Rename PCI_VFIO to VFIO_PCIEduardo Habkost1-11/+11
2020-08-27vfio/pci: Move QOM macros to headerEduardo Habkost1-3/+0
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster1-2/+1
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-5/+2
2020-07-02vfio: Convert to ram_block_discard_disable()David Hildenbrand1-3/+3
2020-06-10vfio/pci: Use kvm_irqchip_add_irqfd_notifier_gsi() for irqfdsPeter Xu1-22/+15
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-2/+2
2020-01-06vfio/pci: Don't remove irqchip notifier if not registeredPeter Xu1-1/+3
2019-11-26vfio/pci: Respond to KVM irqchip change notifierDavid Gibson1-6/+19
2019-11-26vfio/pci: Split vfio_intx_update()David Gibson1-17/+22
2019-11-18vfio: don't ignore return value of migrate_add_blockerJens Freimann1-1/+1
2019-11-18hw/vfio/pci: Fix double free of migration_blockerMichal Privoznik1-0/+2
2019-10-29vfio: unplug failover primary device before migrationJens Freimann1-6/+20
2019-10-10hw/vfio/pci: fix double free in vfio_msi_disableEvgeny Yakovlev1-0/+1
2019-09-19vfio: fix a typoChen Zhang1-2/+2
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-07-02vfio/pci: Trace vfio_set_irq_signaling() failure in vfio_msix_vector_release()Eric Auger1-2/+5
2019-06-13vfio/common: Introduce vfio_set_irq_signaling helperEric Auger1-166/+51
2019-06-13vfio/pci: Allow MSI-X relocation to fixup bogus PBAAlex Williamson1-1/+1
2019-06-13vfio/pci: Hide Resizable BAR capabilityAlex Williamson1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1