From: David Gibson <david@gibson.dropbear.id.au>
To: "Cédric Le Goater" <clg@kaod.org>
Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org,
Suraj Jitindar Singh <sjitindarsingh@gmail.com>
Subject: Re: [Qemu-devel] [PATCH v4 4/5] target/ppc: add hash MMU support for PowerNV POWER9 machines
Date: Thu, 3 May 2018 16:36:03 +1000 [thread overview]
Message-ID: <20180503063603.GX13229@umbus.fritz.box> (raw)
In-Reply-To: <6e331f5e-47f2-6525-7807-a5c262e13a4c@kaod.org>
[-- Attachment #1: Type: text/plain, Size: 1539 bytes --]
On Thu, May 03, 2018 at 07:52:32AM +0200, Cédric Le Goater wrote:
> On 05/03/2018 02:58 AM, David Gibson wrote:
> > On Tue, Apr 24, 2018 at 02:41:47PM +0200, Cédric Le Goater wrote:
> >> On 04/24/2018 02:03 PM, Cédric Le Goater wrote:
> >>>> +hwaddr ppc_hash64_hpt_reg(PowerPCCPU *cpu)
> >>>> +{
> >>>> + CPUPPCState *env = &cpu->env;
> >>>> +
> >>>> + /* We should not reach this routine on sPAPR machines */
> >>>> + assert(!cpu->vhyp);
> >>>> +
> >>>> + /* PowerNV machine */
> >>>> + if (msr_hv) {
> >>>> + if (env->mmu_model & POWERPC_MMU_3_00) {
> >>>> + return ppc64_v3_get_patbe0(cpu);
> >>>> + } else {
> >>>> + return cpu->env.spr[SPR_SDR1];
> >>>> + }
> >>>> + } else {
> >>>> + error_report("PowerNV guest support Unimplemented");
> >>>> + exit(1);
> >>>
> >>> I just noticed that this breaks 970 CPUs ...
> >>
> >> How about ?
> >
> > Hmm.. I'm not actually seeing why it breaks 970.
>
> it does not have MSR_SHV bit.
It does, actually. At least, as long as it's not strapped into "Apple
mode".
> > I really want to ditch 970 support, but we have to go through the
> > deprecation process first.
>
> Is it causing a lot of maintenance issues ?
Enough. The explicit RMA allocation stuff is a particular pain.
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2018-05-03 6:50 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-24 11:30 [Qemu-devel] [PATCH v4 0/5] target/ppc: add hash MMU support for the POWER9 PowerNV machine Cédric Le Goater
2018-04-24 11:30 ` [Qemu-devel] [PATCH v4 1/5] target/ppc: return a nil HPT base address on sPAPR machines Cédric Le Goater
2018-05-02 14:59 ` David Gibson
2018-04-24 11:30 ` [Qemu-devel] [PATCH v4 2/5] target/ppc: add basic support for PTCR on POWER9 Cédric Le Goater
2018-05-02 15:00 ` David Gibson
2018-04-24 11:30 ` [Qemu-devel] [PATCH v4 3/5] target/ppc: add hash MMU definitions for ISA v3.0 Cédric Le Goater
2018-05-03 0:48 ` David Gibson
2018-04-24 11:30 ` [Qemu-devel] [PATCH v4 4/5] target/ppc: add hash MMU support for PowerNV POWER9 machines Cédric Le Goater
2018-04-24 12:03 ` Cédric Le Goater
2018-04-24 12:41 ` Cédric Le Goater
2018-05-03 0:58 ` David Gibson
2018-05-03 5:52 ` Cédric Le Goater
2018-05-03 6:36 ` David Gibson [this message]
2018-05-03 8:05 ` Cédric Le Goater
2018-04-24 11:30 ` [Qemu-devel] [PATCH v4 5/5] target/ppc: generalize check on radix when in HV mode Cédric Le Goater
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=20180503063603.GX13229@umbus.fritz.box \
--to=david@gibson.dropbear.id.au \
--cc=clg@kaod.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=sjitindarsingh@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).