summaryrefslogtreecommitdiffstats
path: root/hw/virtio/virtio-iommu.c
Commit message (Expand)AuthorAgeFilesLines
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* virtio-iommu: avoid memleak in the unrealizePan Nengyuan2020-03-291-0/+3
* virtio-iommu: Support migrationEric Auger2020-02-271-10/+99
* virtio-iommu: Implement fault reportingEric Auger2020-02-271-5/+65
* virtio-iommu: Implement translateEric Auger2020-02-271-1/+59
* virtio-iommu: Implement map/unmapEric Auger2020-02-271-2/+61
* virtio-iommu: Implement attach/detach commandEric Auger2020-02-271-2/+309
* virtio-iommu: Decode the command payloadEric Auger2020-02-271-12/+64
* virtio-iommu: Add skeletonEric Auger2020-02-271-0/+265