qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] ppc: Fix problems with duplicated CPU family ty


From: Thomas Huth
Subject: [Qemu-devel] [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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]