Re: [libvirt] [PATCHv2 23/62] conf: domain: Format out user provided backing chains in XML

2018-08-15 Thread Ján Tomko
On Mon, Aug 13, 2018 at 05:59:57PM +0200, Peter Krempa wrote: If a user configures the backing chain in the XML we should not ignore it. We already do parse it but don't format it out. As a safety-precaution don't attempt to format detected chain into the inactive XML. Signed-off-by: Peter Kremp

[libvirt] [PATCHv2 23/62] conf: domain: Format out user provided backing chains in XML

2018-08-13 Thread Peter Krempa
If a user configures the backing chain in the XML we should not ignore it. We already do parse it but don't format it out. As a safety-precaution don't attempt to format detected chain into the inactive XML. Signed-off-by: Peter Krempa --- src/conf/domain_conf.c | 8