From: Daniel Henrique Barboza <danielhb@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Cc: qemu-ppc@nongnu.org, david@gibson.dropbear.id.au,
mdroth@linux.vnet.ibm.com
Subject: [Qemu-devel] [PATCH for-2.11 v3 0/3] hw/ppc: CAS reset on early device hotplug
Date: Wed, 30 Aug 2017 15:21:38 -0300 [thread overview]
Message-ID: <20170830182141.19996-1-danielhb@linux.vnet.ibm.com> (raw)
v3:
- split into 3 patches, first 2 are fixes that are independent of the
reboot code that can be applied separately:
- patch 1: spapr_drc_needed fix
- patch 2: clear pending_events on reboot, following David's
suggestions on the v2 review.
- patch 3: CAS reboot
v2:
- rebased with ppc-for-2.11
- function 'spapr_cas_completed' dropped
- function 'spapr_drc_needed' made public and it's now used inside
'spapr_hotplugged_dev_before_cas'
- 'spapr_drc_needed' was changed to support the migration of logical
DRCs with devs attached in UNUSED state
- new function: 'spapr_clear_pending_events'. This function is used
inside ppc_spapr_reset to reset the pending_events QTAILQ
Daniel Henrique Barboza (3):
hw/ppc/spapr_drc.c: change spapr_drc_needed to use drc->dev
hw/ppc: clear pending_events on machine reset
hw/ppc: CAS reset on early device hotplug
hw/ppc/spapr.c | 27 ++++++++++++++++++++++++++-
hw/ppc/spapr_drc.c | 5 ++---
hw/ppc/spapr_events.c | 11 +++++++++++
include/hw/ppc/spapr.h | 1 +
include/hw/ppc/spapr_drc.h | 1 +
5 files changed, 41 insertions(+), 4 deletions(-)
--
2.9.4
next reply other threads:[~2017-08-30 18:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-30 18:21 Daniel Henrique Barboza [this message]
2017-08-30 18:21 ` [Qemu-devel] [PATCH for-2.11 v3 1/3] hw/ppc/spapr_drc.c: change spapr_drc_needed to use drc->dev Daniel Henrique Barboza
2017-08-30 18:21 ` [Qemu-devel] [PATCH for-2.11 v3 2/3] hw/ppc: clear pending_events on machine reset Daniel Henrique Barboza
2017-08-30 18:21 ` [Qemu-devel] [PATCH for-2.11 v3 3/3] hw/ppc: CAS reset on early device hotplug Daniel Henrique Barboza
2017-08-31 4:16 ` [Qemu-devel] [PATCH for-2.11 v3 0/3] " 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=20170830182141.19996-1-danielhb@linux.vnet.ibm.com \
--to=danielhb@linux.vnet.ibm.com \
--cc=david@gibson.dropbear.id.au \
--cc=mdroth@linux.vnet.ibm.com \
--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).