If the host OS is also Linux, you can use QEMU User Mode Emulation to emulate fairly quickly. Since it does not emulate hardware, Linux for ARM cannot be run. For Ubuntu / Debian, ʻapt-get install binfmt-support qemu-user-static` will automatically run Linux apps for ARM.
Increase your patience and endure the slowness
Increase your patience and endure the slowness
With qemu-system-arm -machine virt -cpu host -enable-kvm
, you can get overwhelming speed with KVM. However, the host CPU must include virtualization features such as Cortex A15.
With qemu-system-aarch64 -machine virt -cpu host -enable-kvm
, you can achieve overwhelming speedup with KVM.
With qemu-system-aarch64 -machine virt -cpu host, aarch64 = off -enable-kvm
, you can overwhelmingly speed up with KVM. ** When using qemu-system-arm with a 64-bit ARM CPU, high speed by KVM is not possible at present **.