On 11/14/23 15:56, Gavin Shan wrote:
Before it's applied:
[gshan@gshan q]$ ./build/qemu-system-m68k -cpu ?
cfv4e
m5206
m5208
m68000
m68010
m68020
m68030
m68040
m68060
any
After it's applied:
[gshan@gshan q]$ ./build/qemu-system-m68k -cpu ?
Available CPUs:
any
cfv4e
m5206
m5208
m68000
m68010
m68020
m68030
m68040
m68060
Signed-off-by: Gavin Shan <gs...@redhat.com>
---
target/m68k/cpu.h | 4 ----
target/m68k/helper.c | 40 ----------------------------------------
2 files changed, 44 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~