summary refs log tree commit diff stats
path: root/hw/vfio/helpers.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfio/migration: Add x-migration-load-config-after-iter VFIO propertyMaciej S. Szmigiero2025-07-151-0/+17
* migration: close kvm after cprSteve Sistare2025-07-031-0/+11
* vfio: Rename vfio-common.h to vfio-device.hCédric Le Goater2025-04-251-1/+1
* vfio: Move vfio_kvm_device_fd() into helpers.cCédric Le Goater2025-04-251-0/+11
* vfio: Introduce a new file for VFIODevice definitionsCédric Le Goater2025-04-251-303/+0
* vfio: Move vfio_get_device_info() to helpers.cCédric Le Goater2025-04-251-0/+24
* vfio: Move vfio_kvm_device_add/del_fd() to helpers.cCédric Le Goater2025-04-251-0/+59
* vfio: Move vfio_get_info_dma_avail() into helpers.cCédric Le Goater2025-04-251-0/+31
* vfio: Introduce a new header file for helper servicesCédric Le Goater2025-04-251-0/+1
* vfio: Introduce new files for VFIORegion definitions and declarationsCédric Le Goater2025-04-251-363/+0
* vfio: Introduce vfio_get_vfio_device()Cédric Le Goater2025-02-111-0/+10
* vfio/helpers: Align mmapsAlex Williamson2024-10-231-2/+30
* vfio/helpers: Refactor vfio_region_mmap() error handlingAlex Williamson2024-10-231-17/+17
* vfio/{iommufd, container}: Invoke HostIOMMUDevice::realize() during attach_de...Joao Martins2024-07-231-0/+11
* vfio/pci: Extract mdev check into an helperJoao Martins2024-07-231-0/+14
* vfio/container: Implement HostIOMMUDeviceClass::realize() handlerZhenzhong Duan2024-06-241-0/+17
* vfio: Use g_autofree in all call site of vfio_get_region_info()Zhenzhong Duan2024-05-221-5/+2
* vfio/helpers: Make vfio_device_get_name() return boolZhenzhong Duan2024-05-221-4/+4
* vfio/helpers: Make vfio_set_irq_signaling() return boolZhenzhong Duan2024-05-221-11/+7
* vfio/helpers: Use g_autofree in vfio_set_irq_signaling()Zhenzhong Duan2024-05-221-2/+1
* hw/vfio/helpers: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+3
* vfio: Introduce a helper function to initialize VFIODeviceZhenzhong Duan2023-12-191-0/+11
* vfio/pci: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan2023-12-191-0/+43
* vfio/container: Move IBM EEH related functions into spapr_pci_vfio.cZhenzhong Duan2023-11-061-1/+0
* vfio/common: Move IOMMU agnostic helpers to a separate fileYi Liu2023-10-181-0/+612