KVM: Fix cpuid feature misreporting
authorAvi Kivity <avi@redhat.com>
Sun, 10 May 2009 08:41:39 +0000 (11:41 +0300)
committerAvi Kivity <avi@redhat.com>
Wed, 10 Jun 2009 08:48:52 +0000 (11:48 +0300)
MTRR, PAT, MCE, and MCA are all supported (to some extent) but not reported.
Vista requires these features, so if userspace relies on kernel cpuid
reporting, it loses support for Vista.

Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found