aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-iommu.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-12virtio-iommu: Handle non power of 2 range invalidationsEric Auger1-3/+16
2021-02-05vhost: Unbreak SMMU and virtio-iommu on dev-iotlb supportPeter Xu1-0/+5
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini1-1/+1
2020-12-08memory: Add IOMMUTLBEventEugenio PĂ©rez1-14/+16
2020-11-03virtio-iommu: Set supported page size maskBharat Bhushan1-0/+50
2020-11-03virtio-iommu: Add notify_flag_changed() memory region callbackBharat Bhushan1-0/+14
2020-11-03virtio-iommu: Add replay() memory region callbackBharat Bhushan1-0/+40
2020-11-03virtio-iommu: Call memory notifiers in attach/detachBharat Bhushan1-0/+32
2020-11-03virtio-iommu: Add memory notifiers for map/unmapBharat Bhushan1-0/+56
2020-11-03virtio-iommu: Store memory region in endpoint structJean-Philippe Brucker1-1/+10
2020-11-03virtio-iommu: Fix virtio_iommu_mr()Jean-Philippe Brucker1-1/+1
2020-09-29virtio-iommu: Check gtrees are non null before destroying themEric Auger1-2/+6
2020-07-13virtio-iommu: Fix coverity issue in virtio_iommu_handle_command()Eric Auger1-0/+1
2020-07-03virtio-iommu: Handle reserved regions in the translation processEric Auger1-0/+20
2020-07-03virtio-iommu: Implement RESV_MEM probe requestEric Auger1-4/+90
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-03-29virtio-iommu: avoid memleak in the unrealizePan Nengyuan1-0/+3
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