Re: [libvirt] [PATCH] make consistent assumptions about libvirtd dependence

2008-09-12 Thread Richard W.M. Jones
On Thu, Sep 11, 2008 at 03:23:11PM -0400, David Lively wrote: > Hi - > Currently src/Makefile.am says that only the QEMU, LXC, and storage > drivers are dependent on libvirtd. But the driver registration code in > virInitialize wasn't registering the remote or openVz driver when > WITH_LIBVIRTD

[libvirt] [PATCH] make consistent assumptions about libvirtd dependence

2008-09-11 Thread David Lively
Hi - Currently src/Makefile.am says that only the QEMU, LXC, and storage drivers are dependent on libvirtd. But the driver registration code in virInitialize wasn't registering the remote or openVz driver when WITH_LIBVIRTD was not defined. The attached patch makes the virInitialize code consis