Re: [libvirt] [PATCH 2/4] Add API for loading daemon config from in-memory blob

2012-04-06 Thread Eric Blake
On 04/04/2012 08:07 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com --- Sparse on the commit message; even mentioning the name of the new API will help a later 'git log' search for the introduction of the new name. daemon/libvirtd-config.c | 67

[libvirt] [PATCH 2/4] Add API for loading daemon config from in-memory blob

2012-04-04 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com --- daemon/libvirtd-config.c | 67 +++-- daemon/libvirtd-config.h |9 -- daemon/libvirtd.c|2 +- 3 files changed, 53 insertions(+), 25 deletions(-) diff --git a/daemon/libvirtd-config.c