summaryrefslogtreecommitdiffstats
path: root/hw/virtio/virtio-iommu.c
Commit message (Expand)AuthorAgeFilesLines
* virtio-iommu: Check gtrees are non null before destroying themEric Auger2020-09-291-2/+6
* virtio-iommu: Fix coverity issue in virtio_iommu_handle_command()Eric Auger2020-07-131-0/+1
* virtio-iommu: Handle reserved regions in the translation processEric Auger2020-07-031-0/+20
* virtio-iommu: Implement RESV_MEM probe requestEric Auger2020-07-031-4/+90
* 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