Re: [libvirt] [PATCH] conf: Properly parse

2017-11-09 Thread John Ferlan
On 11/08/2017 09:46 AM, Peter Krempa wrote: > The terminator would not be parsed properly since the XPath selector was > looking for an populated element, and also the code did not bother > assigning the terminating virStorageSourcePtr to the backingStore > property of the parent. > > Some

[libvirt] [PATCH] conf: Properly parse

2017-11-08 Thread Peter Krempa
The terminator would not be parsed properly since the XPath selector was looking for an populated element, and also the code did not bother assigning the terminating virStorageSourcePtr to the backingStore property of the parent. Some tests would catch it if there wasn't bigger fallout from the