The following two patches fix two rather cosmetic than severe issues that we currently have with registering the CPU "family" types:
1) In the 'query-cpu-definitions' QMP call, there are currently two conflicting "POWER8" entries in the results list. 2) When running QEMU with "-cpu ?" on POWER8E or POWER8NVL, you always get a wrong and confusing entry for the "POWER8" alias. Please see the description of the first patch for more details. Thomas Huth (2): ppc/kvm: Handle the "family" CPU via alias instead of registering new types vl: Print CPU help after we've registered the CPU accelerators target/ppc/kvm.c | 36 +++++++++++++++++++++++------------- vl.c | 10 +++++----- 2 files changed, 28 insertions(+), 18 deletions(-) -- 1.8.3.1