Re: [libvirt] [PATCH 6/8] qemu: domcaps: Initialize all features

2019-11-14 Thread Ján Tomko
On Wed, Nov 13, 2019 at 05:05:24PM +0100, Peter Krempa wrote: While the qemu driver currently implements all domain capability features, we should initialize all features using the helper similarly to how we do it in drivers which don't support any. Signed-off-by: Peter Krempa ---

[libvirt] [PATCH 6/8] qemu: domcaps: Initialize all features

2019-11-13 Thread Peter Krempa
While the qemu driver currently implements all domain capability features, we should initialize all features using the helper similarly to how we do it in drivers which don't support any. Signed-off-by: Peter Krempa --- src/qemu/qemu_capabilities.c | 2 ++ 1 file changed, 2 insertions(+) diff