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:
93a0039
)
KVM: x86 emulator: prefetch up to 15 bytes of the instruction executed
author
Avi Kivity
<avi@qumranet.com>
Tue, 20 Nov 2007 11:15:52 +0000
(13:15 +0200)
committer
Avi Kivity
<avi@qumranet.com>
Wed, 30 Jan 2008 15:53:09 +0000
(17:53 +0200)
Instead of fetching one byte at a time, prefetch 15 bytes (or until the next
page boundary) to avoid guest page table walks.
Signed-off-by: Avi Kivity <avi@qumranet.com>
No differences found