]> Git Repo - qemu.git/commit - hw/misc/tz-mpc.c
memory: Add IOMMUTLBEvent
authorEugenio Pérez <[email protected]>
Mon, 16 Nov 2020 16:55:03 +0000 (17:55 +0100)
committerMichael S. Tsirkin <[email protected]>
Tue, 8 Dec 2020 18:48:57 +0000 (13:48 -0500)
commit5039caf3c449c49e625d34e134463260cf8e00e0
tree54734bddbe00a28bd9582228ff0ab9e893267d9a
parent3b5ebf8532afdc1518bd8b0961ed802bc3f5f07c
memory: Add IOMMUTLBEvent

This way we can tell between regular IOMMUTLBEntry (entry of IOMMU
hardware) and notifications.

In the notifications, we set explicitly if it is a MAPs or an UNMAP,
instead of trusting in entry permissions to differentiate them.

Signed-off-by: Eugenio Pérez <[email protected]>
Reviewed-by: Peter Xu <[email protected]>
Reviewed-by: Juan Quintela <[email protected]>
Acked-by: Jason Wang <[email protected]>
Message-Id: <20201116165506[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
Reviewed-by: Matthew Rosato <[email protected]>
Acked-by: David Gibson <[email protected]>
hw/arm/smmu-common.c
hw/arm/smmuv3.c
hw/i386/intel_iommu.c
hw/misc/tz-mpc.c
hw/ppc/spapr_iommu.c
hw/s390x/s390-pci-inst.c
hw/virtio/virtio-iommu.c
include/exec/memory.h
softmmu/memory.c
This page took 0.030184 seconds and 4 git commands to generate.