Re: [Qemu-devel] [PATCH] Introduce a -libvirt-caps flag as a stop-gap

2010-07-28 Thread Amit Shah
On (Tue) Jul 27 2010 [10:55:03], Anthony Liguori wrote: > +case QEMU_OPTION_libvirt_caps: > +printf("version: " QEMU_VERSION "\n" > + "package: " QEMU_PKGVERSION "\n" > + "caps: name,enable-kvm,no-reboot,uuid,xen-domid,drive" >

[Qemu-devel] [PATCH] Introduce a -libvirt-caps flag as a stop-gap

2010-07-27 Thread Anthony Liguori
Today libvirt parses -help output to attempt to enumerate capabilities. This is very broken and has led to multiple failures. Since libvirt is an important management interface to QEMU, we need to do a better job giving them the ability to detect what a QEMU executable supports. Right now, we ke