Re: [PATCH 3/4] python/qemu: accel: Strengthen kvm_available() checks

2019-12-03 Thread Alex Bennée
Wainer dos Santos Moschetta writes: > Currently kvm_available() checks for the presence of kvm module > and, if target and host arches don't mismatch. This patch adds > an 3rd checking: if QEMU binary was compiled with kvm > support. > > Signed-off-by: Wainer dos Santos Moschetta Reviewed-by:

[PATCH 3/4] python/qemu: accel: Strengthen kvm_available() checks

2019-11-15 Thread Wainer dos Santos Moschetta
Currently kvm_available() checks for the presence of kvm module and, if target and host arches don't mismatch. This patch adds an 3rd checking: if QEMU binary was compiled with kvm support. Signed-off-by: Wainer dos Santos Moschetta --- python/qemu/accel.py | 27 +-- 1 fi