From: Nicholas Piggin <npiggin@gmail.com>
To: David Gibson <david@gibson.dropbear.id.au>
Cc: "Greg Kurz" <groug@kaod.org>,
"Nicholas Piggin" <npiggin@gmail.com>,
qemu-devel@nongnu.org, qemu-ppc@nongnu.org,
"Cédric Le Goater" <clg@kaod.org>
Subject: [Qemu-devel] [PATCH v5 0/4] spapr: implement dispatch and suspend calls
Date: Wed, 17 Jul 2019 15:39:48 +1000 [thread overview]
Message-ID: <20190717053952.13729-1-npiggin@gmail.com> (raw)
Since the last post I tried to account for feedback, fix style, add
comments, fixed a bug or two in migration etc, more testing, and
dropped the rtas ibm,suspend-me patch for now pending some reworking.
Thanks,
Nick
Nicholas Piggin (4):
spapr: Implement VPA dispatch counter and prod bit on tcg
spapr: Implement H_PROD
spapr: Implement H_CONFER
spapr: Implement H_JOIN
hw/ppc/spapr.c | 42 +++++++++
hw/ppc/spapr_cpu_core.c | 4 +-
hw/ppc/spapr_hcall.c | 147 ++++++++++++++++++++++++++++++--
include/hw/ppc/spapr.h | 7 ++
include/hw/ppc/spapr_cpu_core.h | 1 +
target/ppc/cpu.h | 2 +
target/ppc/translate_init.inc.c | 25 ++++++
7 files changed, 222 insertions(+), 6 deletions(-)
--
2.20.1
next reply other threads:[~2019-07-17 5:40 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-17 5:39 Nicholas Piggin [this message]
2019-07-17 5:39 ` [Qemu-devel] [PATCH v5 1/4] spapr: Implement VPA dispatch counter and prod bit on tcg Nicholas Piggin
2019-07-17 12:50 ` Cédric Le Goater
2019-07-18 2:17 ` Nicholas Piggin
2019-07-17 15:29 ` Greg Kurz
2019-07-18 2:18 ` Nicholas Piggin
2019-07-17 5:39 ` [Qemu-devel] [PATCH v5 2/4] spapr: Implement H_PROD Nicholas Piggin
2019-07-17 10:16 ` Cédric Le Goater
2019-07-17 11:06 ` Nicholas Piggin
2019-07-17 13:33 ` Cédric Le Goater
2019-07-18 2:24 ` Nicholas Piggin
2019-07-17 5:39 ` [Qemu-devel] [PATCH v5 3/4] spapr: Implement H_CONFER Nicholas Piggin
2019-07-17 17:00 ` Greg Kurz
2019-07-18 2:19 ` Nicholas Piggin
2019-07-17 5:39 ` [Qemu-devel] [PATCH v5 4/4] spapr: Implement H_JOIN Nicholas Piggin
2019-07-17 17:30 ` Greg Kurz
2019-07-18 2:25 ` Nicholas Piggin
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=20190717053952.13729-1-npiggin@gmail.com \
--to=npiggin@gmail.com \
--cc=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).