]> git.proxmox.com Git - mirror_qemu.git/commit
target/ppc/cpu_init: Remove "PowerPC" prefix from the CPU list
authorThomas Huth <thuth@redhat.com>
Sat, 20 Apr 2024 05:46:06 +0000 (07:46 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 29 Apr 2024 06:37:26 +0000 (09:37 +0300)
commit5b638f6e900efd1d5f5d0697af69a0e9eb2bfc72
treeaa25571e555f96e2e8bf50271c6b8bd3473e86b8
parent7febce361da200fa71e71e40316e4a6d2a5b40ab
target/ppc/cpu_init: Remove "PowerPC" prefix from the CPU list

Printing a "PowerPC" in front of each CPU name is not helpful at all:
It is confusing for the users since they don't know whether they
have to specify these letters for the "-cpu" parameter, too, and
it also takes some precious space in the dense output of the CPU
entries. Let's simply remove this now and use two spaces at the
beginning of the lines for the indentation of the entries instead,
and add a "Available CPUs" in the very first line, like most other
target architectures are doing it for their CPU help output already.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/ppc/cpu_init.c