You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
boot-qemu.py: Eliminate _can_use_kvm() for arm64 and x86
The subclasses of QEMURunner can just initialize use_kvm in their
constructors.
ARMV7QEMURunner continues to use a separate method for initialization of
use_kvm because of the check for 32-bit EL1.
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
0 commit comments