Re: [PATCH v4 2/3] target/m68k: Make semihosting system only

2022-06-08 Thread Laurent Vivier
Le 08/06/2022 à 00:26, Richard Henderson a écrit : While we had a call to do_m68k_semihosting in linux-user, it wasn't actually reachable. We don't include DISAS_INSN(halt) as an instruction unless system mode. Signed-off-by: Richard Henderson --- linux-user/m68k/cpu_loop.c | 5 -

[PATCH v4 2/3] target/m68k: Make semihosting system only

2022-06-07 Thread Richard Henderson
While we had a call to do_m68k_semihosting in linux-user, it wasn't actually reachable. We don't include DISAS_INSN(halt) as an instruction unless system mode. Signed-off-by: Richard Henderson --- linux-user/m68k/cpu_loop.c | 5 - target/m68k/m68k-semi.c| 36