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

2024-06-18 Thread Philippe Mathieu-Daudé

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.




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

2024-06-12 Thread Peter Xu
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 

-- 
Peter Xu