From: Avi Kivity Date: Thu, 29 Jul 2010 12:11:51 +0000 (+0300) Subject: KVM: x86 emulator: allow storing emulator execution function in decode tables X-Git-Tag: v2.6.37-rc1~142^2~284 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef65c88912cafe56de2737c440aefc764fd8f202;p=pandora-kernel.git KVM: x86 emulator: allow storing emulator execution function in decode tables Instead of looking up the opcode twice (once for decode flags, once for the big execution switch) look up both flags and function in the decode tables. Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed