]> git.proxmox.com Git - mirror_qemu.git/commit
target/i386: Extract x86_need_replay_interrupt() from accel/tcg/
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 24 Jan 2024 10:16:37 +0000 (11:16 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 29 Jan 2024 11:04:10 +0000 (21:04 +1000)
commit6ae754815f341f0a6dfe9c43ffe25e51375264b8
tree9be9cff668257a82f583d70cccb7e83f1c6dc5a7
parent0fdc69b76ee67583e0fe0e0fd31da212f506cd66
target/i386: Extract x86_need_replay_interrupt() from accel/tcg/

Move this x86-specific code out of the generic accel/tcg/.

Reviewed-by: Anton Johansson <anjo@rev.ng>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Pavel Dovgalyuk <Pavel.Dovgalyuk@ispras.ru>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20240124101639.30056-8-philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cpu-exec.c
target/i386/tcg/helper-tcg.h
target/i386/tcg/sysemu/seg_helper.c
target/i386/tcg/tcg-cpu.c