scripts/qemu.py: allow arches use KVM for their 32bit cousins
commit2d4e4c01b1a9f5c4f9d066cfdd3fd66542faa8bb
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 22 Jan 2019 11:49:57 +0000 (22 11:49 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 8 Feb 2019 17:32:35 +0000 (8 17:32 +0000)
treec8eca17e463e4065fe73489abbf4f0e5f6ff1341
parentddafa31fae2a6c8f884254373e550d3ca33a4945
scripts/qemu.py: allow arches use KVM for their 32bit cousins

A lot of architectures can run their 32 bit cousins on KVM so the
kvm_available function needs to be a little less restricting when
deciding if KVM is available.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
scripts/qemu.py