mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
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>
This commit is contained in:
parent
80ce0d5874
commit
ec40be993b
2 changed files with 3 additions and 3 deletions
|
@ -1852,7 +1852,7 @@ void memory_region_notify_iommu(IOMMUMemoryRegion *iommu_mr,
|
|||
* range.
|
||||
*/
|
||||
void memory_region_notify_iommu_one(IOMMUNotifier *notifier,
|
||||
IOMMUTLBEvent *event);
|
||||
const IOMMUTLBEvent *event);
|
||||
|
||||
/**
|
||||
* memory_region_unmap_iommu_notifier_range: notify a unmap for an IOMMU
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue