On 9/2/26 05:20, Philippe Mathieu-Daudé wrote:
The fake_user_exception hook handles exceptions in the outer
exception loop (cpu_handle_exception), not inner loop interrupts
(cpu_handle_interrupt). Rename to clarify the scope and intent.
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
include/accel/tcg/cpu-ops.h | 4 ++--
target/i386/tcg/helper-tcg.h | 4 +++-
accel/tcg/cpu-exec.c | 4 ++--
target/i386/tcg/tcg-cpu.c | 2 +-
target/i386/tcg/user/seg_helper.c | 6 +++---
5 files changed, 11 insertions(+), 9 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~