Re: [PATCH 03/10] accel/tcg: Use CPUTLBEntryFull.phys_addr in io_failed

2023-08-30 Thread Philippe Mathieu-Daudé
On 28/8/23 20:55, Richard Henderson wrote: Since the introduction of CPUTLBEntryFull, we can recover the full cpu address space physical address without having to examine the MemoryRegionSection. Signed-off-by: Richard Henderson --- accel/tcg/cputlb.c | 12 1 file changed, 4 ins

[PATCH 03/10] accel/tcg: Use CPUTLBEntryFull.phys_addr in io_failed

2023-08-28 Thread Richard Henderson
Since the introduction of CPUTLBEntryFull, we can recover the full cpu address space physical address without having to examine the MemoryRegionSection. Signed-off-by: Richard Henderson --- accel/tcg/cputlb.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/accel/