Re: [libvirt] [PATCH 5/9] conf: snapshot: dump/parse persistent domain config

2018-12-20 Thread John Ferlan
On 12/13/18 3:03 AM, Nikolay Shirokovskiy wrote: > Persistent in this case is a persistent config of active of the active > persistent domain. We need it for metadata to be complete > as explained in previous patch. Hence why I think the two should be combined. > > Config is saved like this

[libvirt] [PATCH 5/9] conf: snapshot: dump/parse persistent domain config

2018-12-13 Thread Nikolay Shirokovskiy
Persistent in this case is a persistent config of active persistent domain. We need it for metadata to be complete as explained in previous patch. Config is saved like this: ... Signed-off-by: Nikolay Shirokovskiy --- src/conf/snapshot_conf.c |