Re: [Qemu-devel] [PATCH] gdbstub: do not restart crashed guest

2013-05-31 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH] gdbstub: do not restart crashed guest

2013-05-30 Thread Luiz Capitulino
On Thu, 30 May 2013 13:55:50 +0200 Laszlo Ersek wrote: > On 05/30/13 13:20, Paolo Bonzini wrote: > > If a guest has crashed with an internal error or similar, detaching > > gdb (or any other debugger action) should not restart it. > > > > Cc: Jan Kiszka > > Signed-off-by: Paolo Bonzini > > ---

Re: [Qemu-devel] [PATCH] gdbstub: do not restart crashed guest

2013-05-30 Thread Laszlo Ersek
On 05/30/13 13:20, Paolo Bonzini wrote: > If a guest has crashed with an internal error or similar, detaching > gdb (or any other debugger action) should not restart it. > > Cc: Jan Kiszka > Signed-off-by: Paolo Bonzini > --- > gdbstub.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-

[Qemu-devel] [PATCH] gdbstub: do not restart crashed guest

2013-05-30 Thread Paolo Bonzini
If a guest has crashed with an internal error or similar, detaching gdb (or any other debugger action) should not restart it. Cc: Jan Kiszka Signed-off-by: Paolo Bonzini --- gdbstub.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gdbstub.c b/gdbstub.c index e80e1d3..90e