On 05/04/2011 07:49 AM, Daniel P. Berrange wrote:
> To cope with the QEMU binary being changed while a VM is running,
> it is neccessary to persist the original qemu capabilities at the
> time the VM is booted.
Yay! About time.
> @@ -1986,13 +1984,16 @@ qemuProcessReconnect(void *payload, const v
To cope with the QEMU binary being changed while a VM is running,
it is neccessary to persist the original qemu capabilities at the
time the VM is booted.
* src/qemu/qemu_capabilities.c, src/qemu/qemu_capabilities.h: Add
an enum for a string rep of every capability
* src/qemu/qemu_domain.c, src/