]> Git Repo - qemu.git/commit
python/qemu: accel: Strengthen kvm_available() checks
authorWainer dos Santos Moschetta <[email protected]>
Mon, 16 Dec 2019 19:14:36 +0000 (16:14 -0300)
committerCleber Rosa <[email protected]>
Mon, 16 Dec 2019 23:35:09 +0000 (18:35 -0500)
commit53a049d7d78e5ccf6d4c0d7b0edb18f8b999df94
tree6ce1c9ed32c2a3d4a946f6f612ba8be39e56698a
parent1650c3e3043ac7e8f16bdfb746430a106e49c18f
python/qemu: accel: Strengthen kvm_available() checks

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 <[email protected]>
Reviewed-by: Alex Bennée <[email protected]>
Reviewed-by: Cleber Rosa <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Tested-by: Cleber Rosa <[email protected]>
Message-Id: <20191216191438[email protected]>
Signed-off-by: Cleber Rosa <[email protected]>
python/qemu/accel.py
This page took 0.020385 seconds and 4 git commands to generate.