From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0S98-0000MF-5a for qemu-devel@nongnu.org; Thu, 23 Feb 2012 01:27:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0S92-0007yl-TD for qemu-devel@nongnu.org; Thu, 23 Feb 2012 01:27:18 -0500 Received: from mailpro.odiso.net ([89.248.209.98]:55949) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0S92-0007x0-Ju for qemu-devel@nongnu.org; Thu, 23 Feb 2012 01:27:12 -0500 Received: from localhost (localhost [127.0.0.1]) by mailpro.odiso.net (Postfix) with ESMTP id DDEBF1803F7F1 for ; Thu, 23 Feb 2012 07:27:00 +0100 (CET) Received: from mailpro.odiso.net ([127.0.0.1]) by localhost (mailpro.odiso.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YkbNqksDIKH1 for ; Thu, 23 Feb 2012 07:26:55 +0100 (CET) Received: from mailpro.odiso.net (mailpro.odiso.net [10.1.31.112]) by mailpro.odiso.net (Postfix) with ESMTP id 97FFE1802625B for ; Thu, 23 Feb 2012 07:26:55 +0100 (CET) Date: Thu, 23 Feb 2012 07:26:55 +0100 (CET) From: Alexandre DERUMIER Message-ID: <4fd08647-02d4-4dfd-843f-34d92af2a5ff@mailpro> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [Qemu-devel] Westmere cpu : guest win7 x64 doesn't boot with -cpu host (cpu level problem) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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