[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v7 22/73] m68k: convert to cpu_halted
|
From: |
Emilio G. Cota |
|
Subject: |
[Qemu-devel] [PATCH v7 22/73] m68k: convert to cpu_halted |
|
Date: |
Mon, 4 Mar 2019 13:17:22 -0500 |
Cc: Laurent Vivier <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Reviewed-by: Laurent Vivier <address@hidden>
Reviewed-by: Alex Bennée <address@hidden>
Signed-off-by: Emilio G. Cota <address@hidden>
---
target/m68k/op_helper.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/m68k/op_helper.c b/target/m68k/op_helper.c
index 76f439985a..9f717dfec1 100644
--- a/target/m68k/op_helper.c
+++ b/target/m68k/op_helper.c
@@ -237,7 +237,7 @@ static void cf_interrupt_all(CPUM68KState *env, int is_hw)
do_m68k_semihosting(env, env->dregs[0]);
return;
}
- cs->halted = 1;
+ cpu_halted_set(cs, 1);
cs->exception_index = EXCP_HLT;
cpu_loop_exit(cs);
return;
--
2.17.1
- [Qemu-devel] [PATCH v7 28/73] gdbstub: convert to cpu_halted, (continued)
- [Qemu-devel] [PATCH v7 28/73] gdbstub: convert to cpu_halted, Emilio G. Cota, 2019/03/04
- [Qemu-devel] [PATCH v7 24/73] riscv: convert to cpu_halted, Emilio G. Cota, 2019/03/04
- [Qemu-devel] [PATCH v7 26/73] sparc: convert to cpu_halted, Emilio G. Cota, 2019/03/04
- [Qemu-devel] [PATCH v7 18/73] ppc: convert to cpu_halted, Emilio G. Cota, 2019/03/04
- [Qemu-devel] [PATCH v7 29/73] openrisc: convert to cpu_halted, Emilio G. Cota, 2019/03/04
- [Qemu-devel] [PATCH v7 31/73] cpu: convert to cpu_halted, Emilio G. Cota, 2019/03/04
- [Qemu-devel] [PATCH v7 27/73] xtensa: convert to cpu_halted, Emilio G. Cota, 2019/03/04
- [Qemu-devel] [PATCH v7 32/73] cpu: define cpu_interrupt_request helpers, Emilio G. Cota, 2019/03/04
- [Qemu-devel] [PATCH v7 37/73] openrisc: use cpu_reset_interrupt, Emilio G. Cota, 2019/03/04
- [Qemu-devel] [PATCH v7 30/73] cpu-exec: convert to cpu_halted, Emilio G. Cota, 2019/03/04
- [Qemu-devel] [PATCH v7 22/73] m68k: convert to cpu_halted,
Emilio G. Cota <=
- [Qemu-devel] [PATCH v7 17/73] arm: convert to cpu_halted, Emilio G. Cota, 2019/03/04
- [Qemu-devel] [PATCH v7 34/73] exec: use cpu_reset_interrupt, Emilio G. Cota, 2019/03/04
- [Qemu-devel] [PATCH v7 35/73] i386: use cpu_reset_interrupt, Emilio G. Cota, 2019/03/04
- [Qemu-devel] [PATCH v7 25/73] s390x: convert to cpu_halted, Emilio G. Cota, 2019/03/04
- [Qemu-devel] [PATCH v7 36/73] s390x: use cpu_reset_interrupt, Emilio G. Cota, 2019/03/04
- [Qemu-devel] [PATCH v7 33/73] ppc: use cpu_reset_interrupt, Emilio G. Cota, 2019/03/04
- [Qemu-devel] [PATCH v7 66/73] riscv: convert to cpu_has_work_with_iothread_lock, Emilio G. Cota, 2019/03/04
- [Qemu-devel] [PATCH v7 53/73] alpha: convert to cpu_interrupt_request, Emilio G. Cota, 2019/03/04
- [Qemu-devel] [PATCH v7 51/73] nios: convert to cpu_interrupt_request, Emilio G. Cota, 2019/03/04
- [Qemu-devel] [PATCH v7 47/73] hppa: convert to cpu_interrupt_request, Emilio G. Cota, 2019/03/04