git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9221dd
)
KVM: MMU: Don't drop accessed bit while updating an spte
author
Avi Kivity
<avi@redhat.com>
Sun, 6 Jun 2010 12:46:44 +0000
(15:46 +0300)
committer
Avi Kivity
<avi@redhat.com>
Mon, 2 Aug 2010 03:40:21 +0000
(06:40 +0300)
__set_spte() will happily replace an spte with the accessed bit set with
one that has the accessed bit clear. Add a helper update_spte() which checks
for this condition and updates the page flag if needed.
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/mmu.c
patch
|
blob
|
history
diff --cc
arch/x86/kvm/mmu.c
Simple merge