Re: [RFC PATCH 17/43] qemuxml2argvtest: Rewrite parsing of XMLs to provide earlier parsing

2021-04-12 Thread Pavel Hrdina
On Fri, Apr 09, 2021 at 04:56:53PM +0200, Peter Krempa wrote: > In upcoming patches we'll need to parse a certain bit of XML before > calling the full XML parser. This effectively open-codes what > virDomainDefParseFile to reach virDomainDefParseNode. > > Signed-off-by: Peter Krempa > --- > test

[RFC PATCH 17/43] qemuxml2argvtest: Rewrite parsing of XMLs to provide earlier parsing

2021-04-09 Thread Peter Krempa
In upcoming patches we'll need to parse a certain bit of XML before calling the full XML parser. This effectively open-codes what virDomainDefParseFile to reach virDomainDefParseNode. Signed-off-by: Peter Krempa --- tests/qemuxml2argvtest.c | 24 +--- 1 file changed, 21 inser