]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: Split out x86_cpu_exec_reset
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 27 Apr 2025 18:44:23 +0000 (11:44 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 30 Apr 2025 19:45:05 +0000 (12:45 -0700)
commitc2d5897d3b712402d9543570c550a40cc0836522
treec0ae13599e4bf4cc7bf2fa18c97d46cae0981edf
parent9181ab452893a3f45cdc0f6196fbb9e389a4e5cd
target/i386: Split out x86_cpu_exec_reset

Note that target/i386/cpu.h defines CPU_INTERRUPT_INIT
as CPU_INTERRUPT_RESET.  Therefore we can handle the
new TCGCPUOps.cpu_exec_reset hook.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cpu-exec.c
target/i386/tcg/tcg-cpu.c