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
Subject: Re: [Qemu-devel] [PATCH 00/10] ppc: Add Hypervisor Virtualization Interrupt on POWER9
Date: Tue, 19 Feb 2019 11:44:56 +1100 [thread overview]
Message-ID: <20190219004456.GE9345@umbus.fritz.box> (raw)
In-Reply-To: <20190215161648.9600-1-clg@kaod.org>
[-- Attachment #1: Type: text/plain, Size: 2034 bytes --]
On Fri, Feb 15, 2019 at 05:16:38PM +0100, Cédric Le Goater wrote:
> Hello,
>
> Here is a series of fixes and extensions provided by Ben which modify
> the POWER9 interrupt model to prepare ground for the support of the
> XIVE interrupt controller as found on POWER9 PowerNV machines.
Applied to ppc-for-4.0 (but after yesterday's pull request).
>
> Thanks
>
> C.
>
> Changes since initial patchset :
>
> - modified the commit log to comment the use of EXCP_HLT instead
> of POWERPC_EXCP_STOP
> - modified the icp_realize() and xive_tctx_realize() to take
> into account explicitely the POWER9 interrupt model
> - introduced a specific power9_set_irq for POWER9
>
>
> Benjamin Herrenschmidt (10):
> target/ppc: Fix nip on power management instructions
> target/ppc: Don't clobber MSR:EE on PM instructions
> target/ppc: Fix support for "STOP light" states on POWER9
> target/ppc: Move "wakeup reset" code to a separate function
> target/ppc: Rename "in_pm_state" to "resume_as_sreset"
> target/ppc: Add POWER9 exception model
> target/ppc: Detect erroneous condition in interrupt delivery
> target/ppc: Add Hypervisor Virtualization Interrupt on POWER9
> target/ppc: Add POWER9 external interrupt model
> target/ppc: Add support for LPCR:HEIC on POWER9
>
> include/hw/ppc/ppc.h | 2 +
> target/ppc/cpu-qom.h | 5 +
> target/ppc/cpu.h | 26 ++++-
> hw/intc/xics.c | 3 +
> hw/intc/xive.c | 3 +
> hw/ppc/ppc.c | 44 ++++++++-
> target/ppc/excp_helper.c | 164 +++++++++++++++++++++-----------
> target/ppc/translate.c | 28 ++++--
> target/ppc/translate_init.inc.c | 34 ++++++-
> 9 files changed, 238 insertions(+), 71 deletions(-)
>
--
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 --]
prev parent reply other threads:[~2019-02-19 0:57 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-15 16:16 [Qemu-devel] [PATCH 00/10] ppc: Add Hypervisor Virtualization Interrupt on POWER9 Cédric Le Goater
2019-02-15 16:16 ` [Qemu-devel] [PATCH 01/10] target/ppc: Fix nip on power management instructions Cédric Le Goater
2019-02-15 16:16 ` [Qemu-devel] [PATCH 02/10] target/ppc: Don't clobber MSR:EE on PM instructions Cédric Le Goater
2019-02-15 16:16 ` [Qemu-devel] [PATCH 03/10] target/ppc: Fix support for "STOP light" states on POWER9 Cédric Le Goater
2019-02-15 16:16 ` [Qemu-devel] [PATCH 04/10] target/ppc: Move "wakeup reset" code to a separate function Cédric Le Goater
2019-02-15 16:16 ` [Qemu-devel] [PATCH 05/10] target/ppc: Rename "in_pm_state" to "resume_as_sreset" Cédric Le Goater
2019-02-15 16:16 ` [Qemu-devel] [PATCH 06/10] target/ppc: Add POWER9 exception model Cédric Le Goater
2019-02-15 16:16 ` [Qemu-devel] [PATCH 07/10] target/ppc: Detect erroneous condition in interrupt delivery Cédric Le Goater
2019-02-15 16:16 ` [Qemu-devel] [PATCH 08/10] target/ppc: Add Hypervisor Virtualization Interrupt on POWER9 Cédric Le Goater
2019-02-15 16:16 ` [Qemu-devel] [PATCH 09/10] target/ppc: Add POWER9 external interrupt model Cédric Le Goater
2019-02-15 16:16 ` [Qemu-devel] [PATCH 10/10] target/ppc: Add support for LPCR:HEIC on POWER9 Cédric Le Goater
2019-02-19 0:44 ` David Gibson [this message]
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=20190219004456.GE9345@umbus.fritz.box \
--to=david@gibson.dropbear.id.au \
--cc=clg@kaod.org \
--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).