[PATCH 0/2] target/m68k: Enable halt insn for 68060

Richard Henderson posted 2 patches 1 year, 12 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220430170225.326447-1-richard.henderson@linaro.org
Maintainers: Laurent Vivier <laurent@vivier.eu>
target/m68k/cpu.c       | 6 +-----
target/m68k/translate.c | 1 +
2 files changed, 2 insertions(+), 5 deletions(-)
[PATCH 0/2] target/m68k: Enable halt insn for 68060
Posted by Richard Henderson 1 year, 12 months ago
While looking at semihosting, I noticed that 060 does have halt.

Then I was a bit surprised that it wasn't being disassembled and
thought trying to exactly match disassembly to cpu was a bit
frought with peril -- one also wants to know what the insn was
*supposed* to be when it raises SIGILL.


r~


Richard Henderson (2):
  target/m68k: Clear mach in m68k_cpu_disas_set_info
  target/m68k: Enable halt insn for 68060

 target/m68k/cpu.c       | 6 +-----
 target/m68k/translate.c | 1 +
 2 files changed, 2 insertions(+), 5 deletions(-)

-- 
2.34.1
Re: [PATCH 0/2] target/m68k: Enable halt insn for 68060
Posted by Laurent Vivier 1 year, 11 months ago
Le 30/04/2022 à 19:02, Richard Henderson a écrit :
> While looking at semihosting, I noticed that 060 does have halt.
> 
> Then I was a bit surprised that it wasn't being disassembled and
> thought trying to exactly match disassembly to cpu was a bit
> frought with peril -- one also wants to know what the insn was
> *supposed* to be when it raises SIGILL.
> 
> 
> r~
> 
> 
> Richard Henderson (2):
>    target/m68k: Clear mach in m68k_cpu_disas_set_info
>    target/m68k: Enable halt insn for 68060
> 
>   target/m68k/cpu.c       | 6 +-----
>   target/m68k/translate.c | 1 +
>   2 files changed, 2 insertions(+), 5 deletions(-)
> 

Series applied to my m68k-for-7.1 branch

Thanks,
Laurent