qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] target-i386: roll -cpu ?help, ?cpuid into help list, drop ?dump
@ 2012-08-10 14:35 Peter Maydell
  2012-08-10 14:35 ` [Qemu-devel] [PATCH 1/2] target-i386: Fold -cpu ?cpuid, ?model output into -cpu help, " Peter Maydell
  2012-08-10 14:35 ` [Qemu-devel] [PATCH 2/2] Drop cpu_list_id macro Peter Maydell
  0 siblings, 2 replies; 5+ messages in thread
From: Peter Maydell @ 2012-08-10 14:35 UTC (permalink / raw)
  To: qemu-devel; +Cc: Anthony Liguori, Eric Blake, Eduardo Habkost, patches

Commit c8057f95 (accidentally) disabled the ability to pass
option strings starting with '?' to the target-specific
cpu_list function, so the target-i386 specific "-cpu ?dump",
"-cpu ?cpuid" and "-cpu ?model" stopped working.
    
Since these options are undocumented and not used by libvirt,
simply drop them completely rather than reinstating them
with new style syntax. Instead, we fold the ?model and ?cpuid
output into the output of the plain "-cpu help" output. The
detailed output produced by ?dump is dropped.

Peter Maydell (2):
  target-i386: Fold -cpu ?cpuid, ?model output into -cpu help, drop
    ?dump
  Drop cpu_list_id macro

 cpus.c            |    6 ++---
 linux-user/main.c |    6 ++---
 target-i386/cpu.c |   66 ++++++++++-------------------------------------------
 target-i386/cpu.h |    4 ++--
 4 files changed, 18 insertions(+), 64 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2012-08-10 14:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-10 14:35 [Qemu-devel] [PATCH 0/2] target-i386: roll -cpu ?help, ?cpuid into help list, drop ?dump Peter Maydell
2012-08-10 14:35 ` [Qemu-devel] [PATCH 1/2] target-i386: Fold -cpu ?cpuid, ?model output into -cpu help, " Peter Maydell
2012-08-10 14:40   ` Eduardo Habkost
2012-08-10 14:35 ` [Qemu-devel] [PATCH 2/2] Drop cpu_list_id macro Peter Maydell
2012-08-10 14:41   ` Eduardo Habkost

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).