commit | 1d6b114f20d06ac0749686e4d7b7c7913d9116db | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Wed Jan 20 16:00:35 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed May 11 07:56:58 2011 -0400 |
tree | 2be22fb5ba4fb76a73120776488a6e7ee4ba5bdc | |
parent | cef4dea07f6720b36cc93e18a2e68be4bdb71a92 [diff] |
KVM: x86 emulator: do not munge rep prefix 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>