[libvirt] [PATCH] daemon: Fix driver registration ordering

2014-08-15 Thread Michal Privoznik
There are some stateless drivers which implement subdrivers (typically vbox and its own network and storage subdrivers). However, as of ba5f3c7c8ecc10 the vbox driver lives in the daemon, not the client library. This means, in order for vbox (or any stateless domain driver) to use its subdrivers,

Re: [libvirt] [PATCH] daemon: Fix driver registration ordering

2014-08-15 Thread Martin Kletzander
On Fri, Aug 15, 2014 at 01:17:37PM +0200, Michal Privoznik wrote: There are some stateless drivers which implement subdrivers (typically vbox and its own network and storage subdrivers). However, as of ba5f3c7c8ecc10 the vbox driver lives in the daemon, not the client library. This means, in