]> git.ipfire.org Git - thirdparty/qemu.git/commit
memory: Constify IOMMUTLBEvent in memory_region_notify_iommu_one()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 12 Jun 2024 12:05:33 +0000 (14:05 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 19 Jun 2024 10:42:02 +0000 (12:42 +0200)
commitec40be993b7b12b3f338ccf79f7eaaef6d1870f7
tree2d711a263acba07eebcb70035cd4b7a666f3024b
parent80ce0d5874d60dac171ec9395a2aaba91a25c1c7
memory: Constify IOMMUTLBEvent in memory_region_notify_iommu_one()

@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-2-philmd@linaro.org>
include/exec/memory.h
system/memory.c