commit | 6550e1f165f384f3a46b60a1be9aba4bc3c2adad | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Sun Mar 21 13:08:21 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Mon May 17 12:16:37 2010 +0300 |
tree | 791d9eb4de4a87eb77cc49e5035e1508bf4bad22 | |
parent | 482ac18ae293a3a0b1e1eea95c10dcc9ceeb4708 [diff] |
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 <gleb@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>