From: Avi Kivity Date: Wed, 7 Sep 2011 13:41:39 +0000 (+0300) Subject: KVM: x86 emulator: merge the two emulate_1op_rax_rdx implementations X-Git-Tag: v3.2-rc1~119^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fef72ce10dc8263fec9350a8e2a1c505ebedaae;p=pandora-kernel.git KVM: x86 emulator: merge the two emulate_1op_rax_rdx implementations We have two emulate-with-extended-accumulator implementations: once which expect traps (_ex) and one which doesn't (plain). Drop the plain implementation and always use the one which expects traps; it will simply return 0 in the _ex argument and we can happily ignore it. Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed