From: Avi Kivity Date: Mon, 30 Aug 2010 14:12:28 +0000 (+0300) Subject: KVM: x86 emulator: clean up control flow in x86_emulate_insn() X-Git-Tag: v2.6.37-rc1~142^2~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d9ddaedd8a9d0442fda5b5a90f22a33becbd235;p=pandora-kernel.git KVM: x86 emulator: clean up control flow in x86_emulate_insn() x86_emulate_insn() is full of things like if (rc != X86EMUL_CONTINUE) goto done; break; consolidate all of those at the end of the switch statement. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed