Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
5dfa3d17
Commit
5dfa3d17
authored
Apr 28, 2010
by
Avi Kivity
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
KVM: VMX: Add definitions for guest and host EFER autoswitch vmcs entries
Signed-off-by:
Avi Kivity
<
avi@redhat.com
>
parent
19b95dba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
arch/x86/include/asm/vmx.h
arch/x86/include/asm/vmx.h
+4
-0
No files found.
arch/x86/include/asm/vmx.h
View file @
5dfa3d17
...
...
@@ -122,6 +122,8 @@ enum vmcs_field {
GUEST_IA32_DEBUGCTL_HIGH
=
0x00002803
,
GUEST_IA32_PAT
=
0x00002804
,
GUEST_IA32_PAT_HIGH
=
0x00002805
,
GUEST_IA32_EFER
=
0x00002806
,
GUEST_IA32_EFER_HIGH
=
0x00002807
,
GUEST_PDPTR0
=
0x0000280a
,
GUEST_PDPTR0_HIGH
=
0x0000280b
,
GUEST_PDPTR1
=
0x0000280c
,
...
...
@@ -132,6 +134,8 @@ enum vmcs_field {
GUEST_PDPTR3_HIGH
=
0x00002811
,
HOST_IA32_PAT
=
0x00002c00
,
HOST_IA32_PAT_HIGH
=
0x00002c01
,
HOST_IA32_EFER
=
0x00002c02
,
HOST_IA32_EFER_HIGH
=
0x00002c03
,
PIN_BASED_VM_EXEC_CONTROL
=
0x00004000
,
CPU_BASED_VM_EXEC_CONTROL
=
0x00004002
,
EXCEPTION_BITMAP
=
0x00004004
,
...
...
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