aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/pci.c
AgeCommit message (Expand)Author
2024-07-23vfio/common: Allow disabling device dirty page trackingJoao Martins
2024-07-23vfio/iommufd: Don't initialize nor set a HOST_IOMMU_DEVICE with mdevJoao Martins
2024-07-23vfio/pci: Extract mdev check into an helperJoao Martins
2024-06-24vfio/container: Remove VFIOContainerBase::opsCédric Le Goater
2024-06-24vfio/pci: Pass HostIOMMUDevice to vIOMMUZhenzhong Duan
2024-05-22vfio: Use g_autofree in all call site of vfio_get_region_info()Zhenzhong Duan
2024-05-22vfio/pci-quirks: Make vfio_add_*_cap() return boolZhenzhong Duan
2024-05-22vfio/pci-quirks: Make vfio_pci_igd_opregion_init() return boolZhenzhong Duan
2024-05-22vfio/pci: Use g_autofree for vfio_region_info pointerZhenzhong Duan
2024-05-22vfio/pci: Make capability related functions return boolZhenzhong Duan
2024-05-22vfio/pci: Make vfio_populate_vga() return boolZhenzhong Duan
2024-05-22vfio/pci: Make vfio_intx_enable() return boolZhenzhong Duan
2024-05-22vfio/pci: Make vfio_populate_device() return a boolZhenzhong Duan
2024-05-22vfio/pci: Make vfio_pci_relocate_msix() and vfio_msix_early_setup() return a ...Zhenzhong Duan
2024-05-22vfio/pci: Make vfio_intx_enable_kvm() return a boolZhenzhong Duan
2024-05-22vfio/helpers: Make vfio_device_get_name() return boolZhenzhong Duan
2024-05-22vfio/helpers: Make vfio_set_irq_signaling() return boolZhenzhong Duan
2024-05-22vfio/display: Make vfio_display_*() return boolZhenzhong Duan
2024-05-16vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return boolZhenzhong Duan
2024-05-16vfio/pci: Use g_autofree in vfio_realizeZhenzhong Duan
2024-05-16vfio/migration: Emit VFIO migration QAPI eventAvihai Horon
2024-05-16vfio/pci: migration: Skip config space check for Vendor Specific Information ...Vinayak Kale
2024-05-16vfio/migration: Add Error** argument to .vfio_save_config() handlerCédric Le Goater
2024-03-12hw/vfio/pci: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-03-09hw/vfio/pci.c: Make some structure staticFrediano Ziglio
2024-01-29vfio/pci: Clear MSI-X IRQ index alwaysCédric Le Goater
2024-01-05vfio/container: Introduce a VFIOIOMMU QOM interfaceCédric Le Goater
2023-12-30hw/vfio: Constify VMStateRichard Henderson
2023-12-19vfio: Introduce a helper function to initialize VFIODeviceZhenzhong Duan
2023-12-19vfio/pci: Move VFIODevice initializations in vfio_instance_initZhenzhong Duan
2023-12-19vfio/pci: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan
2023-12-19vfio/pci: Allow the selection of a given iommu backendEric Auger
2023-12-19vfio/pci: Introduce a vfio pci hot reset interfaceZhenzhong Duan
2023-12-19vfio/pci: Extract out a helper vfio_pci_get_pci_hot_reset_infoZhenzhong Duan
2023-11-03vfio/pci: Fix buffer overrun when writing the VF tokenCédric Le Goater
2023-10-18hw/vfio: add ramfb migration supportMarc-André Lureau
2023-10-18vfio/pci: Remove vfio_detach_device from vfio_realize error pathEric Auger
2023-10-18vfio/pci: Introduce vfio_[attach/detach]_deviceEric Auger
2023-10-05vfio/pci: enable MSI-X in interrupt restoring on dynamic allocationJing Liu
2023-10-05vfio/pci: use an invalid fd to enable MSI-XJing Liu
2023-10-05vfio/pci: enable vector on dynamic MSI-X allocationJing Liu
2023-10-05vfio/pci: detect the support of dynamic MSI-X allocationJing Liu
2023-10-05vfio/pci: rename vfio_put_device to vfio_pci_put_deviceZhenzhong Duan
2023-09-18spapr: Remove support for NVIDIA V100 GPU with NVLink2Cédric Le Goater
2023-07-10vfio/pci: Enable AtomicOps completers on root portsAlex Williamson
2023-07-10vfio: Fix null pointer dereference bug in vfio_bars_finalize()Avihai Horon
2023-07-10vfio/migration: Return bool type for vfio_migration_realize()Zhenzhong Duan
2023-07-10vfio/migration: Remove print of "Migration disabled"Zhenzhong Duan
2023-07-10vfio/migration: Free resources when vfio_migration_realize failsZhenzhong Duan
2023-07-10vfio/migration: Change vIOMMU blocker from global to per deviceZhenzhong Duan