On 12/21/13 05:03, Adam Walters wrote:
This patch adds the config driver hooks and moves the secret driver
hook definitions higher on the list. The secret driver move isn't strictly needed, but
the comments state that these should be in preferred load order. Since other drivers might
utilize the secret driver, it makes sense to have it loaded earlier in the startup
sequence.
The change of module order looks okay to me but it should be split out
into a separate patch. The loading of the config driver can then be
squashed in the patch dealing with configure/makefile.
Signed-off-by: Adam Walters <adam(a)pandorasboxen.com>
---
daemon/libvirtd.c | 21 +++++++++++++++------
1 file changed, 15 insertions(+), 6 deletions(-)
Peter