]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: Add support for kvm on aarch64
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Oct 2019 00:56:00 +0000 (17:56 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Oct 2019 09:48:46 +0000 (10:48 +0100)
commitacc0f4a6a99fe9367e57a5c2a4f995b6f4db4a9f
tree480002b6a514d90c488dee321784f9f3715d170e
parent20a61476a45d5116dc7081e802b2aaa0bab7e77f
runqemu: Add support for kvm on aarch64

The main issue is to make the x86 checks apply to x86 targets only. We may
end up with better checks on other architectures but this adapts the code to
allow for that and its still controlled by whether QB_CPU_KVM is set.

The code needed minor refactoring so the qemu-system-XXX name is set
earlier so the kvm code can use it.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu