Re: [Qemu-devel] [PATCH] vl.c: Tidy up message printed when we exit on a signal

2011-04-03 Thread Aurelien Jarno
On Wed, Mar 30, 2011 at 10:03:38PM +0100, Peter Maydell wrote: > Tidy up the message printed when qemu exits due to a signal, so that > it's clearer where the message is coming from and that it's not just > stray debug output. > > Signed-off-by: Peter Maydell > --- > vl.c | 11 +-- > 1

Re: [Qemu-devel] [PATCH] vl.c: Tidy up message printed when we exit on a signal

2011-03-30 Thread Stefan Hajnoczi
On Wed, Mar 30, 2011 at 10:03 PM, Peter Maydell wrote: > Tidy up the message printed when qemu exits due to a signal, so that > it's clearer where the message is coming from and that it's not just > stray debug output. > > Signed-off-by: Peter Maydell > --- >  vl.c |   11 +-- >  1 files c

[Qemu-devel] [PATCH] vl.c: Tidy up message printed when we exit on a signal

2011-03-30 Thread Peter Maydell
Tidy up the message printed when qemu exits due to a signal, so that it's clearer where the message is coming from and that it's not just stray debug output. Signed-off-by: Peter Maydell --- vl.c | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/vl.c b/vl.c index