qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Remove useless architecture prefix from the CPU list
@ 2024-04-20  5:46 Thomas Huth
  2024-04-20  5:46 ` [PATCH 1/3] target/i386/cpu: Remove "x86" " Thomas Huth
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Thomas Huth @ 2024-04-20  5:46 UTC (permalink / raw)
  To: qemu-devel, Paolo Bonzini
  Cc: qemu-ppc, qemu-s390x, Nicholas Piggin, Daniel Henrique Barboza,
	David Hildenbrand, Richard Henderson, qemu-trivial

Printing an architecture prefix 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 those now.

Thomas Huth (3):
  target/i386/cpu: Remove "x86" prefix from the CPU list
  target/s390x/cpu_models: Rework the output of "-cpu help"
  target/ppc/cpu_init: Remove "PowerPC" prefix from the CPU list

 target/i386/cpu.c         | 2 +-
 target/ppc/cpu_init.c     | 9 +++++----
 target/s390x/cpu_models.c | 9 +++++----
 3 files changed, 11 insertions(+), 9 deletions(-)

-- 
2.44.0



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-04-29 10:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-20  5:46 [PATCH 0/3] Remove useless architecture prefix from the CPU list Thomas Huth
2024-04-20  5:46 ` [PATCH 1/3] target/i386/cpu: Remove "x86" " Thomas Huth
2024-04-20  5:46 ` [PATCH 2/3] target/s390x/cpu_models: Rework the output of "-cpu help" Thomas Huth
2024-04-20  5:46 ` [PATCH 3/3] target/ppc/cpu_init: Remove "PowerPC" prefix from the CPU list Thomas Huth
2024-04-20 14:40 ` [PATCH 0/3] Remove useless architecture " David Hildenbrand
2024-04-20 16:26 ` Richard Henderson
2024-04-20 16:53 ` Michael Tokarev
2024-04-22  8:03 ` Daniel P. Berrangé
2024-04-22  8:22   ` Thomas Huth
2024-04-29 10:26     ` Philippe Mathieu-Daudé
2024-04-26  9:13 ` Mario Casquero

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).