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 <richard.hender...@linaro.org> --- tcg/tcg-op.c | 9 +++- tcg/tci.c | 127 ++++++++------------------------------------------- 2 files changed, 26 insertions(+), 110 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>