qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Christian Borntraeger <borntraeger@de.ibm.com>
To: Alexander Graf <agraf@suse.de>, Anthony Liguori <anthony@codemonkey.ws>
Cc: "Cornelia Huck" <cornelia.huck@de.ibm.com>,
	"Christian Borntraeger" <borntraeger@de.ibm.com>,
	"Jens Freimann" <jfrei@linux.vnet.ibm.com>,
	"Andreas Färber" <afaerber@suse.de>,
	qemu-devel <qemu-devel@nongnu.org>
Subject: [Qemu-devel] [PULLv2 0/7] s390x/kvm kdump and reset related changes
Date: Fri, 30 Aug 2013 14:41:26 +0200	[thread overview]
Message-ID: <1377866493-47164-1-git-send-email-borntraeger@de.ibm.com> (raw)

Alex, 

here is the adopted series.
- Patch 1 is new, to make patch2 look better
- Patch 2 was adopted to move everything into misc helper
  please note: I did not wire up the tcg diag handler for known reasons
               This should be trivial to implement
- Patch 5 was also slightly adopted to make the full reset identical to
  the previous state (The old patch changed the order of some reset steps)
- Patch 6 was adopted to also go into misc_helper
- Patch 3,4,7 are unchanged
All patches compile- and checkpatch tested. kdump functionality, reboot,
signal quiesce, cpu online/offline tested on s390x/kvm. Basic run of s390x 
emulation on i386 also tested.

Please ACK the series.
Anthony, can you pull afterwards?

The following changes since commit b5d54bd42158b90b239bb6ce9c13072eb3a53fd2:

  Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5 (2013-08-29 17:21:51 -0500)

are available in the git repository at:


  git://github.com/borntraeger/qemu.git tags/kdump

for you to fetch changes up to 7f7f975295bc19829b3bd26cadc7f1c9eadb7c6b:

  s390: wire up nmi command to raise a RESTART interrupt on S390 (2013-08-30 14:16:48 +0200)

----------------------------------------------------------------
This is a set of patches dealing with kdump support for s390x/kvm.
kdump on s390x uses subcode 1 of diagnose 0x308 to put the hardware
in a defined state. This is different from a full reset, since it
does not touch all CPU registers.
These patches define the cpu resets, the subsystem reset a load
function and also wires up the "nmi" command to issue a RESTART
interrupt as defined in the z/Architecture principles of operation.

This allows recent guest kernels with properly setup userspace
to trigger kdump:
- via guest crash
- via nmi from the host

----------------------------------------------------------------
Christian Borntraeger (5):
      s390x/kvm: Fix switch/case indentation for handle_diag
      s390: provide I/O subsystem reset
      s390: provide a cpu load normal function
      s390/cpu: split CPU reset into architectured functions
      s390: Implement load normal reset

Eugene (jno) Dvurechenski (2):
      s390/kvm: basic implementation of diagnose 308 subcode 6
      s390: wire up nmi command to raise a RESTART interrupt on S390

 cpus.c                     | 14 ++++++++++
 hmp-commands.hx            |  4 +--
 hw/s390x/s390-virtio-ccw.c | 15 ++++++++++
 qmp-commands.hx            |  2 +-
 target-s390x/cpu-qom.h     |  6 ++++
 target-s390x/cpu.c         | 52 ++++++++++++++++++++++++++++++++--
 target-s390x/cpu.h         | 20 +++++++++++++
 target-s390x/kvm.c         | 40 +++++++++++++++++---------
 target-s390x/misc_helper.c | 70 ++++++++++++++++++++++++++++++++++++++++++++++
 9 files changed, 204 insertions(+), 19 deletions(-)

             reply	other threads:[~2013-08-30 13:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-30 12:41 Christian Borntraeger [this message]
2013-08-30 12:41 ` [Qemu-devel] [PULL 1/7] s390x/kvm: Fix switch/case indentation for handle_diag Christian Borntraeger
2013-08-30 12:41 ` [Qemu-devel] [PULLv2 2/7] s390/kvm: basic implementation of diagnose 308 subcode 6 Christian Borntraeger
2013-08-30 12:41 ` [Qemu-devel] [PULL 3/7] s390: provide I/O subsystem reset Christian Borntraeger
2013-08-30 12:41 ` [Qemu-devel] [PULL 4/7] s390: provide a cpu load normal function Christian Borntraeger
2013-08-30 12:41 ` [Qemu-devel] [PULLv2 5/7] s390/cpu: split CPU reset into architectured functions Christian Borntraeger
2013-08-30 12:41 ` [Qemu-devel] [PULLv2 6/7] s390: Implement load normal reset Christian Borntraeger
2013-08-30 12:41 ` [Qemu-devel] [PULL 7/7] s390: wire up nmi command to raise a RESTART interrupt on S390 Christian Borntraeger
2013-08-30 12:58 ` [Qemu-devel] [PULLv2 0/7] s390x/kvm kdump and reset related changes Alexander Graf

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=1377866493-47164-1-git-send-email-borntraeger@de.ibm.com \
    --to=borntraeger@de.ibm.com \
    --cc=afaerber@suse.de \
    --cc=agraf@suse.de \
    --cc=anthony@codemonkey.ws \
    --cc=cornelia.huck@de.ibm.com \
    --cc=jfrei@linux.vnet.ibm.com \
    --cc=qemu-devel@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).