summary refs log tree commit diff stats
path: root/hw/vfio/pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/vfio/pci: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+2
* hw/vfio/pci.c: Make some structure staticFrediano Ziglio2024-03-091-2/+2
* vfio/pci: Clear MSI-X IRQ index alwaysCédric Le Goater2024-01-291-3/+5
* vfio/container: Introduce a VFIOIOMMU QOM interfaceCédric Le Goater2024-01-051-1/+1
* hw/vfio: Constify VMStateRichard Henderson2023-12-301-3/+3
* vfio: Introduce a helper function to initialize VFIODeviceZhenzhong Duan2023-12-191-4/+2
* vfio/pci: Move VFIODevice initializations in vfio_instance_initZhenzhong Duan2023-12-191-4/+6
* vfio/pci: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan2023-12-191-12/+16
* vfio/pci: Allow the selection of a given iommu backendEric Auger2023-12-191-0/+6
* vfio/pci: Introduce a vfio pci hot reset interfaceZhenzhong Duan2023-12-191-162/+6
* vfio/pci: Extract out a helper vfio_pci_get_pci_hot_reset_infoZhenzhong Duan2023-12-191-17/+37
* vfio/pci: Fix buffer overrun when writing the VF tokenCédric Le Goater2023-11-031-1/+1
* hw/vfio: add ramfb migration supportMarc-André Lureau2023-10-181-0/+47
* vfio/pci: Remove vfio_detach_device from vfio_realize error pathEric Auger2023-10-181-9/+7
* vfio/pci: Introduce vfio_[attach/detach]_deviceEric Auger2023-10-181-52/+14
* vfio/pci: enable MSI-X in interrupt restoring on dynamic allocationJing Liu2023-10-051-0/+17
* vfio/pci: use an invalid fd to enable MSI-XJing Liu2023-10-051-8/+36
* vfio/pci: enable vector on dynamic MSI-X allocationJing Liu2023-10-051-18/+28
* vfio/pci: detect the support of dynamic MSI-X allocationJing Liu2023-10-051-2/+14
* vfio/pci: rename vfio_put_device to vfio_pci_put_deviceZhenzhong Duan2023-10-051-2/+2
* spapr: Remove support for NVIDIA V100 GPU with NVLink2Cédric Le Goater2023-09-181-14/+0
* vfio/pci: Enable AtomicOps completers on root portsAlex Williamson2023-07-101-0/+78
* vfio: Fix null pointer dereference bug in vfio_bars_finalize()Avihai Horon2023-07-101-1/+3
* vfio/migration: Return bool type for vfio_migration_realize()Zhenzhong Duan2023-07-101-2/+1
* vfio/migration: Remove print of "Migration disabled"Zhenzhong Duan2023-07-101-1/+0
* vfio/migration: Free resources when vfio_migration_realize failsZhenzhong Duan2023-07-101-0/+1
* vfio/migration: Change vIOMMU blocker from global to per deviceZhenzhong Duan2023-07-101-1/+0
* vfio/pci: Disable INTx in vfio_realize error pathZhenzhong Duan2023-07-101-0/+3
* vfio/pci: Free leaked timer in vfio_realize error pathZhenzhong Duan2023-06-301-0/+3
* vfio/pci: Fix a segfault in vfio_realizeZhenzhong Duan2023-06-301-1/+3
* vfio/migration: Make VFIO migration non-experimentalAvihai Horon2023-06-301-2/+2
* vfio/pci: Call vfio_prepare_kvm_msi_virq_batch() in MSI retry pathShameer Kolothum2023-06-301-2/+2
* vfio/pci: Fix a use-after-free issueZhenzhong Duan2023-05-241-1/+1
* vfio/pci: Static Resizable BAR capabilityAlex Williamson2023-05-091-1/+53
* vfio/pci: add support for VF tokenMinwoo Im2023-05-091-1/+12
* vfio/migration: Rename entry pointsAlex Williamson2023-03-071-3/+3
* vfio/migration: Block migration with vIOMMUJoao Martins2023-03-071-0/+1
* vfio/pci: Use vbasedev local variable in vfio_realize()Eric Auger2022-05-061-24/+25
* hw/vfio/pci: fix vfio_pci_hot_reset_result trace pointEric Auger2022-05-061-1/+1
* vfio: defer to commit kvm irq routing when enable msi/msixLongpeng(Mike)2022-05-061-33/+97
* Revert "vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration"Longpeng(Mike)2022-05-061-17/+3
* vfio: simplify the failure path in vfio_msi_enableLongpeng(Mike)2022-05-061-14/+2
* vfio: move re-enabling INTX out of the common helperLongpeng(Mike)2022-05-061-6/+11
* vfio: simplify the conditional statements in vfio_msi_enableLongpeng(Mike)2022-05-061-2/+2
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-5/+5
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-2/+2
* kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)2022-03-151-1/+4
* vfio/pci: Add support for mmapping sub-page MMIO BARs after live migrationKunkun Jiang2021-11-011-1/+18
* qdev: Base object creation on QDict rather than QemuOptsKevin Wolf2021-10-151-2/+2
* hw/vfio: Fix typo in commentsCai Huoqing2021-09-161-3/+3