qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v5 14/31] target/m68k: Use generic cpu_list()


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v5 14/31] target/m68k: Use generic cpu_list()
Date: Thu, 16 Nov 2023 11:27:53 +0100
User-agent: Mozilla Thunderbird

On 15/11/23 00: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 <gshan@redhat.com>
---
  target/m68k/cpu.h    |  4 ----
  target/m68k/helper.c | 40 ----------------------------------------
  2 files changed, 44 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]