qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] memory: Constify IOMMUTLBEvent in memory_region_notify_iommu*()
@ 2024-06-12 13:25 Philippe Mathieu-Daudé
  2024-06-12 13:25 ` [PATCH 1/3] memory: Constify IOMMUTLBEvent in memory_region_notify_iommu_one() Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-06-12 13:25 UTC (permalink / raw)
  To: qemu-devel
  Cc: Philippe Mathieu-Daudé, Peter Xu, Jason Wang,
	David Hildenbrand, Paolo Bonzini, Michael S. Tsirkin,
	Richard Henderson

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-06-18 10:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-12 13:25 [PATCH 0/3] memory: Constify IOMMUTLBEvent in memory_region_notify_iommu*() Philippe Mathieu-Daudé
2024-06-12 13:25 ` [PATCH 1/3] memory: Constify IOMMUTLBEvent in memory_region_notify_iommu_one() Philippe Mathieu-Daudé
2024-06-12 13:25 ` [PATCH 2/3] memory: Constify IOMMUTLBEvent in memory_region_notify_iommu() Philippe Mathieu-Daudé
2024-06-12 13:25 ` [PATCH 3/3] hw/i386/iommu: Constify IOMMUTLBEvent in vtd_page_walk_hook prototype Philippe Mathieu-Daudé
2024-06-12 14:30 ` [PATCH 0/3] memory: Constify IOMMUTLBEvent in memory_region_notify_iommu*() Peter Xu
2024-06-18 10:41 ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).