From: Takuya Yoshikawa Date: Sat, 14 May 2011 15:54:58 +0000 (+0900) Subject: KVM: x86 emulator: Place insn_fetch helpers together X-Git-Tag: v3.1-rc1~264^2~141 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67cbc90db5c0f03aa5e54204c388403ec8c25862;p=pandora-kernel.git KVM: x86 emulator: Place insn_fetch helpers together The two macros need special care to use: Assume rc, ctxt, ops and done exist outside of them. Can goto outside. Considering the fact that these are used only in decode functions, moving these right after do_insn_fetch() seems to be a right thing to improve the readability. We also rename do_fetch_insn_byte() to do_insn_fetch_byte() to be consistent. Signed-off-by: Takuya Yoshikawa Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed