aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/pci.c
AgeCommit message (Expand)AuthorFilesLines
12 daysvfio/common: Allow disabling device dirty page trackingJoao Martins1-0/+3
12 daysvfio/iommufd: Don't initialize nor set a HOST_IOMMU_DEVICE with mdevJoao Martins1-3/+8
12 daysvfio/pci: Extract mdev check into an helperJoao Martins1-9/+3
2024-06-24vfio/container: Remove VFIOContainerBase::opsCédric Le Goater1-2/+2
2024-06-24vfio/pci: Pass HostIOMMUDevice to vIOMMUZhenzhong Duan1-5/+14
2024-05-22vfio: Use g_autofree in all call site of vfio_get_region_info()Zhenzhong Duan1-10/+3
2024-05-22vfio/pci-quirks: Make vfio_add_*_cap() return boolZhenzhong Duan1-2/+1
2024-05-22vfio/pci-quirks: Make vfio_pci_igd_opregion_init() return boolZhenzhong Duan1-2/+1
2024-05-22vfio/pci: Use g_autofree for vfio_region_info pointerZhenzhong Duan1-2/+1
2024-05-22vfio/pci: Make capability related functions return boolZhenzhong Duan1-41/+36
2024-05-22vfio/pci: Make vfio_populate_vga() return boolZhenzhong Duan1-6/+5
2024-05-22vfio/pci: Make vfio_intx_enable() return boolZhenzhong Duan1-11/+8
2024-05-22vfio/pci: Make vfio_populate_device() return a boolZhenzhong Duan1-11/+10
2024-05-22vfio/pci: Make vfio_pci_relocate_msix() and vfio_msix_early_setup() return a ...Zhenzhong Duan1-17/+16
2024-05-22vfio/pci: Make vfio_intx_enable_kvm() return a boolZhenzhong Duan1-7/+8
2024-05-22vfio/helpers: Make vfio_device_get_name() return boolZhenzhong Duan1-1/+1
2024-05-22vfio/helpers: Make vfio_set_irq_signaling() return boolZhenzhong Duan1-19/+21
2024-05-22vfio/display: Make vfio_display_*() return boolZhenzhong Duan1-2/+1
2024-05-16vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return boolZhenzhong Duan1-3/+2
2024-05-16vfio/pci: Use g_autofree in vfio_realizeZhenzhong Duan1-4/+3
2024-05-16vfio/migration: Emit VFIO migration QAPI eventAvihai Horon1-0/+2
2024-05-16vfio/pci: migration: Skip config space check for Vendor Specific Information ...Vinayak Kale1-0/+26
2024-05-16vfio/migration: Add Error** argument to .vfio_save_config() handlerCédric Le Goater1-2/+3
2024-03-12hw/vfio/pci: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+2
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