Re: [Xen-devel] [PATCH RFC 6/6] xen: Add backtrace for serious issues.

2015-07-02 Thread Stefan Hajnoczi
On Wed, Jul 01, 2015 at 02:06:30PM +0100, Stefano Stabellini wrote: > On Mon, 29 Jun 2015, Konrad Rzeszutek Wilk wrote: > > When debugging issues that caused the emulator to kill itself > > or skipping certain operations (unable to write to host > > registers) an stack trace will most definitly aid

Re: [Xen-devel] [PATCH RFC 6/6] xen: Add backtrace for serious issues.

2015-07-01 Thread Stefano Stabellini
On Mon, 29 Jun 2015, Konrad Rzeszutek Wilk wrote: > When debugging issues that caused the emulator to kill itself > or skipping certain operations (unable to write to host > registers) an stack trace will most definitly aid in debugging > the problem. > > As such this patch uses the most basic bac