Re: [OE-core] [PATCH] qemux86-64: Allow higher tunes

2022-12-09 Thread Alexander Kanavin
On Thu, 11 Aug 2022 at 18:42, Mittal, Anuj wrote: > > On Thu, 2022-08-11 at 17:51 +0200, Alexander Kanavin wrote: > > You won't get AVX or > > anything newer, which requires adding these instructions to qemu > > usermode (a project I'd like to do if I had the time). > >

Re: [OE-core] [PATCH] qemux86-64: Allow higher tunes

2022-08-11 Thread Anuj Mittal
On Thu, 2022-08-11 at 17:51 +0200, Alexander Kanavin wrote: > You won't get AVX or > anything newer, which requires adding these instructions to qemu > usermode (a project I'd like to do if I had the time). https://lore.kernel.org/all/20220418173904.3746036-1-p...@nowt.org/ I didn't notice any

Re: [OE-core] [PATCH] qemux86-64: Allow higher tunes

2022-08-11 Thread Alexander Kanavin
On Thu, 11 Aug 2022 at 18:04, Tom Rini wrote: > > This is less useful than it may seem, and merely moves the supported > > CPU from circa-2006 core 2 to circa-2008 core i7. You won't get AVX or > > anything newer, which requires adding these instructions to qemu > > usermode (a project I'd like

Re: [OE-core] [PATCH] qemux86-64: Allow higher tunes

2022-08-11 Thread Tom Rini
On Thu, Aug 11, 2022 at 05:51:52PM +0200, Alexander Kanavin wrote: > This is less useful than it may seem, and merely moves the supported > CPU from circa-2006 core 2 to circa-2008 core i7. You won't get AVX or > anything newer, which requires adding these instructions to qemu > usermode (a

Re: [OE-core] [PATCH] qemux86-64: Allow higher tunes

2022-08-11 Thread Alexander Kanavin
This is less useful than it may seem, and merely moves the supported CPU from circa-2006 core 2 to circa-2008 core i7. You won't get AVX or anything newer, which requires adding these instructions to qemu usermode (a project I'd like to do if I had the time). Alex On Thu, 11 Aug 2022 at 17:40,

[OE-core] [PATCH] qemux86-64: Allow higher tunes

2022-08-11 Thread Tom Rini
Back in 0be64e54a0e6 ("qemux86: Allow higher tunes") we moved the qemux86 machine to using the core-i7 tune file, for maximum flexibility and to allow for enabling advanced processor features if desired or required by various packagess, without changing the default tune. Do the same now for