]> code.ossystems Code Review - openembedded-core.git/commit
qemumips: use 34Kf-64tlb CPU emulation
authorVictor Kamensky <kamensky@cisco.com>
Wed, 7 Oct 2020 20:38:38 +0000 (13:38 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 Oct 2020 10:28:54 +0000 (11:28 +0100)
commit6a9568401cbf8bed89d1f63dae61a07a83a20b50
treed3884e335b449a7458a9a0ec324cc55b4a8e60a7
parent4470a04943352224955f17e004962f0f9e1c9b0c
qemumips: use 34Kf-64tlb CPU emulation

In order to improve performance of qemumips autobuilder
test runs, let's use 34Kf-64tlb cpu type that was introduced
in OE version of qemu. 34Kf-64tlb cpu type is identical to
34Kf but it has 64 TLBs configure vs original 16 TLBs.

The change in number of TLBs in emulated CPU reduces
TLB trash and reduces number of times TLB refill kernel
code runs, and therefore siginificantly improves tests
execution time.

Note 34Kf-64tlb qemu cpu type does not exist in upstream,
so far it is added as patch in OE. See qemu 34Kf-64tlb
cpu addition commit for more details.

Fixes https://bugzilla.yoctoproject.org/show_bug.cgi?id=13992

Signed-off-by: Victor Kamensky <kamensky@cisco.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/qemumips.conf