commit | e7a04c99b54ad9acb98a56113ec3163bc1039e13 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Thu Dec 25 15:10:50 2008 +0200 |
committer | Avi Kivity <avi@redhat.com> | Tue Mar 24 11:02:52 2009 +0200 |
tree | d9ea69f44ffb5bf071022b746aba86b1ae82f13e | |
parent | 9f652d21c3f887075a33abae85bf53fec64e67b1 [diff] |
KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in fetch() Effectively reverting to the pre walk_shadow() version -- but now with the reusable for_each(). Signed-off-by: Avi Kivity <avi@redhat.com>