aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/pci.c
AgeCommit message (Expand)Author
2024-03-12hw/vfio/pci: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-03-09hw/vfio/pci.c: Make some structure staticFrediano Ziglio
2024-01-29vfio/pci: Clear MSI-X IRQ index alwaysCédric Le Goater
2024-01-05vfio/container: Introduce a VFIOIOMMU QOM interfaceCédric Le Goater
2023-12-30hw/vfio: Constify VMStateRichard Henderson
2023-12-19vfio: Introduce a helper function to initialize VFIODeviceZhenzhong Duan
2023-12-19vfio/pci: Move VFIODevice initializations in vfio_instance_initZhenzhong Duan
2023-12-19vfio/pci: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan
2023-12-19vfio/pci: Allow the selection of a given iommu backendEric Auger
2023-12-19vfio/pci: Introduce a vfio pci hot reset interfaceZhenzhong Duan
2023-12-19vfio/pci: Extract out a helper vfio_pci_get_pci_hot_reset_infoZhenzhong Duan
2023-11-03vfio/pci: Fix buffer overrun when writing the VF tokenCédric Le Goater
2023-10-18hw/vfio: add ramfb migration supportMarc-André Lureau
2023-10-18vfio/pci: Remove vfio_detach_device from vfio_realize error pathEric Auger
2023-10-18vfio/pci: Introduce vfio_[attach/detach]_deviceEric Auger
2023-10-05vfio/pci: enable MSI-X in interrupt restoring on dynamic allocationJing Liu
2023-10-05vfio/pci: use an invalid fd to enable MSI-XJing Liu
2023-10-05vfio/pci: enable vector on dynamic MSI-X allocationJing Liu
2023-10-05vfio/pci: detect the support of dynamic MSI-X allocationJing Liu
2023-10-05vfio/pci: rename vfio_put_device to vfio_pci_put_deviceZhenzhong Duan
2023-09-18spapr: Remove support for NVIDIA V100 GPU with NVLink2Cédric Le Goater
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