Re: [PATCH] qemu-kvm: Handle -no-shutodwn

2009-05-20 Thread Avi Kivity
Daniel Gollub wrote: Plain QEMU has the parameter -no-shutdown. This avoids termination of the qemu process when VM got shutdown (e.g. to still use the QEMU-Monitor with stopped VM). This parameter has no effect on qemu-kvm, today. This patch introduces identical handling, as in qemu, of

Re: [PATCH] qemu-kvm: Handle -no-shutodwn

2009-05-20 Thread Daniel Gollub
On Wednesday 20 May 2009 01:51:16 pm Avi Kivity wrote: Daniel Gollub wrote: Plain QEMU has the parameter -no-shutdown. This avoids termination of the qemu process when VM got shutdown (e.g. to still use the QEMU-Monitor with stopped VM). This parameter has no effect on qemu-kvm, today.

[PATCH] qemu-kvm: Handle -no-shutodwn

2009-05-19 Thread Daniel Gollub
Plain QEMU has the parameter -no-shutdown. This avoids termination of the qemu process when VM got shutdown (e.g. to still use the QEMU-Monitor with stopped VM). This parameter has no effect on qemu-kvm, today. This patch introduces identical handling, as in qemu, of -no-shutdown for qemu-kvm: