Re: [libvirt] [PATCH 1/3] Persist qemu capabilities in the domain status file

2011-05-04 Thread Eric Blake
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

[libvirt] [PATCH 1/3] Persist qemu capabilities in the domain status file

2011-05-04 Thread Daniel P. Berrange
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/