Re: [libvirt] PATCH: 10/11: Build stateful drivers into libvirtd instead of libvirt.so

2008-10-31 Thread Daniel Veillard
On Thu, Oct 30, 2008 at 01:42:19PM +, Daniel P. Berrange wrote: > This patches changes the way some of the drivers are built. Specifically > the stateful drivers (QEMU, LXC, Network and Storage) are no longer > compiled into libvirt.so Instead they are linked directly to the libvirt > binary. T

Re: [libvirt] PATCH: 10/11: Build stateful drivers into libvirtd instead of libvirt.so

2008-10-30 Thread Daniel P. Berrange
This patches changes the way some of the drivers are built. Specifically the stateful drivers (QEMU, LXC, Network and Storage) are no longer compiled into libvirt.so Instead they are linked directly to the libvirt binary. They could only ever be executed as part of the daemon, and we had code check