qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Sergio Lopez <slp@redhat.com>
To: f4bug@amsat.org, mjt@tls.msk.ru, pbonzini@redhat.com,
	qemu-devel@nongnu.org
Cc: Sergio Lopez <slp@redhat.com>
Subject: [Qemu-devel] [PATCH 0/2] pvpanic: implement abort_on_panic option
Date: Fri, 29 Dec 2017 10:42:04 +0100	[thread overview]
Message-ID: <20171229094206.14512-1-slp@redhat.com> (raw)

Extend pvpanic and qemu_system_guest_panicked so it's possible to
configure the first to induce an abort() when the Guest panics.

This is specially useful (and mainly intended to be enabled only) when
debugging soft/hard lockups on the Guest OS.

Sergio Lopez (2):
  vl: extend qemu_system_guest_panicked with abort_on_panic
  pvpanic: add PVPANIC_ABORT_PROP

 accel/kvm/kvm-all.c     |  2 +-
 hw/misc/pvpanic.c       | 10 +++++++---
 hw/ppc/spapr_rtas.c     |  2 +-
 include/sysemu/sysemu.h |  3 ++-
 target/s390x/helper.c   |  2 +-
 target/s390x/kvm.c      |  2 +-
 vl.c                    | 10 ++++++++--
 7 files changed, 21 insertions(+), 10 deletions(-)

-- 
2.14.3

             reply	other threads:[~2017-12-29  9:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-29  9:42 Sergio Lopez [this message]
2017-12-29  9:42 ` [Qemu-devel] [PATCH 1/2] vl: extend qemu_system_guest_panicked with abort_on_panic Sergio Lopez
2017-12-29  9:42 ` [Qemu-devel] [PATCH 2/2] pvpanic: add PVPANIC_ABORT_PROP Sergio Lopez
2018-01-12 16:31 ` [Qemu-devel] [PATCH 0/2] pvpanic: implement abort_on_panic option Sergio Lopez
2018-04-03 15:00   ` Sergio Lopez

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=20171229094206.14512-1-slp@redhat.com \
    --to=slp@redhat.com \
    --cc=f4bug@amsat.org \
    --cc=mjt@tls.msk.ru \
    --cc=pbonzini@redhat.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).