Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93861
b: refs/heads/master
c: fcd6dba
h: refs/heads/master
i:
  93859: 1d04720
v: v3
  • Loading branch information
Avi Kivity committed Apr 27, 2008
1 parent c41cd00 commit 345819c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d39f13b0da7fa7f705fbe6c80995205d0380bc7a
refs/heads/master: fcd6dbac9267c1c06a205ad8bb4bd027c0ace7f7
3 changes: 2 additions & 1 deletion trunk/arch/x86/kvm/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,8 @@ static void rmap_remove(struct kvm *kvm, u64 *spte)
return;
sp = page_header(__pa(spte));
page = spte_to_page(*spte);
mark_page_accessed(page);
if (*spte & PT_ACCESSED_MASK)
mark_page_accessed(page);
if (is_writeble_pte(*spte))
kvm_release_page_dirty(page);
else
Expand Down

0 comments on commit 345819c

Please sign in to comment.