[libvirt] [PATCH 0/4] Test status XML formatting and parsing

2015-03-24 Thread Peter Krempa
A recent bug showed that the status XML parsing is not tested. Add test cases based on existing tests in the XML-2-XML test to excercise the parser. Additionally this series fixes also a memleak of the domain device alias list. Peter Krempa (4): qemu: domain: Don't leak device alias list util

Re: [libvirt] [PATCH 0/4] Test status XML formatting and parsing

2015-03-25 Thread Martin Kletzander
On Tue, Mar 24, 2015 at 03:03:19PM +0100, Peter Krempa wrote: A recent bug showed that the status XML parsing is not tested. Add test cases based on existing tests in the XML-2-XML test to excercise the parser. Additionally this series fixes also a memleak of the domain device alias list. Peter