Re: [libvirt] [PATCH 1/8] conf: domaincaps: Replace FORMAT_SINGLE macro by a function

2019-11-14 Thread Ján Tomko
On Wed, Nov 13, 2019 at 05:05:19PM +0100, Peter Krempa wrote: Introduce qemuDomainCapsFeatureFormatSimple which does exactly the same thing but it's a function. Signed-off-by: Peter Krempa --- src/conf/domain_capabilities.c | 27 --- 1 file changed, 16 insertions(+), 11

[libvirt] [PATCH 1/8] conf: domaincaps: Replace FORMAT_SINGLE macro by a function

2019-11-13 Thread Peter Krempa
Introduce qemuDomainCapsFeatureFormatSimple which does exactly the same thing but it's a function. Signed-off-by: Peter Krempa --- src/conf/domain_capabilities.c | 27 --- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/src/conf/domain_capabilities.c