aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/pci.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-09hw/vfio/pci.c: Make some structure staticFrediano Ziglio1-2/+2
2024-01-29vfio/pci: Clear MSI-X IRQ index alwaysCédric Le Goater1-3/+5
2024-01-05vfio/container: Introduce a VFIOIOMMU QOM interfaceCédric Le Goater1-1/+1
2023-12-30hw/vfio: Constify VMStateRichard Henderson1-3/+3
2023-12-19vfio: Introduce a helper function to initialize VFIODeviceZhenzhong Duan1-4/+2
2023-12-19vfio/pci: Move VFIODevice initializations in vfio_instance_initZhenzhong Duan1-4/+6
2023-12-19vfio/pci: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan1-12/+16
2023-12-19vfio/pci: Allow the selection of a given iommu backendEric Auger1-0/+6
2023-12-19vfio/pci: Introduce a vfio pci hot reset interfaceZhenzhong Duan1-162/+6
2023-12-19vfio/pci: Extract out a helper vfio_pci_get_pci_hot_reset_infoZhenzhong Duan1-17/+37
2023-11-03vfio/pci: Fix buffer overrun when writing the VF tokenCédric Le Goater1-1/+1
2023-10-18hw/vfio: add ramfb migration supportMarc-André Lureau1-0/+47
2023-10-18vfio/pci: Remove vfio_detach_device from vfio_realize error pathEric Auger1-9/+7
2023-10-18vfio/pci: Introduce vfio_[attach/detach]_deviceEric Auger1-52/+14
2023-10-05vfio/pci: enable MSI-X in interrupt restoring on dynamic allocationJing Liu1-0/+17
2023-10-05vfio/pci: use an invalid fd to enable MSI-XJing Liu1-8/+36
2023-10-05vfio/pci: enable vector on dynamic MSI-X allocationJing Liu1-18/+28
2023-10-05vfio/pci: detect the support of dynamic MSI-X allocationJing Liu1-2/+14
2023-10-05vfio/pci: rename vfio_put_device to vfio_pci_put_deviceZhenzhong Duan1-2/+2
2023-09-18spapr: Remove support for NVIDIA V100 GPU with NVLink2Cédric Le Goater1-14/+0
2023-07-10vfio/pci: Enable AtomicOps completers on root portsAlex Williamson1-0/+78
2023-07-10vfio: Fix null pointer dereference bug in vfio_bars_finalize()Avihai Horon1-1/+3
2023-07-10vfio/migration: Return bool type for vfio_migration_realize()Zhenzhong Duan1-2/+1
2023-07-10vfio/migration: Remove print of "Migration disabled"Zhenzhong Duan1-1/+0
2023-07-10vfio/migration: Free resources when vfio_migration_realize failsZhenzhong Duan1-0/+1
2023-07-10vfio/migration: Change vIOMMU blocker from global to per deviceZhenzhong Duan1-1/+0
2023-07-10vfio/pci: Disable INTx in vfio_realize error pathZhenzhong Duan1-0/+3
2023-06-30vfio/pci: Free leaked timer in vfio_realize error pathZhenzhong Duan1-0/+3
2023-06-30vfio/pci: Fix a segfault in vfio_realizeZhenzhong Duan1-1/+3
2023-06-30vfio/migration: Make VFIO migration non-experimentalAvihai Horon1-2/+2
2023-06-30vfio/pci: Call vfio_prepare_kvm_msi_virq_batch() in MSI retry pathShameer Kolothum1-2/+2
2023-05-24vfio/pci: Fix a use-after-free issueZhenzhong Duan1-1/+1
2023-05-09vfio/pci: Static Resizable BAR capabilityAlex Williamson1-1/+53
2023-05-09vfio/pci: add support for VF tokenMinwoo Im1-1/+12
2023-03-07vfio/migration: Rename entry pointsAlex Williamson1-3/+3
2023-03-07vfio/migration: Block migration with vIOMMUJoao Martins1-0/+1
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