Re: [Qemu-devel] [PATCH v2] ppc: Stop dumping state on all exceptions in linux-user

2016-08-03 Thread David Gibson
On Wed, Aug 03, 2016 at 09:44:08PM +1000, Benjamin Herrenschmidt wrote: > Other archs don't do it, some programs catch signals just fine > and those dumps just clutter the output. Keep the dumps for cases > that aren't supposed to happen such as unknown codes. > > Signed-off-by: Benjamin Herrensch

[Qemu-devel] [PATCH v2] ppc: Stop dumping state on all exceptions in linux-user

2016-08-03 Thread Benjamin Herrenschmidt
Other archs don't do it, some programs catch signals just fine and those dumps just clutter the output. Keep the dumps for cases that aren't supposed to happen such as unknown codes. Signed-off-by: Benjamin Herrenschmidt --- v2. Leave the "XXX" comments alone, we can handle them separately lin