Re: [PATCH] new monitor func status

2008-12-15 Thread Philipp Wehrheim
Ill send the patch to the qemu-devel list thanks Avi Kivity schrieb: > Philipp Wehrheim wrote: >> Hey, >> >> attached is a small patch that adds the new info subcommand - status. >> >> The status indicates if the VM is running or paused this info makes >

[PATCH] new monitor func status

2008-12-15 Thread Philipp Wehrheim
Hey, attached is a small patch that adds the new info subcommand - status. The status indicates if the VM is running or paused this info makes life for (stateless) KVM frontends easier. Since the info is available inside kvm why not make it available? Please consider applying. flip -- diff --g

KVM live migration syntax

2008-12-08 Thread Philipp Wehrheim
Hey, I lately tried to live migrate a VM but had to find out that the syntax shown in the KVM examples and the actual syntax expected by the code do not match. from the Wiki: tcp:// migration protocol But the code says (kvm-79/qemu/migration.c): void qemu_start_incoming