On 11/14/23 15:56, Gavin Shan wrote:
Before it's applied:[gshan@gshan q]$ ./build/qemu-system-sh4 -cpu ? sh7750r sh7751r sh7785 After it's applied: [gshan@gshan q]$ ./build/qemu-system-sh4 -cpu ? Available CPUs: sh7750r sh7751r sh7785 Signed-off-by: Gavin Shan <gs...@redhat.com> --- target/sh4/cpu.c | 17 ----------------- target/sh4/cpu.h | 3 --- 2 files changed, 20 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~