]> code.ossystems Code Review - openembedded-core.git/commit
qemu: use 4 cores in qemu guests
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 7 May 2021 20:16:07 +0000 (22:16 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 May 2021 17:09:03 +0000 (18:09 +0100)
commit56f98d12a79585a4d4c459160f39403e05b620a5
tree59a7f615256647b20129813278ba302d75b1564a
parentd10b62f54c6e0f19af02bab024680462d9e4418a
qemu: use 4 cores in qemu guests

Each of the cores is mapped to a thread on the host, this
should speed up things inside qemu which can take advantage of that.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/qemuboot.bbclass
scripts/runqemu