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
f9a48e6a
Commit
f9a48e6a
authored
Jan 06, 2010
by
Avi Kivity
Committed by
Marcelo Tosatti
Mar 01, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
KVM: Set cr0.et when the guest writes cr0
Follow the hardware. Signed-off-by:
Avi Kivity
<
avi@redhat.com
>
parent
edcafe3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
arch/x86/kvm/x86.c
arch/x86/kvm/x86.c
+2
-0
No files found.
arch/x86/kvm/x86.c
View file @
f9a48e6a
...
...
@@ -428,6 +428,8 @@ out:
void
kvm_set_cr0
(
struct
kvm_vcpu
*
vcpu
,
unsigned
long
cr0
)
{
cr0
|=
X86_CR0_ET
;
if
(
cr0
&
CR0_RESERVED_BITS
)
{
printk
(
KERN_DEBUG
"set_cr0: 0x%lx #GP, reserved bits 0x%lx
\n
"
,
cr0
,
kvm_read_cr0
(
vcpu
));
...
...
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