]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/i386/iommu: Constify IOMMUTLBEvent in vtd_page_walk_hook prototype
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 12 Jun 2024 12:08:43 +0000 (14:08 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 19 Jun 2024 10:42:03 +0000 (12:42 +0200)
commitfc9ad5cf9c9c0e5420b41d422a0c2d29c197a9b4
tree4410507869f849f7883473ecf6182cd512657cb1
parenteb5b2896f608d9c0dcd53375987db2377337f752
hw/i386/iommu: Constify IOMMUTLBEvent in vtd_page_walk_hook prototype

@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-4-philmd@linaro.org>
hw/i386/intel_iommu.c