Re: [PATCH v3 11/13] physmem: Restrict TCG IOTLB code to TCG accel

2025-04-28 Thread Anton Johansson via
On 28/04/25, Richard Henderson wrote: > On 4/28/25 11:51, Anton Johansson wrote: > > On 24/04/25, Philippe Mathieu-Daudé wrote: > > > Restrict iotlb_to_section(), address_space_translate_for_iotlb() > > > and memory_region_section_get_iotlb() to TCG. Declare them in > > > the new "accel/tcg/iommu.h

Re: [PATCH v3 11/13] physmem: Restrict TCG IOTLB code to TCG accel

2025-04-28 Thread Richard Henderson
On 4/28/25 11:51, Anton Johansson wrote: On 24/04/25, Philippe Mathieu-Daudé wrote: Restrict iotlb_to_section(), address_space_translate_for_iotlb() and memory_region_section_get_iotlb() to TCG. Declare them in the new "accel/tcg/iommu.h" header. Declare iotlb_to_section() using the MemoryRegion

Re: [PATCH v3 11/13] physmem: Restrict TCG IOTLB code to TCG accel

2025-04-28 Thread Anton Johansson via
On 24/04/25, Philippe Mathieu-Daudé wrote: > Restrict iotlb_to_section(), address_space_translate_for_iotlb() > and memory_region_section_get_iotlb() to TCG. Declare them in > the new "accel/tcg/iommu.h" header. Declare iotlb_to_section() > using the MemoryRegionSection typedef. > > Signed-off-by:

[PATCH v3 11/13] physmem: Restrict TCG IOTLB code to TCG accel

2025-04-24 Thread Philippe Mathieu-Daudé
Restrict iotlb_to_section(), address_space_translate_for_iotlb() and memory_region_section_get_iotlb() to TCG. Declare them in the new "accel/tcg/iommu.h" header. Declare iotlb_to_section() using the MemoryRegionSection typedef. Signed-off-by: Philippe Mathieu-Daudé --- MAINTAINERS