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)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 22 Oct 2024 20:45:03 +0000 (13:45 -0700)
commit115ade42d50144c15b74368d32dc734ea277d853
tree840be8724dd9a58b8d80efa36c42f368bc2f2e73
parentb56617bbcb473c25815d1bf475e326f84563b1de
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>
target/i386/tcg/sysemu/excp_helper.c