From: "Cédric Le Goater" <clg@kaod.org>
To: qemu-ppc@nongnu.org, qemu-devel@nongnu.org,
David Gibson <david@gibson.dropbear.id.au>
Cc: "Suraj Jitindar Singh" <sjitindarsingh@gmail.com>,
"Cédric Le Goater" <clg@kaod.org>
Subject: [Qemu-devel] [PATCH 0/3] target/ppc: add hash MMU support for the POWER9 PowerNV machine
Date: Wed, 31 Jan 2018 09:27:46 +0100 [thread overview]
Message-ID: <20180131082749.1803-1-clg@kaod.org> (raw)
Hello,
This adds support for the Hash Page Table MMU mode on POWER9 PowerNV
machines. The Radix Tree mode support for the host is still to be done
but we are getting close.
The full tree can be found here :
https://github.com/legoater/qemu powernv-2.12
Thanks,
C.
Cédric Le Goater (3):
target/ppc: add basic support for PTCR on POWER9
target/ppc: add hash MMU support on POWER9 for PowerNV only
target/ppc: generalize check on radix when in HV mode
hw/ppc/spapr_hcall.c | 5 +++--
target/ppc/cpu.h | 2 ++
target/ppc/helper.h | 1 +
target/ppc/misc_helper.c | 12 ++++++++++++
target/ppc/mmu-book3s-v3.c | 17 +++++++++++++++-
target/ppc/mmu-book3s-v3.h | 8 +-------
target/ppc/mmu-hash64.c | 48 ++++++++++++++++++++++++++++++++++++---------
target/ppc/mmu-hash64.h | 41 ++++++++++++++++++++++++++++++++++++--
target/ppc/mmu_helper.c | 32 ++++++++++++++++++++++++++++--
target/ppc/translate.c | 3 +++
target/ppc/translate_init.c | 20 ++++++++++++++++++-
11 files changed, 165 insertions(+), 24 deletions(-)
--
2.13.6
next reply other threads:[~2018-01-31 8:28 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-31 8:27 Cédric Le Goater [this message]
2018-01-31 8:27 ` [Qemu-devel] [PATCH 1/3] target/ppc: add basic support for PTCR on POWER9 Cédric Le Goater
2018-02-02 2:34 ` Suraj Jitindar Singh
2018-02-02 2:41 ` Suraj Jitindar Singh
2018-02-02 14:44 ` Cédric Le Goater
2018-02-02 14:43 ` Cédric Le Goater
2018-01-31 8:27 ` [Qemu-devel] [PATCH 2/3] target/ppc: add hash MMU support on POWER9 for PowerNV only Cédric Le Goater
2018-01-31 8:27 ` [Qemu-devel] [PATCH 3/3] target/ppc: generalize check on radix when in HV mode Cédric Le Goater
2018-02-02 2:43 ` Suraj Jitindar Singh
2018-02-02 14:46 ` 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=20180131082749.1803-1-clg@kaod.org \
--to=clg@kaod.org \
--cc=david@gibson.dropbear.id.au \
--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).