From: Takuya Yoshikawa Date: Sat, 30 Jul 2011 09:02:29 +0000 (+0900) Subject: KVM: x86 emulator: Let compiler know insn_fetch() rarely fails X-Git-Tag: v3.2-rc1~119^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d88bb4803d62f6056b079ade6333a026fd11684;p=pandora-kernel.git KVM: x86 emulator: Let compiler know insn_fetch() rarely fails Fetching the instruction which was to be executed by the guest cannot fail normally. So compiler should always predict that it will succeed. Signed-off-by: Takuya Yoshikawa Signed-off-by: Avi Kivity --- Reading git-diff-tree failed