]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: Add support for kvm on aarch64
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 May 2019 22:08:16 +0000 (23:08 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 May 2019 14:36:16 +0000 (15:36 +0100)
commit06c473a0127f19b76d0f647b87873944add1e331
treeac6626414f29dd997dd6fe9dc3c08d2303d76ac5
parentf13788541f64774a586971ed57699e4397b38b32
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>
scripts/runqemu