From: Avi Kivity Date: Wed, 20 Jan 2010 14:00:35 +0000 (+0200) Subject: KVM: x86 emulator: do not munge rep prefix X-Git-Tag: v3.0-rc1~350^2~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d6b114f20d06ac0749686e4d7b7c7913d9116db;p=pandora-kernel.git 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 --- Reading git-diff-tree failed