summaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-iommu.c
AgeCommit message (Expand)Author
2021-03-12virtio-iommu: Handle non power of 2 range invalidationsEric Auger
2021-02-05vhost: Unbreak SMMU and virtio-iommu on dev-iotlb supportPeter Xu
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini
2020-12-08memory: Add IOMMUTLBEventEugenio PĂ©rez
2020-11-03virtio-iommu: Set supported page size maskBharat Bhushan
2020-11-03virtio-iommu: Add notify_flag_changed() memory region callbackBharat Bhushan
2020-11-03virtio-iommu: Add replay() memory region callbackBharat Bhushan
2020-11-03virtio-iommu: Call memory notifiers in attach/detachBharat Bhushan
2020-11-03virtio-iommu: Add memory notifiers for map/unmapBharat Bhushan
2020-11-03virtio-iommu: Store memory region in endpoint structJean-Philippe Brucker
2020-11-03virtio-iommu: Fix virtio_iommu_mr()Jean-Philippe Brucker
2020-09-29virtio-iommu: Check gtrees are non null before destroying themEric Auger
2020-07-13virtio-iommu: Fix coverity issue in virtio_iommu_handle_command()Eric Auger
2020-07-03virtio-iommu: Handle reserved regions in the translation processEric Auger
2020-07-03virtio-iommu: Implement RESV_MEM probe requestEric Auger
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-03-29virtio-iommu: avoid memleak in the unrealizePan Nengyuan
2020-02-27virtio-iommu: Support migrationEric Auger
2020-02-27virtio-iommu: Implement fault reportingEric Auger
2020-02-27virtio-iommu: Implement translateEric Auger
2020-02-27virtio-iommu: Implement map/unmapEric Auger
2020-02-27virtio-iommu: Implement attach/detach commandEric Auger
2020-02-27virtio-iommu: Decode the command payloadEric Auger
2020-02-27virtio-iommu: Add skeletonEric Auger