]> 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>
Sun, 10 Nov 2024 08:09:26 +0000 (11:09 +0300)
commit88442869cf709f885a9c09fad00b96f802d58ffe
treebae72e2a3867bb93f59a092705cb9591eef93fab
parent58dc0a07a2b76078f7f4106d648c8ce2c563a8bc
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