Re: [PATCH] target/i386: Use probe_access_full_mmu in ptw_translate

2024-10-11 Thread Richard Henderson
On 10/8/24 20:48, Philippe Mathieu-Daudé wrote: On 8/10/24 21:20, Richard Henderson wrote: The probe_access_full_mmu function was designed for this purpose, and does not report the memory operation event to plugins. Cc: qemu-sta...@nongnu.org Fixes: 6d03226b422 ("plugins: force slow path when p

Re: [PATCH] target/i386: Use probe_access_full_mmu in ptw_translate

2024-10-09 Thread Alex Bennée
Richard Henderson writes: > The probe_access_full_mmu function was designed for this purpose, > and does not report the memory operation event to plugins. I note the kdoc for probe_access_full_mmu has the wrong title. It might be worth referencing the fault and instrumentation behaviour in the p

Re: [PATCH] target/i386: Use probe_access_full_mmu in ptw_translate

2024-10-08 Thread Philippe Mathieu-Daudé
On 8/10/24 21:20, Richard Henderson wrote: The probe_access_full_mmu function was designed for this purpose, and does not report the memory operation event to plugins. Cc: qemu-sta...@nongnu.org Fixes: 6d03226b422 ("plugins: force slow path when plugins instrument memory ops") Signed-off-by: Ri

[PATCH] target/i386: Use probe_access_full_mmu in ptw_translate

2024-10-08 Thread Richard Henderson
The probe_access_full_mmu function was designed for this purpose, and does not report the memory operation event to plugins. Cc: qemu-sta...@nongnu.org Fixes: 6d03226b422 ("plugins: force slow path when plugins instrument memory ops") Signed-off-by: Richard Henderson --- target/i386/tcg/sysemu/