Re: [libvirt] [PATCH 3/3] qemu: domain: Fix backing store terminator for non-backing local files

2017-11-30 Thread Peter Krempa
On Wed, Nov 29, 2017 at 21:29:32 -0500, John Ferlan wrote: > > > On 11/24/2017 07:21 AM, Peter Krempa wrote: > > Raw local files do not pass through the backing store detector and thus > > the code did not allocate the required backing store terminator for > > them. Previously the terminating

Re: [libvirt] [PATCH 3/3] qemu: domain: Fix backing store terminator for non-backing local files

2017-11-29 Thread John Ferlan
On 11/24/2017 07:21 AM, Peter Krempa wrote: > Raw local files do not pass through the backing store detector and thus > the code did not allocate the required backing store terminator for > them. Previously the terminating element would be formatted into the XML > since the default values used

[libvirt] [PATCH 3/3] qemu: domain: Fix backing store terminator for non-backing local files

2017-11-24 Thread Peter Krempa
Raw local files do not pass through the backing store detector and thus the code did not allocate the required backing store terminator for them. Previously the terminating element would be formatted into the XML since the default values used for the metadata allowed that. This is a regression