Re: [PATCH v2 10/13] physmem: Move TCG IOMMU methods around

2025-04-24 Thread Mark Cave-Ayland
On 24/04/2025 10:46, Philippe Mathieu-Daudé wrote: The next commit will restrict TCG specific code in physmem.c using some #ifdef'ry. In order to keep it simple, move iotlb_to_section() and memory_region_section_get_iotlb() around close together. Signed-off-by: Philippe Mathieu-Daudé Reviewed-

[PATCH v2 10/13] physmem: Move TCG IOMMU methods around

2025-04-24 Thread Philippe Mathieu-Daudé
The next commit will restrict TCG specific code in physmem.c using some #ifdef'ry. In order to keep it simple, move iotlb_to_section() and memory_region_section_get_iotlb() around close together. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson --- system/physmem.c | 50