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

Philippe Mathieu-Daudé posted 3 patches 11 months ago
include/exec/memory.h | 4 ++--
hw/i386/intel_iommu.c | 8 ++++----
system/memory.c       | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
[PATCH 0/3] memory: Constify IOMMUTLBEvent in memory_region_notify_iommu*()
Posted by Philippe Mathieu-Daudé 11 months ago
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(-)

-- 
2.41.0


Re: [PATCH 0/3] memory: Constify IOMMUTLBEvent in memory_region_notify_iommu*()
Posted by Philippe Mathieu-Daudé 10 months, 3 weeks ago
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*()
Posted by Peter Xu 11 months ago
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>

-- 
Peter Xu