Re: [PATCH 08/24] physmem: Move TCG CPU IOTLB methods around

2024-04-21 Thread Richard Henderson
On 4/18/24 12:25, 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é --- system/p

[PATCH 08/24] physmem: Move TCG CPU IOTLB methods around

2024-04-18 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é --- system/physmem.c | 50