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:
971cc3d
)
KVM: MMU: Add for_each_shadow_entry(), a simpler alternative to walk_shadow()
author
Avi Kivity
<avi@redhat.com>
Thu, 25 Dec 2008 12:39:47 +0000
(14:39 +0200)
committer
Avi Kivity
<avi@redhat.com>
Tue, 24 Mar 2009 09:02:52 +0000
(11:02 +0200)
Using a for_each loop style removes the need to write callback and nasty
casts.
Implement the walk_shadow() using the for_each_shadow_entry().
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