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

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

Reported-by: Anton Johansson <anjo@rev.ng>
Reviewed-by: Anton Johansson <anjo@rev.ng>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20240124101639.30056-10-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