]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: Use probe_access_full_mmu in ptw_translate
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 13 Oct 2024 18:47:32 +0000 (11:47 -0700)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 25 Oct 2024 13:47:03 +0000 (16:47 +0300)
commit3a41aa8226bdaa709121515faea6e0e5ad1efa39
tree46f940ec5d5dda4f5daad9ab05b6d9df7ea856c3
parent01bfc2e2959904265aa522585e36f7a4dc41b58a
target/i386: Use probe_access_full_mmu in ptw_translate

The probe_access_full_mmu function was designed for this purpose,
and does not report the memory operation event to plugins.

Cc: qemu-stable@nongnu.org
Fixes: 6d03226b422 ("plugins: force slow path when plugins instrument memory ops")
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20241013184733.1423747-3-richard.henderson@linaro.org>
(cherry picked from commit 115ade42d50144c15b74368d32dc734ea277d853)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/i386/tcg/sysemu/excp_helper.c