From: Andrea Bolognani <abologna@redhat.com>
To: Thomas Huth <thuth@redhat.com>, bharata@linux.vnet.ibm.com
Cc: David Gibson <david@gibson.dropbear.id.au>,
qemu-ppc@nongnu.org, Alexander Graf <agraf@suse.de>,
qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH for-2.7 0/5] spapr: Fix regression in CPU alias handling
Date: Tue, 09 Aug 2016 18:37:37 +0200 [thread overview]
Message-ID: <1470760657.3959.3.camel@redhat.com> (raw)
In-Reply-To: <96e277aa-4e71-a765-7bd7-d75097b54d69@redhat.com>
On Tue, 2016-08-09 at 18:22 +0200, Thomas Huth wrote:
> > I believed that "-cpu POWER8" on POWER8E host was broken in a way as
> > the guest CPUs were getting reported as POWER8E instead of POWER8
> >
> > (/proc/cpuinfo of guest)
> > cpu : POWER8E (raw), altivec supported
> >
> > I thought, the correct configuration should have been
> >
> > cpu : POWER8 (architected), altivec supported
> >
> > which is what you get when you use POWER8 in compat mode on
> > POWER8E host like below:
> >
> > -cpu host -global driver=host-powerpc64-cpu,property=compat,value=power8
>
> As far as I've understood the (old) QEMU source code and the discussions
> in the past, the "-cpu POWER8" was rather meant as some kind of alias
> for any CPU in the POWER8 family, i.e. also for POWER8E CPUs.
Indeed. See
https://lists.gnu.org/archive/html/qemu-devel/2015-07/msg01993.html
and in particular
https://lists.gnu.org/archive/html/qemu-devel/2015-07/msg02007.html
for the rationale.
> It's just
> a little bit ugly that "-cpu ?" always lists this as an alias for
> POWER8_v2.0 - it would be better if we'd somehow update it when we set
> the POWER8 alias on KVM.
AFAIU that won't be possible, because QEMU doesn't know (and
doesn't want to know) about every single existing POWER CPU
ever built. But agreed, it's kinda ugly.
> > However as you note libvirt is dependent on supporting POWER8 and
> > there have been discussions and conclusions on this earlier, I guess
> > it is better now to have your patchset to restore the expectations of
> > libvirt.
>
> Yes, I think we should keep the old behavior now to avoid to break
> things ... we maybe might want to reconsider the behavior for future
> CPUs (POWER9?) though.
If such a change is ever implemented, hopefully it will be
possible to keep the old behavior around not only for
POWER[6-8] but also for POWER9, while providing the new
behavior as an alternative.
In any case, when this or similar incompatible changes are
discussed, please try to keep libvirt folks in the loop. In
praticular, feel absolutely free to CC: me any time you feel
the discussion might be relevant :)
--
Andrea Bolognani / Red Hat / Virtualization
next prev parent reply other threads:[~2016-08-09 16:37 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-09 9:17 [Qemu-devel] [PATCH for-2.7 0/5] spapr: Fix regression in CPU alias handling Thomas Huth
2016-08-09 9:17 ` [Qemu-devel] [PATCH 1/5] ppc: Introduce a function to look up CPU alias strings Thomas Huth
2016-08-09 9:17 ` [Qemu-devel] [PATCH 2/5] hw/ppc/spapr: Look up CPU alias names instead of hard-coding the aliases Thomas Huth
2016-08-09 9:17 ` [Qemu-devel] [PATCH 3/5] hw/ppc/spapr: Do not leak the memory of the type string Thomas Huth
2016-08-09 9:17 ` [Qemu-devel] [PATCH 4/5] ppc/kvm: Do not mess up the generic CPU family registration Thomas Huth
2016-08-09 9:17 ` [Qemu-devel] [PATCH 5/5] ppc/kvm: Register also a generic spapr CPU core family type Thomas Huth
2016-08-09 11:27 ` [Qemu-devel] [PATCH for-2.7 0/5] spapr: Fix regression in CPU alias handling Andrea Bolognani
2016-08-09 15:39 ` Bharata B Rao
2016-08-09 16:22 ` Thomas Huth
2016-08-09 16:37 ` Andrea Bolognani [this message]
2016-08-09 15:56 ` Thomas Huth
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1470760657.3959.3.camel@redhat.com \
--to=abologna@redhat.com \
--cc=agraf@suse.de \
--cc=bharata@linux.vnet.ibm.com \
--cc=david@gibson.dropbear.id.au \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.