From: Avi Kivity Date: Tue, 20 Nov 2007 11:15:52 +0000 (+0200) Subject: KVM: x86 emulator: prefetch up to 15 bytes of the instruction executed X-Git-Tag: v2.6.25-rc1~1138^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6226686954c4cce3d63ffe1777e60360fcbf0b83;p=pandora-kernel.git KVM: x86 emulator: prefetch up to 15 bytes of the instruction executed 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 --- Reading git-diff-tree failed