cdc2f94113a238 parent e76779339ba9c3d56f1a39ff0bfb1dfe7614b062 author Takuya Yoshikawa 1305388498 +0900 committer Avi Kivity 1310460296 +0300 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 ég