qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Westmere cpu : guest win7 x64 doesn't boot with -cpu host (


From: Alexandre DERUMIER
Subject: [Qemu-devel] Westmere cpu : guest win7 x64 doesn't boot with -cpu host (cpu level problem)
Date: Thu, 23 Feb 2012 07:26:58 +0100 (CET)

Hi,
I'm developper on the proxmox distribution.

We are using kvm git, and one of our user can't boot guest win7x64 
with -cpu host. (but it's working with linux guest).

It's working fine with -cpu host,level=9

but not with -cpu host,level=10 or level=11.


We also try with new Westermere cpudefs in target-x86_64.conf 
(see redhat patches from february 2012)

[cpudef]
   name = "Westmere"
   level = "11"
   vendor = "GenuineIntel"
   family = "6"
   model = "44"
   stepping = "1"
   feature_edx = "sse2 sse fxsr mmx clflush pse36 pat cmov mca pge mtrr sep 
apic cx8 mce pae msr tsc pse de fpu"
   feature_ecx = "aes popcnt sse4.2 sse4.1 cx16 ssse3 sse3"
   extfeature_edx = "i64 syscall xd"
   extfeature_ecx = "lahf_lm"
   xlevel = "0x8000000A"
   model_id = "Westmere E56xx/L56xx/X56xx (Nehalem-C)"


That also doesn't without change level < 10.

User also report that "-cpu host" was working fine with qemu 0.15.

I see that other intel cpudefs in target-x86_64.conf have level=2, maybe does 
it need to be the same for westmere ?

Best Regards,

Alexandre Derumier



reply via email to

[Prev in Thread] Current Thread [Next in Thread]