From: "Cédric Le Goater" <clg@kaod.org>
To: qemu-ppc@nongnu.org, qemu-devel@nongnu.org,
David Gibson <david@gibson.dropbear.id.au>,
Greg Kurz <groug@kaod.org>
Cc: "Cédric Le Goater" <clg@kaod.org>
Subject: [Qemu-devel] [PATCH 0/5] spapr: preliminary cleanups before introducing XIVE
Date: Fri, 1 Dec 2017 17:05:59 +0100 [thread overview]
Message-ID: <20171201160604.15265-1-clg@kaod.org> (raw)
Hello,
These are initial patches of the XIVE patchset which prepare ground
for the integration of the XIVE model.
Thanks,
C.
Cédric Le Goater (5):
ppc/xics: introduce an icp_create() helper
ppc/xics: assign of the CPU 'intc' pointer under the core
spapr: move the IRQ allocation routines under the machine
spapr: introduce a spapr_irq_set_lsi() helper
spapr: introduce a spapr_qirq() helper
hw/intc/trace-events | 4 --
hw/intc/xics.c | 34 ++++++-----
hw/intc/xics_spapr.c | 114 -------------------------------------
hw/ppc/pnv_core.c | 10 +---
hw/ppc/spapr.c | 133 ++++++++++++++++++++++++++++++++++++++++++++
hw/ppc/spapr_cpu_core.c | 14 +----
hw/ppc/spapr_events.c | 16 +++---
hw/ppc/spapr_pci.c | 10 ++--
hw/ppc/spapr_vio.c | 2 +-
hw/ppc/trace-events | 4 ++
include/hw/pci-host/spapr.h | 2 +-
include/hw/ppc/spapr.h | 7 +++
include/hw/ppc/spapr_vio.h | 2 +-
include/hw/ppc/xics.h | 8 +--
14 files changed, 187 insertions(+), 173 deletions(-)
--
2.13.6
next reply other threads:[~2017-12-01 16:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-01 16:05 Cédric Le Goater [this message]
2017-12-01 16:06 ` [Qemu-devel] [PATCH 1/5] ppc/xics: introduce an icp_create() helper Cédric Le Goater
2017-12-01 16:06 ` [Qemu-devel] [PATCH 2/5] ppc/xics: assign of the CPU 'intc' pointer under the core Cédric Le Goater
2017-12-01 16:06 ` [Qemu-devel] [PATCH 3/5] spapr: move the IRQ allocation routines under the machine Cédric Le Goater
2017-12-01 16:06 ` [Qemu-devel] [PATCH 4/5] spapr: introduce a spapr_irq_set_lsi() helper Cédric Le Goater
2017-12-01 16:06 ` [Qemu-devel] [PATCH 5/5] spapr: introduce a spapr_qirq() helper Cédric Le Goater
2017-12-02 1:33 ` [Qemu-devel] [PATCH 0/5] spapr: preliminary cleanups before introducing XIVE David Gibson
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=20171201160604.15265-1-clg@kaod.org \
--to=clg@kaod.org \
--cc=david@gibson.dropbear.id.au \
--cc=groug@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).