From: Takuya Yoshikawa Date: Fri, 12 Feb 2010 06:57:56 +0000 (+0900) Subject: KVM: x86 emulator: X86EMUL macro replacements: x86_emulate_insn() and its helpers X-Git-Tag: v2.6.35-rc1~436^2~266 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b30eaa84609031c06e417eafd5b68f45e4266f7;p=pandora-kernel.git KVM: x86 emulator: X86EMUL macro replacements: x86_emulate_insn() and its helpers This patch just replaces integer values used inside x86_emulate_insn() and its helper functions to X86EMUL_*. The purpose of this is to make it clear what will happen when the variable rc is compared to X86EMUL_* at the end of x86_emulate_insn(). Signed-off-by: Takuya Yoshikawa Signed-off-by: Avi Kivity --- Reading git-diff-tree failed