aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/pci.c
AgeCommit message (Expand)AuthorFilesLines
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
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