aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio
AgeCommit message (Expand)AuthorFilesLines
2024-06-24vfio/container: Move vfio_container_destroy() to an instance_finalize() handlerCédric Le Goater3-4/+3
2024-06-24vfio/container: Introduce vfio_iommu_legacy_instance_init()Cédric Le Goater1-1/+8
2024-06-24vfio/container: Remove vfio_container_init()Cédric Le Goater3-9/+0
2024-06-24vfio/container: Remove VFIOContainerBase::opsCédric Le Goater5-24/+38
2024-06-24vfio/container: Introduce an instance_init() handlerCédric Le Goater1-6/+13
2024-06-24vfio/container: Switch to QOMCédric Le Goater2-5/+5
2024-06-24vfio/container: Change VFIOContainerBase to use QOMCédric Le Goater4-1/+8
2024-06-24vfio/container: Discover IOMMU type before creating the containerCédric Le Goater1-24/+23
2024-06-24vfio/container: Introduce vfio_create_container()Cédric Le Goater1-4/+15
2024-06-24vfio/container: Introduce vfio_get_iommu_class_name()Cédric Le Goater1-12/+6
2024-06-24vfio/container: Modify vfio_get_iommu_type() to use a container fdCédric Le Goater1-3/+3
2024-06-24vfio/container: Simplify vfio_container_init()Cédric Le Goater4-6/+6
2024-06-24vfio/container: Introduce vfio_address_space_insert()Cédric Le Goater3-2/+8
2024-06-24vfio/common: Extract vIOMMU code from vfio_sync_dirty_bitmap()Avihai Horon1-25/+38
2024-06-24vfio/common: Move dirty tracking ranges update to helperJoao Martins1-16/+22
2024-06-24vfio: Make vfio_devices_dma_logging_start() return boolCédric Le Goater1-7/+7
2024-06-24hw/vfio: Remove memory_region_iommu_set_iova_ranges() callEric Auger1-10/+0
2024-06-24HostIOMMUDevice: Introduce get_iova_ranges callbackEric Auger2-0/+32
2024-06-24HostIOMMUDevice: Store the VFIO/VDPA agentEric Auger2-0/+3
2024-06-24vfio/pci: Pass HostIOMMUDevice to vIOMMUZhenzhong Duan1-5/+14
2024-06-24vfio: Create host IOMMU device instanceZhenzhong Duan3-1/+19
2024-06-24vfio/container: Implement HostIOMMUDeviceClass::get_cap() handlerZhenzhong Duan1-0/+15
2024-06-24vfio/iommufd: Implement HostIOMMUDeviceClass::realize() handlerZhenzhong Duan1-0/+30
2024-06-24vfio/container: Implement HostIOMMUDeviceClass::realize() handlerZhenzhong Duan2-0/+36
2024-06-24backends/iommufd: Introduce TYPE_HOST_IOMMU_DEVICE_IOMMUFD[_VFIO] devicesZhenzhong Duan1-1/+4
2024-06-24vfio/container: Introduce TYPE_HOST_IOMMU_DEVICE_LEGACY_VFIO deviceZhenzhong Duan1-1/+4
2024-06-24vfio/{ap, ccw}: Use warn_report_err() for IRQ notifier registration errorsCédric Le Goater2-2/+2
2024-06-24vfio/ccw: Fix the missed unrealize() call in error pathZhenzhong Duan1-1/+2
2024-06-24vfio/ccw: Use the 'Error **errp' argument of vfio_ccw_realize()Cédric Le Goater1-7/+5
2024-06-24s390x/css: Make S390CCWDeviceClass::realize return boolCédric Le Goater1-2/+1
2024-06-10hw/vfio: Remove newline character in trace eventsPhilippe Mathieu-Daudé1-2/+2
2024-05-22vfio/igd: Use g_autofree in vfio_probe_igd_bar4_quirk()Zhenzhong Duan1-15/+12
2024-05-22vfio: Use g_autofree in all call site of vfio_get_region_info()Zhenzhong Duan3-18/+7
2024-05-22vfio/pci-quirks: Make vfio_add_*_cap() return boolZhenzhong Duan3-26/+21
2024-05-22vfio/pci-quirks: Make vfio_pci_igd_opregion_init() return boolZhenzhong Duan4-11/+9
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 Duan3-8/+7
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/ccw: Make vfio_ccw_get_region() return a boolZhenzhong Duan1-8/+7
2024-05-22vfio/platform: Make vfio_populate_device() and vfio_base_device_init() return...Zhenzhong Duan1-23/+17
2024-05-22vfio/helpers: Make vfio_device_get_name() return boolZhenzhong Duan5-10/+9
2024-05-22vfio/helpers: Make vfio_set_irq_signaling() return boolZhenzhong Duan5-48/+44
2024-05-22vfio/helpers: Use g_autofree in vfio_set_irq_signaling()Zhenzhong Duan1-2/+1
2024-05-22vfio/display: Make vfio_display_*() return boolZhenzhong Duan3-13/+12
2024-05-22vfio/display: Fix error path in call site of ramfb_setup()Zhenzhong Duan1-0/+6
2024-05-16backends/iommufd: Make iommufd_backend_*() return boolZhenzhong Duan1-3/+2