Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343503
b: refs/heads/master
c: 471842e
h: refs/heads/master
i:
  343501: ee39169
  343499: 93487c9
  343495: 692f90c
  343487: f1cce6d
v: v3
  • Loading branch information
Gleb Natapov authored and Avi Kivity committed Oct 18, 2012
1 parent fdf8e00 commit ffa2b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bd6360cc0a545544b5e69ae4428ac031c4e43588
refs/heads/master: 471842ec49726bc589322e8498e6620b4d723c74
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ int kvm_set_cr3(struct kvm_vcpu *vcpu, unsigned long cr3)
}

if (is_long_mode(vcpu)) {
if (kvm_read_cr4(vcpu) & X86_CR4_PCIDE) {
if (kvm_read_cr4_bits(vcpu, X86_CR4_PCIDE)) {
if (cr3 & CR3_PCID_ENABLED_RESERVED_BITS)
return 1;
} else
Expand Down

0 comments on commit ffa2b7b

Please sign in to comment.