diff mbox series

qemux86-64: Reduce tuning to corei7-64

Message ID 20230110142902.1464524-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series qemux86-64: Reduce tuning to corei7-64 | expand

Commit Message

Richard Purdie Jan. 10, 2023, 2:29 p.m. UTC
Much as I'd love us to use the latest tuning, we do have some autobuilder
hardware which isn't ready for this yet which breaks KVM and some qemu
user mode usage. I suspect we're not the only ones with such hardware.

Drop the tune back to corei7-64, anyone can easily customise it
themselves if they need it. We can revisit this in a year or two
as we should be ready then. It has beena  good test of the rest of the
support which all seems ready.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/conf/machine/qemux86-64.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alexander Kanavin Jan. 10, 2023, 2:31 p.m. UTC | #1
I'm sad to see this, but I can't disagree. Latest tuning can be easily
re-enabled from local.conf or distro conf.

Alex

On Tue, 10 Jan 2023 at 15:29, Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
>
> Much as I'd love us to use the latest tuning, we do have some autobuilder
> hardware which isn't ready for this yet which breaks KVM and some qemu
> user mode usage. I suspect we're not the only ones with such hardware.
>
> Drop the tune back to corei7-64, anyone can easily customise it
> themselves if they need it. We can revisit this in a year or two
> as we should be ready then. It has beena  good test of the rest of the
> support which all seems ready.
>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
>  meta/conf/machine/qemux86-64.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf
> index d355375f13c..968e3c82a2a 100644
> --- a/meta/conf/machine/qemux86-64.conf
> +++ b/meta/conf/machine/qemux86-64.conf
> @@ -9,7 +9,7 @@ PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa"
>  PREFERRED_PROVIDER_virtual/libgles3 ?= "mesa"
>
>  require conf/machine/include/qemu.inc
> -DEFAULTTUNE ?= "x86-64-v3"
> +DEFAULTTUNE ?= "corei7-64"
>  require conf/machine/include/x86/tune-x86-64-v3.inc
>  require conf/machine/include/x86/qemuboot-x86.inc
>
> --
> 2.37.2
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#175714): https://lists.openembedded.org/g/openembedded-core/message/175714
> Mute This Topic: https://lists.openembedded.org/mt/96177763/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf
index d355375f13c..968e3c82a2a 100644
--- a/meta/conf/machine/qemux86-64.conf
+++ b/meta/conf/machine/qemux86-64.conf
@@ -9,7 +9,7 @@  PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa"
 PREFERRED_PROVIDER_virtual/libgles3 ?= "mesa"
 
 require conf/machine/include/qemu.inc
-DEFAULTTUNE ?= "x86-64-v3"
+DEFAULTTUNE ?= "corei7-64"
 require conf/machine/include/x86/tune-x86-64-v3.inc
 require conf/machine/include/x86/qemuboot-x86.inc