Re: [libvirt] [PATCH] qemu: Do not require hostuuid in migration cookie

2012-10-26 Thread Jiri Denemark
On Tue, Oct 23, 2012 at 09:54:50 -0600, Eric Blake wrote: > On 10/23/2012 09:22 AM, Daniel P. Berrange wrote: > > On Fri, Oct 19, 2012 at 04:31:44PM +0200, Jiri Denemark wrote: > >> Having hostuuid in migration cookie is a nice bonus since it provides an > >> easy way of detecting migration to the

Re: [libvirt] [PATCH] qemu: Do not require hostuuid in migration cookie

2012-10-23 Thread Eric Blake
On 10/23/2012 09:22 AM, Daniel P. Berrange wrote: > On Fri, Oct 19, 2012 at 04:31:44PM +0200, Jiri Denemark wrote: >> Having hostuuid in migration cookie is a nice bonus since it provides an >> easy way of detecting migration to the same host. However, requiring it >> breaks backward compatibility

Re: [libvirt] [PATCH] qemu: Do not require hostuuid in migration cookie

2012-10-23 Thread Daniel P. Berrange
On Fri, Oct 19, 2012 at 04:31:44PM +0200, Jiri Denemark wrote: > Having hostuuid in migration cookie is a nice bonus since it provides an > easy way of detecting migration to the same host. However, requiring it > breaks backward compatibility with older libvirt releases. Really ? I think I had t

Re: [libvirt] [PATCH] qemu: Do not require hostuuid in migration cookie

2012-10-19 Thread Jiri Denemark
On Fri, Oct 19, 2012 at 16:53:38 +0200, Michal Privoznik wrote: > On 19.10.2012 16:31, Jiri Denemark wrote: > > Having hostuuid in migration cookie is a nice bonus since it provides an > > easy way of detecting migration to the same host. However, requiring it > > breaks backward compatibility with

Re: [libvirt] [PATCH] qemu: Do not require hostuuid in migration cookie

2012-10-19 Thread Michal Privoznik
On 19.10.2012 16:31, Jiri Denemark wrote: > Having hostuuid in migration cookie is a nice bonus since it provides an > easy way of detecting migration to the same host. However, requiring it > breaks backward compatibility with older libvirt releases. > --- > src/qemu/qemu_migration.c | 31 +++

[libvirt] [PATCH] qemu: Do not require hostuuid in migration cookie

2012-10-19 Thread Jiri Denemark
Having hostuuid in migration cookie is a nice bonus since it provides an easy way of detecting migration to the same host. However, requiring it breaks backward compatibility with older libvirt releases. --- src/qemu/qemu_migration.c | 31 --- 1 file changed, 16 inserti