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:
ce7a0ad
)
KVM: x86 emulator: fix 'and AL,imm8' instruction decoding
author
Wei Yongjun
<yjwei@cn.fujitsu.com>
Tue, 6 Jul 2010 08:51:09 +0000
(16:51 +0800)
committer
Avi Kivity
<avi@redhat.com>
Mon, 2 Aug 2010 03:40:24 +0000
(06:40 +0300)
'and AL,imm8' should be mask as ByteOp, otherwise the dest operand
length will no correct and we may fill the full EAX when writeback.
Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/emulate.c
patch
|
blob
|
history
diff --cc
arch/x86/kvm/emulate.c
Simple merge