git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e85a108
)
KVM: x86 emulator: Let compiler know insn_fetch() rarely fails
author
Takuya Yoshikawa
<yoshikawa.takuya@oss.ntt.co.jp>
Sat, 30 Jul 2011 09:02:29 +0000
(18:02 +0900)
committer
Avi Kivity
<avi@redhat.com>
Sun, 25 Sep 2011 16:18:00 +0000
(19:18 +0300)
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 <yoshikawa.takuya@oss.ntt.co.jp>
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found