From: Paolo Bonzini Date: Tue, 6 May 2014 10:24:32 +0000 (+0200) Subject: KVM: emulate: speed up do_insn_fetch X-Git-Tag: omap-for-v3.17/fixes-against-rc2~184^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=285ca9e948fa047e51fe47082528034de5369e8d;p=pandora-kernel.git KVM: emulate: speed up do_insn_fetch Hoist the common case up from do_insn_fetch_byte to do_insn_fetch, and prime the fetch_cache in x86_decode_insn. This helps a bit the compiler and the branch predictor, but above all it lays the ground for further changes in the next few patches. Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed