Re: [PATCH for-8.0 09/29] tcg/tci: Use cpu_{ld,st}_mmu

2022-11-21 Thread Philippe Mathieu-Daudé
On 18/11/22 10:47, Richard Henderson wrote: Unify the softmmu and the user-only paths by using the official memory interface. Avoid double logging of memory operations to plugins by relying on the ones within the cpu_*_mmu functions. Signed-off-by: Richard Henderson --- tcg/tcg-op.c | 9 ++

[PATCH for-8.0 09/29] tcg/tci: Use cpu_{ld,st}_mmu

2022-11-18 Thread Richard Henderson
Unify the softmmu and the user-only paths by using the official memory interface. Avoid double logging of memory operations to plugins by relying on the ones within the cpu_*_mmu functions. Signed-off-by: Richard Henderson --- tcg/tcg-op.c | 9 +++- tcg/tci.c| 127