Re: [PATCH v2 3/3] softmmu: Introduce cpu_address_space_sync

2023-09-15 Thread Richard Henderson
On 9/15/23 09:57, Philippe Mathieu-Daudé wrote: On 15/9/23 18:32, Richard Henderson wrote: Synchronously check and update the address space for the current cpu for any slow path access. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1866 Signed-off-by: Richard Henderson ---   include/

Re: [PATCH v2 3/3] softmmu: Introduce cpu_address_space_sync

2023-09-15 Thread Philippe Mathieu-Daudé
On 15/9/23 18:32, Richard Henderson wrote: Synchronously check and update the address space for the current cpu for any slow path access. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1866 Signed-off-by: Richard Henderson --- include/exec/memory.h | 6 ++ accel/tcg/cputlb.c

[PATCH v2 3/3] softmmu: Introduce cpu_address_space_sync

2023-09-15 Thread Richard Henderson
Synchronously check and update the address space for the current cpu for any slow path access. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1866 Signed-off-by: Richard Henderson --- include/exec/memory.h | 6 ++ accel/tcg/cputlb.c| 2 ++ softmmu/physmem.c | 20 ++