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.000000000 +0200
+++ b/src/qemu_conf.c 2009-05-13 22:28:31.000000000 +0200
@@ -370,7 +370,7 @@
uname (&utsname);
if ((caps = virCapabilitiesNew(utsname.machine,
- 0, 0)) == NULL)
+ 1, 1)) == NULL)
goto no_memory;
/* Using KVM's mac prefix for QEMU too */
would look up for the URI formats too if i have some time to spare.
Hum, shouldn't we check for the version of QEmu being used first ?
If you sit on #virt it's very frequent to see people with code base
more than one year old, and we can't really expect everybody to upgrade
every 6 months. Or did I miss something ?
Daniel
--
Daniel Veillard | libxml Gnome XML XSLT toolkit
http://xmlsoft.org/
daniel(a)veillard.com | Rpmfind RPM search engine
http://rpmfind.net/
http://veillard.com/ | virtualization library
http://libvirt.org/