target/i386/cpu: Remove "x86" prefix from the CPU list
authorThomas Huth <thuth@redhat.com>
Sat, 20 Apr 2024 05:46:04 +0000 (07:46 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 29 Apr 2024 06:37:26 +0000 (09:37 +0300)
commit49843214368eccbc46ad3946aae8cc81eaced98e
tree979e64890e6a0d96f6c2bf0866d89853ab8d95d0
parentfd87be1dada5672f877e03c2ca8504458292c479
target/i386/cpu: Remove "x86" prefix from the CPU list

Printing an "x86" 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,
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/i386/cpu.c