Re: [PATCH 09/24] physmem: Restrict TCG CPU IOTLB code to TCG accel

2024-04-25 Thread Anton Johansson via
On 18/04/24, Philippe Mathieu-Daudé wrote: > Restrict iotlb_to_section(), address_space_translate_for_iotlb() > and memory_region_section_get_iotlb() to TCG. Declare them in > "exec/cputlb.h". Declare iotlb_to_section() using the > MemoryRegionSection typedef. > > Signed-off-by: Philippe Mathieu-D

[PATCH 09/24] physmem: Restrict TCG CPU IOTLB code to TCG accel

2024-04-18 Thread Philippe Mathieu-Daudé
Restrict iotlb_to_section(), address_space_translate_for_iotlb() and memory_region_section_get_iotlb() to TCG. Declare them in "exec/cputlb.h". Declare iotlb_to_section() using the MemoryRegionSection typedef. Signed-off-by: Philippe Mathieu-Daudé --- include/exec/cputlb.h | 25 +++