commit | eab9f71feb1851b5b700ca12ae614b6a0a441021 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Thu May 29 14:20:16 2008 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Sun Jul 20 12:42:28 2008 +0300 |
tree | 9e6f7c60206621ab0f876110e2d57f0f7c8759fb | |
parent | 38d5bc6d50a4368be08b39b02efb9cbbe1dd60d0 [diff] |
KVM: MMU: Optimize prefetch_page() Instead of reading each pte individually, read 256 bytes worth of ptes and batch process them. Signed-off-by: Avi Kivity <avi@qumranet.com>