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