Re: [libvirt] PATCH: Enable migration with QEMU >= 0.10.0

2009-05-18 Thread Gerrit Slomma
Daniel Veillard schrieb: haha, now I remember where I had seen it :-) (...) Daniel hehe ...the patch also answers my question. -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] PATCH: Enable migration with QEMU >= 0.10.0

2009-05-18 Thread Daniel Veillard
On Fri, May 15, 2009 at 10:26:57AM +0100, Daniel P. Berrange wrote: > On Fri, May 15, 2009 at 10:40:55AM +0200, Daniel Veillard wrote: > > On Thu, May 14, 2009 at 09:28:04PM +0200, Gerrit Slomma wrote: > > > > > > So could this patch for the now be applied? > > > > > > --- a/src/qemu_conf.c 2009-04

Re: [libvirt] PATCH: Enable migration with QEMU >= 0.10.0

2009-05-15 Thread Daniel P. Berrange
On Fri, May 15, 2009 at 10:40:55AM +0200, Daniel Veillard wrote: > On Thu, May 14, 2009 at 09:28:04PM +0200, Gerrit Slomma wrote: > > > > So could this patch for the now be applied? > > > > --- a/src/qemu_conf.c 2009-04-20 11:08:15.0 +0200 > > +++ b/src/qemu_conf.c 2009-05-13 22:28:31.0

Re: [libvirt] PATCH: Enable migration with QEMU >= 0.10.0

2009-05-15 Thread Daniel Veillard
On Thu, May 14, 2009 at 09:28:04PM +0200, Gerrit Slomma wrote: > > So could this patch for the now be applied? > > --- a/src/qemu_conf.c 2009-04-20 11:08:15.0 +0200 > +++ b/src/qemu_conf.c 2009-05-13 22:28:31.0 +0200 > @@ -370,7 +370,7 @@ > uname (&utsname); > > if ((caps = virCapab

Re: [libvirt] PATCH: Enable migration with QEMU >= 0.10.0

2009-05-14 Thread Gerrit Slomma
Daniel P. Berrange schrieb: On Wed, May 13, 2009 at 10:43:39PM +0200, Gerrit Slomma wrote: Daniel P. Berrange schrieb: The KVM migration code was added to QEMU for the 0.10.0 release, so we should enable this in libvirt now. Daniel Hello Why is in qemu_conf.c caps initialized

Re: [libvirt] PATCH: Enable migration with QEMU >= 0.10.0

2009-05-14 Thread Daniel P. Berrange
On Wed, May 13, 2009 at 10:43:39PM +0200, Gerrit Slomma wrote: > Daniel P. Berrange schrieb: > >The KVM migration code was added to QEMU for the 0.10.0 release, so we > >should enable this in libvirt now. > > > >Daniel > > Hello > > Why is in qemu_conf.c caps initialized with 0 for offlineMigrat

Re: [libvirt] PATCH: Enable migration with QEMU >= 0.10.0

2009-05-13 Thread Gerrit Slomma
Daniel P. Berrange schrieb: The KVM migration code was added to QEMU for the 0.10.0 release, so we should enable this in libvirt now. Daniel Hello Why is in qemu_conf.c caps initialized with 0 for offlineMigrate and liveMigrate? qemu_conf.c line 364 ff virCapsPtr qemudCapsInit(void) { st

Re: [libvirt] PATCH: Enable migration with QEMU >= 0.10.0

2009-05-06 Thread Daniel Veillard
On Thu, Apr 30, 2009 at 03:09:05PM +0100, Daniel P. Berrange wrote: > The KVM migration code was added to QEMU for the 0.10.0 release, so we > should enable this in libvirt now. Oh, right, ACK, Grepping for TODO and XXX in */*.c gives an impressibve list ... Daniel -- Daniel Veillard |

[libvirt] PATCH: Enable migration with QEMU >= 0.10.0

2009-04-30 Thread Daniel P. Berrange
The KVM migration code was added to QEMU for the 0.10.0 release, so we should enable this in libvirt now. Daniel diff -r be7993675e07 src/qemu_conf.c --- a/src/qemu_conf.c Thu Apr 30 14:49:27 2009 +0100 +++ b/src/qemu_conf.c Thu Apr 30 15:08:45 2009 +0100 @@ -473,16 +473,13 @@ int qemudExtra