Re: [Qemu-devel] [PATCH 0/2] pvpanic: implement abort_on_panic option

2018-04-03 Thread Sergio Lopez
On Fri, Jan 12, 2018 at 05:31:58PM +0100, Sergio Lopez wrote: > On Fri, Dec 29, 2017 at 10:42 AM, Sergio Lopez wrote: > > 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 main

Re: [Qemu-devel] [PATCH 0/2] pvpanic: implement abort_on_panic option

2018-01-12 Thread Sergio Lopez
On Fri, Dec 29, 2017 at 10:42 AM, Sergio Lopez wrote: > 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 th

[Qemu-devel] [PATCH 0/2] pvpanic: implement abort_on_panic option

2017-12-29 Thread 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_pa