]> xenbits.xensource.com Git - libvirt.git/commit
Move VirtualBox driver into libvirtd
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 15 May 2013 10:31:36 +0000 (11:31 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 16 May 2013 15:28:53 +0000 (16:28 +0100)
commitba5f3c7c8ecc1037e44904916989a1c65777a9d5
tree742ef7c637bb7c009832549a5f606d5dbd34150f
parentd7d7581b034d5fe9841a13ea04034c43802ec773
Move VirtualBox driver into libvirtd

Change the build process & driver initialization so that the
VirtualBox driver is built into libvirtd, instead of libvirt.so
This change avoids the VirtualBox GPLv2-only license causing
compatibility problems with libvirt.so which is under the
GPLv2-or-later license.

NB this change prevents use of the VirtualBox driver on the
Windows platform, until such time as libvirtd can be made
to work there.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
daemon/libvirtd.c
docs/drvvbox.html.in
src/Makefile.am
src/libvirt.c