qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Work around misreported kvm cpuid features


From: Avi Kivity
Subject: Re: [Qemu-devel] [PATCH] Work around misreported kvm cpuid features
Date: Sun, 10 May 2009 16:17:44 +0300
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

Stuart Brady wrote:
On Sun, May 10, 2009 at 03:45:05PM +0300, Avi Kivity wrote:
These features are needed by Vista x64 to boot.

+                    ret |= 1 << 12; /* MTRR */
+                    ret |= 1 << 16; /* PAT */
+                    ret |= 1 << 7;  /* MCE */
+                    ret |= 1 << 14; /* MCA */

Just curious -- is there a reason to avoid the use of CPUID_MTRR,
CPUID_PAT, CPUID_MCE and CPUID_MCA here?

Didn't notice those.  Will send an updated patch.

--
error compiling committee.c: too many arguments to function





reply via email to

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