Re: [RFC PATCH 19/43] qemuxml2xmltest: Always include basic set of capabilities

2021-04-12 Thread Pavel Hrdina
On Fri, Apr 09, 2021 at 04:56:55PM +0200, Peter Krempa wrote: > Use virQEMUCapsInitQMPBasicArch to add the basic set of capabilities > which all qemu versions will get. > > Signed-off-by: Peter Krempa > --- > tests/qemuxml2xmltest.c | 22 ++ > 1 file changed, 22 insertions(+)

[RFC PATCH 19/43] qemuxml2xmltest: Always include basic set of capabilities

2021-04-09 Thread Peter Krempa
Use virQEMUCapsInitQMPBasicArch to add the basic set of capabilities which all qemu versions will get. Signed-off-by: Peter Krempa --- tests/qemuxml2xmltest.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/tests/qemuxml2xmltest.c b/tests/qemuxml2xmltest.c index c7030