]> code.ossystems Code Review - openembedded-core.git/commit
oeqa: QEMU_USE_KVM can list machines
authorPatrick Ohly <patrick.ohly@intel.com>
Mon, 27 Mar 2017 13:03:23 +0000 (15:03 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Mar 2017 07:41:08 +0000 (08:41 +0100)
commitd5421dd00b9cf785fa77e77c6c739e8bd8822fa3
treee08f4f8e452625676a995cc8d78930dec6dd0332
parent44fe106baf5fd5aebe26c5f28004e2b18d839b7c
oeqa: QEMU_USE_KVM can list machines

Previously, QEMU_USE_KVM=True enabled the use of kvm only when "x86"
was in the MACHINE name. That is too limiting, because for example
intel-corei7-64 can also use kvm but it wasn't possible to enable that
without changing OE-core.

That traditional usage is still supported. In addition, QEMU_USE_KVM
can be set to a list of space-separated MACHINE names for which kvm is
to be enabled.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/testimage.bbclass
meta/lib/oeqa/targetcontrol.py