From: Avi Kivity Date: Wed, 7 Sep 2011 13:41:35 +0000 (+0300) Subject: KVM: x86 emulator: simplify emulate_2op_SrcV() X-Git-Tag: v3.2-rc1~119^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a31b9ceadb61487042dec92f662736ccddadc75f;p=pandora-kernel.git KVM: x86 emulator: simplify emulate_2op_SrcV() emulate_2op_SrcV(), and its siblings, emulate_2op_SrcV_nobyte() and emulate_2op_SrcB(), all use the same calling conventions and all get passed exactly the same parameters. Simplify them by passing just the emulation context. Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed