[Bug 1915063] Re: Windows 10 wil not install using qemu-system-x86_64

2025-04-19 Thread Jürg Häfliger
** Tags added: kernel-daily-bug -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1915063 Title: Windows 10 wil not install using qemu-system-x86_64 Status in QEMU: Fix Released Status in linux pack

[Bug 1915063] Re: Windows 10 wil not install using qemu-system-x86_64

2021-05-14 Thread Thomas Huth
The patch for QEMU that has been mentioned in comment #38 has been merged already, so I'm marking this as Fix-Released there. ** Changed in: qemu Status: New => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. http

[Bug 1915063] Re: Windows 10 wil not install using qemu-system-x86_64

2021-04-12 Thread Andy Whitcroft
The commit in question is marked for stable: commit 841c2be09fe4f495fe5224952a419bd8c7e5b455 Author: Maxim Levitsky Date: Wed Jul 8 14:57:31 2020 +0300 kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the host To avoid complex and in some cases incorrect logic

[Bug 1915063] Re: Windows 10 wil not install using qemu-system-x86_64

2021-04-08 Thread Christian Ehrhardt 
Thanks @Babu for the clarifications! I really hope that the qemu patch makes it in v6.0 - then I can better consider picking it up as backport for qemu (already have a bug about that in bug 1921754 - therefore I'm setting the qemu task here as invalid) The last step I can provide for the kernel

[Bug 1915063] Re: Windows 10 wil not install using qemu-system-x86_64

2021-04-08 Thread Christian Ehrhardt 
David used "5.6.0-1042.46-oem", the closest I had was "5.6.0-1052-oem" so I tried that one. With that my win10 install immediately crashed into the reported issue. So to summarize: 1. I can reproduce it 2. Chances are high that it is fixed by kernel commit 841c2be0 "kvm: x86: replace kvm_spec_ct

[Bug 1915063] Re: Windows 10 wil not install using qemu-system-x86_64

2021-04-08 Thread Babu Moger
@Christian, Yes. This following patch fixes the problem https://lists.gnu.org/archive/html/qemu-devel/2021-03/msg01020.html I saw your ping on the patch. I am not sure why it is not picked up. I am going ping them today. >If I might ask - how does the kernel fix you referenced interact with th

[Bug 1915063] Re: Windows 10 wil not install using qemu-system-x86_64

2021-04-08 Thread Christian Ehrhardt 
Finally I'm able to test on a Threadripper myself now. Note: In regard to the commit that Babu identified - I'm on kernel 5.10.0-1020-oem so that patch would be applied already. I need to find an older kernel to retry with that as well (on that new kernel) I did a full Win10 install and it worked

[Bug 1915063] Re: Windows 10 wil not install using qemu-system-x86_64

2021-04-08 Thread Christian Ehrhardt 
Thanks Babu/Igor for chiming in! @Babu That exposed STIBP but not IBRS - isn't that what you tried to solve (for userspace) in qemu via a v2 for the Rome chips? => https://lists.gnu.org/archive/html/qemu-devel/2021-03/msg01020.html I was recently pinging that, as it wasn't merged into the qemu 6

[Bug 1915063] Re: Windows 10 wil not install using qemu-system-x86_64

2021-04-07 Thread Babu Moger
I remember seeing something similar before. This was supposed to be fixed by the linux kernel commit. commit 841c2be09fe4f495fe5224952a419bd8c7e5b455 Author: Maxim Levitsky Date: Wed Jul 8 14:57:31 2020 +0300 kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the host # git descr

Re: [Bug 1915063] Re: Windows 10 wil not install using qemu-system-x86_64

2021-04-07 Thread Igor Mammedov
On Wed, 07 Apr 2021 13:00:23 - David Ober <1915...@bugs.launchpad.net> wrote: > I have not done any of what you are asking so not exactly sure how to > change those values, been looking and reading but not finding what I > want so thought it might be better to just ask how to do what yo are >

[Bug 1915063] Re: Windows 10 wil not install using qemu-system-x86_64

2021-04-07 Thread David Ober
I have not done any of what you are asking so not exactly sure how to change those values, been looking and reading but not finding what I want so thought it might be better to just ask how to do what yo are asking. I did try CPU type EPYC and that did get past the error I am seeing on install --

Re: [Bug 1915063] Re: Windows 10 wil not install using qemu-system-x86_64

2021-04-06 Thread Igor Mammedov
On Sat, 03 Apr 2021 16:52:13 - Christian Ehrhardt  <1915...@bugs.launchpad.net> wrote: > That is awesome David, > qemu64 is like a very low common denominator with only very basic CPU > features. > While "copy host" means "enable all you can". Also it's worth to try setting real CPU topolog

[Bug 1915063] Re: Windows 10 wil not install using qemu-system-x86_64

2021-04-06 Thread Christian Ehrhardt 
Ok, so you should be able to drop these lines one by one: If that does not yet make it work, add those one by one (removing the features of the named type)

[Bug 1915063] Re: Windows 10 wil not install using qemu-system-x86_64

2021-04-06 Thread David Ober
/usr/bin/qemu-system-x86_64 kvm pc-i440fx-hirsute x86_64 efi /usr/share/OVMF/OVMF_CODE_4M.fd rom pflash yes no no EPYC-Rome AMD

[Bug 1915063] Re: Windows 10 wil not install using qemu-system-x86_64

2021-04-03 Thread Christian Ehrhardt 
That is awesome David, qemu64 is like a very low common denominator with only very basic CPU features. While "copy host" means "enable all you can". We can surely work with that a bit, but until I get access to the same HW I need you to do it. If you run in a console `$virsh domcapabilities` it

[Bug 1915063] Re: Windows 10 wil not install using qemu-system-x86_64

2021-04-01 Thread David Ober
I was playing around with this and find that if I change the Configuration under CPUs from the default (uncheck "Copy host CPU configuration") and select qemu64 in the Model drop down box I can get it to work -- You received this bug notification because you are a member of qemu- devel-ml, which

[Bug 1915063] Re: Windows 10 wil not install using qemu-system-x86_64

2021-03-26 Thread Christian Ehrhardt 
Thanks David, I have no threadripper around atm, I think I can next week get hands on an EPYC Rome, but that isn't 100% the same. But gladly you tried this on the latest qemu 5.2 and since it is failing there as well it might be worth to also report it upstream. That is a great community which