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
nexedi
linux
Commits
dc720f95
Commit
dc720f95
authored
Jun 30, 2014
by
Paolo Bonzini
Browse files
Options
Browse Files
Download
Plain Diff
Merge commit '
33b458d2
' into kvm-next
Fix bad x86 regression introduced during merge window.
parents
27e6fb5d
33b458d2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
arch/x86/kvm/svm.c
arch/x86/kvm/svm.c
+1
-0
No files found.
arch/x86/kvm/svm.c
View file @
dc720f95
...
@@ -1462,6 +1462,7 @@ static void svm_get_segment(struct kvm_vcpu *vcpu,
...
@@ -1462,6 +1462,7 @@ static void svm_get_segment(struct kvm_vcpu *vcpu,
*/
*/
if
(
var
->
unusable
)
if
(
var
->
unusable
)
var
->
db
=
0
;
var
->
db
=
0
;
var
->
dpl
=
to_svm
(
vcpu
)
->
vmcb
->
save
.
cpl
;
break
;
break
;
}
}
}
}
...
...
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