
On 05/03/2016 05:12 AM, Nikolay Shirokovskiy wrote:
difference from version 2:
* cleanup syms file * split patch into two * update libvirtd.conf augeas lens and tests
Nikolay Shirokovskiy (2): util: factor out reading file into preallocated buffer daemon: add option to read host uuid from /etc/machine-id
daemon/libvirtd-config.c | 2 ++ daemon/libvirtd-config.h | 1 + daemon/libvirtd.aug | 1 + daemon/libvirtd.c | 38 +++++++++++++++++++++++++++++++++++--- daemon/libvirtd.conf | 15 +++++++++++---- daemon/test_libvirtd.aug.in | 1 + src/libvirt_private.syms | 1 + src/util/virfile.c | 24 ++++++++++++++++++++++++ src/util/virfile.h | 2 ++ src/util/viruuid.c | 11 ++--------- 10 files changed, 80 insertions(+), 16 deletions(-)
ACK and pushed, thanks! - Cole