aboutsummaryrefslogtreecommitdiff
path: root/include/hw/virtio/virtio-iommu.h
AgeCommit message (Expand)AuthorFilesLines
2023-07-10virtio-iommu: Fix 64kB host page size VFIO device assignmentEric Auger1-0/+2
2022-06-16virtio-iommu: Use recursive lock to avoid deadlockZhenzhong Duan1-1/+1
2022-06-16virtio-iommu: Add bypass mode support to assigned deviceZhenzhong Duan1-0/+2
2022-03-06virtio-iommu: Default to bypass during bootJean-Philippe Brucker1-0/+1
2021-10-20virtio-iommu: Drop base_name and change generic_nameEric Auger1-1/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-07-03virtio-iommu: Implement RESV_MEM probe requestEric Auger1-0/+2
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé1-1/+1
2020-02-27virtio-iommu-pci: Add virtio iommu pci supportEric Auger1-0/+1
2020-02-27virtio-iommu: Implement attach/detach commandEric Auger1-0/+3
2020-02-27virtio-iommu: Add skeletonEric Auger1-0/+57