Re: [PATCH] qemu-kvm: Process exit requests in kvm loop

2010-05-05 Thread Avi Kivity
On 05/04/2010 12:28 PM, Jan Kiszka wrote: This unbreaks the monitor quit command for qemu-kvm. Applied, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to

[PATCH] qemu-kvm: Process exit requests in kvm loop

2010-05-04 Thread Jan Kiszka
This unbreaks the monitor quit command for qemu-kvm. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- qemu-kvm.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/qemu-kvm.c b/qemu-kvm.c index 91f0222..43d599d 100644 --- a/qemu-kvm.c +++ b/qemu-kvm.c @@ -2047,6