summary refs log tree commit diff stats
path: root/include/hw/virtio/virtio-iommu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* virtio-iommu: Add an option to define the input range widthEric Auger2024-03-121-0/+1
* virtio-iommu: Add a granule propertyEric Auger2024-03-121-0/+2
* virtio-iommu: Implement set_iova_ranges() callbackEric Auger2023-11-031-0/+1
* virtio-iommu: Record whether a probe request has been issuedEric Auger2023-11-031-0/+1
* virtio-iommu: Introduce per IOMMUDevice reserved regionsEric Auger2023-11-031-0/+1
* virtio-iommu: Rename reserved_regions into prop_resv_regionsEric Auger2023-11-031-2/+2
* virtio-iommu: Fix 64kB host page size VFIO device assignmentEric Auger2023-07-101-0/+2
* virtio-iommu: Use recursive lock to avoid deadlockZhenzhong Duan2022-06-161-1/+1
* virtio-iommu: Add bypass mode support to assigned deviceZhenzhong Duan2022-06-161-0/+2
* virtio-iommu: Default to bypass during bootJean-Philippe Brucker2022-03-061-0/+1
* virtio-iommu: Drop base_name and change generic_nameEric Auger2021-10-201-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* virtio-iommu: Implement RESV_MEM probe requestEric Auger2020-07-031-0/+2
* misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé2020-03-161-1/+1
* virtio-iommu-pci: Add virtio iommu pci supportEric Auger2020-02-271-0/+1
* virtio-iommu: Implement attach/detach commandEric Auger2020-02-271-0/+3
* virtio-iommu: Add skeletonEric Auger2020-02-271-0/+57