summaryrefslogtreecommitdiffstats
path: root/hw/virtio/virtio-iommu.c
Commit message (Expand)AuthorAgeFilesLines
* virtio-iommu: Handle non power of 2 range invalidationsEric Auger2021-03-121-3/+16
* vhost: Unbreak SMMU and virtio-iommu on dev-iotlb supportPeter Xu2021-02-051-0/+5
* machine: introduce MachineInitPhasePaolo Bonzini2020-12-151-1/+1
* memory: Add IOMMUTLBEventEugenio PĂ©rez2020-12-081-14/+16
* virtio-iommu: Set supported page size maskBharat Bhushan2020-11-031-0/+50
* virtio-iommu: Add notify_flag_changed() memory region callbackBharat Bhushan2020-11-031-0/+14
* virtio-iommu: Add replay() memory region callbackBharat Bhushan2020-11-031-0/+40
* virtio-iommu: Call memory notifiers in attach/detachBharat Bhushan2020-11-031-0/+32
* virtio-iommu: Add memory notifiers for map/unmapBharat Bhushan2020-11-031-0/+56
* virtio-iommu: Store memory region in endpoint structJean-Philippe Brucker2020-11-031-1/+10
* virtio-iommu: Fix virtio_iommu_mr()Jean-Philippe Brucker2020-11-031-1/+1
* 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