aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-iommu.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-27virtio-iommu: Support migrationEric Auger1-10/+99
2020-02-27virtio-iommu: Implement fault reportingEric Auger1-5/+65
2020-02-27virtio-iommu: Implement translateEric Auger1-1/+59
2020-02-27virtio-iommu: Implement map/unmapEric Auger1-2/+61
2020-02-27virtio-iommu: Implement attach/detach commandEric Auger1-2/+309
2020-02-27virtio-iommu: Decode the command payloadEric Auger1-12/+64
2020-02-27virtio-iommu: Add skeletonEric Auger1-0/+265