]> www.infradead.org Git - users/dwmw2/qemu.git/commit
memory: Constify IOMMUTLBEvent in memory_region_notify_iommu()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 12 Jun 2024 12:06:20 +0000 (14:06 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 19 Jun 2024 10:42:02 +0000 (12:42 +0200)
commiteb5b2896f608d9c0dcd53375987db2377337f752
tree369d9255f5693da50daead851a9cd618d6f6897e
parentec40be993b7b12b3f338ccf79f7eaaef6d1870f7
memory: Constify IOMMUTLBEvent in memory_region_notify_iommu()

@event access is read-only.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Xu <peterx@redhat.com>
Message-Id: <20240612132532.85928-3-philmd@linaro.org>
include/exec/memory.h
system/memory.c