
On Mon, May 18, 2009 at 01:16:09PM +0100, Daniel P. Berrange wrote:
This patches adds the missing data in the capabilities XML about the QEMU driver's migration support. Specifically it declares support for both offline and live migrate, and registers the 'tcp' URI scheme.
ACK
Daniel
diff -r 00f2e113eca8 src/qemu_conf.c --- a/src/qemu_conf.c Mon May 18 12:38:18 2009 +0100 +++ b/src/qemu_conf.c Mon May 18 13:15:33 2009 +0100 @@ -371,7 +371,7 @@ virCapsPtr qemudCapsInit(void) { uname (&utsname);
if ((caps = virCapabilitiesNew(utsname.machine, - 0, 0)) == NULL) + 1, 1)) == NULL) goto no_memory;
I have seen this somewhere but can't remember exactly, maybe on bugzilla... Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/