
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 offlineMigrate and liveMigrate?
qemu_conf.c line 364 ff
virCapsPtr qemudCapsInit(void) { struct utsname utsname; virCapsPtr caps; int i;
/* Really, this never fails - look at the man-page. */ uname (&utsname);
if ((caps = virCapabilitiesNew(utsname.machine, 0, 0)) == NULL)
virsh capabilities does not return <migration_features> Is this a bug or doesn't it matter and is a mere cosmetical issue?
That's a bug. It also doesn't specify the supported URI formats Daniel -- |: Red Hat, Engineering, London -o- http://people.redhat.com/berrange/ :| |: http://libvirt.org -o- http://virt-manager.org -o- http://ovirt.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|