Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356903
b: refs/heads/master
c: 116eb3d
h: refs/heads/master
i:
  356901: 957b060
  356899: c256be2
  356895: da63925
v: v3
  • Loading branch information
Gleb Natapov authored and Marcelo Tosatti committed Feb 5, 2013
1 parent f15fac8 commit 68e8d47
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: 2c9afa52ef081334925905d6370d36b6602c328c
refs/heads/master: 116eb3d30e7e121bfc6117ac037833865dad4971
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -3854,7 +3854,7 @@ static u64 mmu_pte_write_fetch_gpte(struct kvm_vcpu *vcpu, gpa_t *gpa,
/* Handle a 32-bit guest writing two halves of a 64-bit gpte */
*gpa &= ~(gpa_t)7;
*bytes = 8;
r = kvm_read_guest(vcpu->kvm, *gpa, &gentry, min(*bytes, 8));
r = kvm_read_guest(vcpu->kvm, *gpa, &gentry, 8);
if (r)
gentry = 0;
new = (const u8 *)&gentry;
Expand Down

0 comments on commit 68e8d47

Please sign in to comment.