mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
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>
This commit is contained in:
parent
aa6fb65746
commit
ec1d32af12
4 changed files with 15 additions and 12 deletions
|
@ -119,6 +119,7 @@ static const TCGCPUOps x86_tcg_ops = {
|
|||
#else
|
||||
.tlb_fill = x86_cpu_tlb_fill,
|
||||
.do_interrupt = x86_cpu_do_interrupt,
|
||||
.cpu_exec_halt = x86_cpu_exec_halt,
|
||||
.cpu_exec_interrupt = x86_cpu_exec_interrupt,
|
||||
.do_unaligned_access = x86_cpu_do_unaligned_access,
|
||||
.debug_excp_handler = breakpoint_handler,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue