qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] pvpanic: implement abort_on_panic option
@ 2017-12-29  9:42 Sergio Lopez
  2017-12-29  9:42 ` [Qemu-devel] [PATCH 1/2] vl: extend qemu_system_guest_panicked with abort_on_panic Sergio Lopez
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sergio Lopez @ 2017-12-29  9:42 UTC (permalink / raw)
  To: f4bug, mjt, pbonzini, qemu-devel; +Cc: Sergio Lopez

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-04-03 15:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-29  9:42 [Qemu-devel] [PATCH 0/2] pvpanic: implement abort_on_panic option Sergio Lopez
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

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).