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:
cef4dea
)
KVM: x86 emulator: do not munge rep prefix
author
Avi Kivity
<avi@redhat.com>
Wed, 20 Jan 2010 14:00:35 +0000
(16:00 +0200)
committer
Avi Kivity
<avi@redhat.com>
Wed, 11 May 2011 11:56:58 +0000
(07:56 -0400)
Currently we store a rep prefix as 1 or 2 depending on whether it is a REPE or
REPNE. Since sse instructions depend on the prefix value, store it as the
original opcode to simplify things further on.
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found