kadir yĆ¼ceer
2011-Mar-16 10:08 UTC
[libvirt-users] With which VMM ,libvirt cooperates the most?
Hi all, I'm trying to develop some applications that communicate with VMM about guest OSs. Libvirt has drivers for many VMMs like Qemu, Vbox, etc. I'm currently using Vbox and time to time I get the error that says "this function is not supported by the connection driver". So, for which VMM, libvirt has the most compatible driver, regarding your experiences? Kind regards Kadir -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20110316/1a61b754/attachment.htm>
Laine Stump
2011-Mar-16 16:07 UTC
[libvirt-users] With which VMM ,libvirt cooperates the most?
On 03/16/2011 06:08 AM, kadir y?ceer wrote:> Hi all, > > I'm trying to develop some applications that communicate with VMM > about guest OSs. Libvirt has drivers for many VMMs like Qemu, Vbox, > etc. I'm currently using Vbox and time to time I get the error that > says "this function is not supported by the connection driver". > > So, for which VMM, libvirt has the most compatible driver, regarding > your experiences?It seems like the most activity centers around KVM/Qemu, and to a lesser extent Xen, but there is certainly work going on for the Vbox, LXC and VMWare ports. A lot depends on what your host platform supports best. (Personally everything I do is really done with KVM/Qemu in mind).