From: Gleb Natapov Date: Sun, 21 Mar 2010 11:08:21 +0000 (+0200) Subject: KVM: x86 emulator: add decoding of CMPXCHG8B dst operand X-Git-Tag: v2.6.35-rc1~436^2~143 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6550e1f165f384f3a46b60a1be9aba4bc3c2adad;p=pandora-kernel.git KVM: x86 emulator: add decoding of CMPXCHG8B dst operand Decode CMPXCHG8B destination operand in decoding stage. Fixes regression introduced by "If LOCK prefix is used dest arg should be memory" commit. This commit relies on dst operand be decoded at the beginning of an instruction emulation. Signed-off-by: Gleb Natapov Signed-off-by: Avi Kivity --- Reading git-diff-tree failed