Re: [Qemu-devel] [PATCH] Fix termination by signal with -no-shutdown

2011-09-16 Thread Anthony Liguori
On 09/14/2011 08:38 AM, Kevin Wolf wrote: On signals such as SIGTERM qemu should exit instead of just stopping the VM even with -no-shutdown. Signed-off-by: Kevin Wolf Applied. Thanks. Regards, Anthony Liguori --- vl.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff

[Qemu-devel] [PATCH] Fix termination by signal with -no-shutdown

2011-09-14 Thread Kevin Wolf
On signals such as SIGTERM qemu should exit instead of just stopping the VM even with -no-shutdown. Signed-off-by: Kevin Wolf --- vl.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/vl.c b/vl.c index b773d2f..0c2fc3f 100644 --- a/vl.c +++ b/vl.c @@ -1296,6 +1296,7 @@ vo