[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH 0/2] ppc: Fix problems with duplicated CPU family type
From: |
Thomas Huth |
Subject: |
[Qemu-ppc] [PATCH 0/2] ppc: Fix problems with duplicated CPU family types |
Date: |
Tue, 31 Jan 2017 14:11:57 +0100 |
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
- [Qemu-ppc] [PATCH 0/2] ppc: Fix problems with duplicated CPU family types,
Thomas Huth <=