Re: [libvirt] [PATCH 5/6] Introduce migration cookies to QEMU driver

2011-02-10 Thread Eric Blake
On 02/09/2011 09:58 AM, Daniel P. Berrange wrote: > The migration protocol has support for a 'cookie' parameter which > is an opaque array of bytes as far as libvirt is concerned. Drivers > may use this for passing around arbitrary extra data they might > need during migration. The QEMU driver need

[libvirt] [PATCH 5/6] Introduce migration cookies to QEMU driver

2011-02-09 Thread Daniel P. Berrange
The migration protocol has support for a 'cookie' parameter which is an opaque array of bytes as far as libvirt is concerned. Drivers may use this for passing around arbitrary extra data they might need during migration. The QEMU driver needs todo a few things: - Pass hostname/uuid to allow stric