Re: [libvirt] [PATCH v2] daemon: add option to read host uuid from /etc/machine-id

2016-05-02 Thread Cole Robinson
On 05/02/2016 08:30 AM, Nikolay Shirokovskiy wrote: > Daemon config parameter switch between reading host uuid > either from smbios or machine-id: > > host_uuid_source = "smbios|machine-id" > > Signed-off-by: Nikolay Shirokovskiy > --- > > difference from version 1: > > * move file reading fun

[libvirt] [PATCH v2] daemon: add option to read host uuid from /etc/machine-id

2016-05-02 Thread Nikolay Shirokovskiy
Daemon config parameter switch between reading host uuid either from smbios or machine-id: host_uuid_source = "smbios|machine-id" Signed-off-by: Nikolay Shirokovskiy --- difference from version 1: * move file reading function to virfile.c and generalize it * change comments and documentation a