Re: [libvirt] [PATCH 8/8] qemu: domcaps: Simplify adding new domaincaps based on qemu caps

2019-11-14 Thread Ján Tomko
On Wed, Nov 13, 2019 at 05:05:26PM +0100, Peter Krempa wrote: Add a helper which converts qemu emulator capabilities to the domain capability XML. This will simplify future additions of new features. Signed-off-by: Peter Krempa --- src/qemu/qemu_capabilities.c | 39

[libvirt] [PATCH 8/8] qemu: domcaps: Simplify adding new domaincaps based on qemu caps

2019-11-13 Thread Peter Krempa
Add a helper which converts qemu emulator capabilities to the domain capability XML. This will simplify future additions of new features. Signed-off-by: Peter Krempa --- src/qemu/qemu_capabilities.c | 39 ++-- 1 file changed, 28 insertions(+), 11 deletions(-)