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:
a58ddea
)
KVM: x86 emulator: simplify two-byte opcode check
author
Wei Yongjun
<yjwei@cn.fujitsu.com>
Thu, 5 Aug 2010 08:34:39 +0000
(16:34 +0800)
committer
Avi Kivity
<avi@redhat.com>
Sun, 24 Oct 2010 08:50:59 +0000
(10:50 +0200)
Two-byte opcode always start with 0x0F and the decode flags
of opcode 0xF0 is always 0, so remove dup check.
Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found