From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@bugzilla.kernel.org
Subject: [Bug 53361] New: Wrong CPUID data returned by KVM
Date: Sat, 2 Feb 2013 20:22:32 +0000 (UTC)
Message-ID:
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
To: kvm@vger.kernel.org
Return-path:
Received: from mail.kernel.org ([198.145.19.201]:48949 "EHLO mail.kernel.org"
rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP
id S1758081Ab3BBUWf (ORCPT );
Sat, 2 Feb 2013 15:22:35 -0500
Received: from mail.kernel.org (localhost [127.0.0.1])
by mail.kernel.org (Postfix) with ESMTP id 9CD1620263
for ; Sat, 2 Feb 2013 20:22:34 +0000 (UTC)
Received: from bugzilla.kernel.org (bugzilla.kernel.org [198.145.19.217])
by mail.kernel.org (Postfix) with ESMTP id 39B942025D
for ; Sat, 2 Feb 2013 20:22:33 +0000 (UTC)
Sender: kvm-owner@vger.kernel.org
List-ID:
https://bugzilla.kernel.org/show_bug.cgi?id=53361
Summary: Wrong CPUID data returned by KVM
Product: Virtualization
Version: unspecified
Kernel Version: 3.2.0-37
Platform: All
OS/Version: Linux
Tree: Mainline
Status: NEW
Severity: normal
Priority: P1
Component: kvm
AssignedTo: virtualization_kvm@kernel-bugs.osdl.org
ReportedBy: kaloqn.ganchev@gmail.com
Regression: No
When booted like this
kvm -cpu core2duo,+xsave -enable-kvm -m 8192 -drive file=freebsd-9.1-qcow2.img
-boot d -net nic -net user -nographic -vnc :0 -cdrom
./isos/FreeBSD-9.1-RELEASE-amd64-disc1.iso
Freebsd crash immediately after the loader with error;
CPU0 does not support X87 or SSE2 : 0
Without the xsave instruction the FreeBSD boot as expected.
I had response from the FreeBSD developers that CPUID should return presence
of the FPU extensions and since long mode capable CPU , X87 and SSE2 should be
present according to Unix amd64 ABI .
It seems this is not the case when xsave flag is set.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.