summary refs log tree commit diff stats
path: root/hw/vfio/pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* vfio/pci: Add pba_offset PCI quirk for BAIDU KUNLUN AI processorCai Huoqing2021-07-141-0/+8
* vfio/pci: Change to use vfio_pci_is()Cai Huoqing2021-07-141-2/+2
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* vfio: Avoid disabling and enabling vectors repeatedly in VFIO migrationShenming Lu2021-03-161-3/+17
* hw/vfio/pci-quirks: Replace the word 'blacklist'Philippe Mathieu-Daudé2021-03-161-2/+2
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* vfio: Change default dirty pages tracking behavior during migrationKirti Wankhede2020-11-231-0/+3
* vfio: Make migration support experimentalAlex Williamson2020-11-231-0/+2
* vfio: Make vfio-pci device migration capableKirti Wankhede2020-11-011-20/+8
* vfio: Add save and load functions for VFIO PCI devicesKirti Wankhede2020-11-011-0/+51
* vfio: Add vfio_get_object callback to VFIODeviceOpsKirti Wankhede2020-11-011-0/+8
* vfio: Rename PCI_VFIO to VFIO_PCIEduardo Habkost2020-09-091-11/+11