mbox series

[0/3] memory: Constify IOMMUTLBEvent in memory_region_notify_iommu*()

Message ID 20240612132532.85928-1-philmd@linaro.org
Headers show
Series memory: Constify IOMMUTLBEvent in memory_region_notify_iommu*() | expand

Message

Philippe Mathieu-Daudé June 12, 2024, 1:25 p.m. UTC
Trivial patches using const IOMMUTLBEvent.

Philippe Mathieu-Daudé (3):
  memory: Constify IOMMUTLBEvent in memory_region_notify_iommu_one()
  memory: Constify IOMMUTLBEvent in memory_region_notify_iommu()
  hw/i386/iommu: Constify IOMMUTLBEvent in vtd_page_walk_hook prototype

 include/exec/memory.h | 4 ++--
 hw/i386/intel_iommu.c | 8 ++++----
 system/memory.c       | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

Comments

Peter Xu June 12, 2024, 2:30 p.m. UTC | #1
On Wed, Jun 12, 2024 at 03:25:28PM +0200, Philippe Mathieu-Daudé wrote:
> Trivial patches using const IOMMUTLBEvent.
> 
> Philippe Mathieu-Daudé (3):
>   memory: Constify IOMMUTLBEvent in memory_region_notify_iommu_one()
>   memory: Constify IOMMUTLBEvent in memory_region_notify_iommu()
>   hw/i386/iommu: Constify IOMMUTLBEvent in vtd_page_walk_hook prototype

Reviewed-by: Peter Xu <peterx@redhat.com>
Philippe Mathieu-Daudé June 18, 2024, 10:41 a.m. UTC | #2
On 12/6/24 15:25, Philippe Mathieu-Daudé wrote:
> Trivial patches using const IOMMUTLBEvent.
> 
> Philippe Mathieu-Daudé (3):
>    memory: Constify IOMMUTLBEvent in memory_region_notify_iommu_one()
>    memory: Constify IOMMUTLBEvent in memory_region_notify_iommu()
>    hw/i386/iommu: Constify IOMMUTLBEvent in vtd_page_walk_hook prototype

Series queued.