aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/pci.c
AgeCommit message (Expand)Author
2023-07-10vfio/pci: Enable AtomicOps completers on root portsAlex Williamson
2023-07-10vfio: Fix null pointer dereference bug in vfio_bars_finalize()Avihai Horon
2023-07-10vfio/migration: Return bool type for vfio_migration_realize()Zhenzhong Duan
2023-07-10vfio/migration: Remove print of "Migration disabled"Zhenzhong Duan
2023-07-10vfio/migration: Free resources when vfio_migration_realize failsZhenzhong Duan
2023-07-10vfio/migration: Change vIOMMU blocker from global to per deviceZhenzhong Duan
2023-07-10vfio/pci: Disable INTx in vfio_realize error pathZhenzhong Duan
2023-06-30vfio/pci: Free leaked timer in vfio_realize error pathZhenzhong Duan
2023-06-30vfio/pci: Fix a segfault in vfio_realizeZhenzhong Duan
2023-06-30vfio/migration: Make VFIO migration non-experimentalAvihai Horon
2023-06-30vfio/pci: Call vfio_prepare_kvm_msi_virq_batch() in MSI retry pathShameer Kolothum
2023-05-24vfio/pci: Fix a use-after-free issueZhenzhong Duan
2023-05-09vfio/pci: Static Resizable BAR capabilityAlex Williamson
2023-05-09vfio/pci: add support for VF tokenMinwoo Im
2023-03-07vfio/migration: Rename entry pointsAlex Williamson
2023-03-07vfio/migration: Block migration with vIOMMUJoao Martins
2022-05-06vfio/pci: Use vbasedev local variable in vfio_realize()Eric Auger
2022-05-06hw/vfio/pci: fix vfio_pci_hot_reset_result trace pointEric Auger
2022-05-06vfio: defer to commit kvm irq routing when enable msi/msixLongpeng(Mike)
2022-05-06Revert "vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration"Longpeng(Mike)
2022-05-06vfio: simplify the failure path in vfio_msi_enableLongpeng(Mike)
2022-05-06vfio: move re-enabling INTX out of the common helperLongpeng(Mike)
2022-05-06vfio: simplify the conditional statements in vfio_msi_enableLongpeng(Mike)
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-15kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)
2021-11-01vfio/pci: Add support for mmapping sub-page MMIO BARs after live migrationKunkun Jiang
2021-10-15qdev: Base object creation on QDict rather than QemuOptsKevin Wolf
2021-09-16hw/vfio: Fix typo in commentsCai Huoqing
2021-07-14vfio/pci: Add pba_offset PCI quirk for BAIDU KUNLUN AI processorCai Huoqing
2021-07-14vfio/pci: Change to use vfio_pci_is()Cai Huoqing
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-03-16vfio: Avoid disabling and enabling vectors repeatedly in VFIO migrationShenming Lu
2021-03-16hw/vfio/pci-quirks: Replace the word 'blacklist'Philippe Mathieu-Daudé
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