From: "Cédric Le Goater" <clg@kaod.org>
To: qemu-ppc@nongnu.org
Cc: David Gibson <david@gibson.dropbear.id.au>,
Alexander Graf <agraf@suse.de>,
qemu-devel@nongnu.org,
Benjamin Herrenschmidt <benh@kernel.crashing.org>,
Cedric Le Goater <clg@kaod.org>
Subject: [Qemu-devel] [PATCH v2 00/10] rework exception model to support the HV mode
Date: Tue, 21 Jun 2016 23:48:45 +0200 [thread overview]
Message-ID: <1466545735-2555-1-git-send-email-clg@kaod.org> (raw)
Hello,
Here is a new set bringing more changes required for the powernv
platform. The major one is the rework of the exception model to
support the HV mode.
It was tested with a pseries guest, KVM and TCG, and with a mac99
guest !
The next serie will cover a rework of XICS to support native mode and
it should be the last one before the first powernv core patches.
Cheers,
C.
Benjamin Herrenschmidt (10):
ppc: Fix rfi/rfid/hrfi/... emulation
ppc: define a default LPCR value
ppc: fix exception model for HV mode
ppc: Fix POWER7 and POWER8 exception definitions
ppc: Fix generation if ISI/DSI vs. HV mode
ppc: Rework generation of priv and inval interrupts
ppc: Add real mode CI load/store instructions for P7 and P8
ppc: Turn a bunch of booleans from int to bool
ppc: Move exception generation code out of line
ppc: Add P7/P8 Power Management instructions
linux-user/main.c | 1 +
target-ppc/cpu-qom.h | 9 +
target-ppc/cpu.h | 32 +-
target-ppc/excp_helper.c | 263 ++++++++------
target-ppc/helper.h | 1 +
target-ppc/mmu-hash64.c | 69 +++-
target-ppc/translate.c | 864 ++++++++++++++++++++++----------------------
target-ppc/translate_init.c | 139 ++++++-
8 files changed, 795 insertions(+), 583 deletions(-)
--
2.1.4
next reply other threads:[~2016-06-21 21:49 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-21 21:48 Cédric Le Goater [this message]
2016-06-21 21:48 ` [Qemu-devel] [PATCH v2 01/10] ppc: Fix rfi/rfid/hrfi/... emulation Cédric Le Goater
2016-06-22 2:46 ` David Gibson
2016-06-22 6:48 ` Cédric Le Goater
2016-06-23 5:50 ` David Gibson
2016-06-23 6:08 ` Cédric Le Goater
2016-06-23 6:14 ` David Gibson
2016-07-15 15:17 ` [Qemu-devel] [Qemu-ppc] " Mark Cave-Ayland
2016-09-05 20:25 ` [Qemu-devel] " Thomas Huth
2016-09-05 20:30 ` Cédric Le Goater
2016-09-05 20:51 ` Mark Cave-Ayland
2016-09-06 0:16 ` David Gibson
2016-09-06 7:07 ` Mark Cave-Ayland
2016-09-07 10:50 ` Cédric Le Goater
2016-09-07 11:08 ` Benjamin Herrenschmidt
2016-09-07 12:13 ` Cédric Le Goater
2016-09-07 21:48 ` Benjamin Herrenschmidt
2016-09-08 6:59 ` Cédric Le Goater
2016-06-21 21:48 ` [Qemu-devel] [PATCH v2 02/10] ppc: define a default LPCR value Cédric Le Goater
2016-06-21 21:48 ` [Qemu-devel] [PATCH v2 03/10] ppc: fix exception model for HV mode Cédric Le Goater
2016-06-22 6:27 ` David Gibson
2016-06-21 21:48 ` [Qemu-devel] [PATCH v2 04/10] ppc: Fix POWER7 and POWER8 exception definitions Cédric Le Goater
2016-06-21 21:48 ` [Qemu-devel] [PATCH v2 05/10] ppc: Fix generation if ISI/DSI vs. HV mode Cédric Le Goater
2016-06-21 21:48 ` [Qemu-devel] [PATCH v2 06/10] ppc: Rework generation of priv and inval interrupts Cédric Le Goater
2016-06-22 6:51 ` David Gibson
2016-06-21 21:48 ` [Qemu-devel] [PATCH v2 07/10] ppc: Add real mode CI load/store instructions for P7 and P8 Cédric Le Goater
2016-06-21 21:48 ` [Qemu-devel] [PATCH v2 08/10] ppc: Turn a bunch of booleans from int to bool Cédric Le Goater
2016-06-21 21:48 ` [Qemu-devel] [PATCH v2 09/10] ppc: Move exception generation code out of line Cédric Le Goater
2016-06-22 6:57 ` David Gibson
2016-06-21 21:48 ` [Qemu-devel] [PATCH v2 10/10] ppc: Add P7/P8 Power Management instructions 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=1466545735-2555-1-git-send-email-clg@kaod.org \
--to=clg@kaod.org \
--cc=agraf@suse.de \
--cc=benh@kernel.crashing.org \
--cc=david@gibson.dropbear.id.au \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
/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).