Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
d149c731
Commit
d149c731
authored
May 10, 2009
by
Avi Kivity
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
KVM: Update cpuid 1.ecx reporting
Signed-off-by:
Avi Kivity
<
avi@redhat.com
>
parent
069ebaa4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
arch/x86/kvm/x86.c
arch/x86/kvm/x86.c
+7
-1
No files found.
arch/x86/kvm/x86.c
View file @
d149c731
...
@@ -1281,7 +1281,13 @@ static void do_cpuid_ent(struct kvm_cpuid_entry2 *entry, u32 function,
...
@@ -1281,7 +1281,13 @@ static void do_cpuid_ent(struct kvm_cpuid_entry2 *entry, u32 function,
0
/* Reserved */
|
f_lm
|
F
(
3
DNOWEXT
)
|
F
(
3
DNOW
);
0
/* Reserved */
|
f_lm
|
F
(
3
DNOWEXT
)
|
F
(
3
DNOW
);
/* cpuid 1.ecx */
/* cpuid 1.ecx */
const
u32
kvm_supported_word4_x86_features
=
const
u32
kvm_supported_word4_x86_features
=
F
(
XMM3
)
|
F
(
CX16
);
F
(
XMM3
)
|
0
/* Reserved, DTES64, MONITOR */
|
0
/* DS-CPL, VMX, SMX, EST */
|
0
/* TM2 */
|
F
(
SSSE3
)
|
0
/* CNXT-ID */
|
0
/* Reserved */
|
0
/* Reserved */
|
F
(
CX16
)
|
0
/* xTPR Update, PDCM */
|
0
/* Reserved, DCA */
|
F
(
XMM4_1
)
|
F
(
XMM4_2
)
|
0
/* x2APIC */
|
F
(
MOVBE
)
|
F
(
POPCNT
)
|
0
/* Reserved, XSAVE, OSXSAVE */
;
/* cpuid 0x80000001.ecx */
/* cpuid 0x80000001.ecx */
const
u32
kvm_supported_word6_x86_features
=
const
u32
kvm_supported_word6_x86_features
=
F
(
LAHF_LM
)
|
F
(
CMP_LEGACY
)
|
F
(
SVM
)
|
0
/* ExtApicSpace */
|
F
(
LAHF_LM
)
|
F
(
CMP_LEGACY
)
|
F
(
SVM
)
|
0
/* ExtApicSpace */
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment