Re: [libvirt] [PATCHv2] Deprecate QEMU_CAPS_NESTING

2018-05-08 Thread John Ferlan
On 05/07/2018 04:38 AM, Ján Tomko wrote: > Unused since commit . > > Signed-off-by: Ján Tomko > --- > v2: also delete the hasHwVirt variable as well as the whole 'svm' > checking > > src/qemu/qemu_capabilities.h | 2 +- > src/qemu/qemu_command.c | 24 > 2 files

[libvirt] [PATCHv2] Deprecate QEMU_CAPS_NESTING

2018-05-07 Thread Ján Tomko
Unused since commit . Signed-off-by: Ján Tomko --- v2: also delete the hasHwVirt variable as well as the whole 'svm' checking src/qemu/qemu_capabilities.h | 2 +- src/qemu/qemu_command.c | 24 2 files changed, 1 insertion(+), 25 deletions(-) diff --git a/src/qemu