Re: [PATCH 2/2] KVM: x86 emulator: add decoding of CMPXCHG8B dst operand.

2010-03-23 Thread Avi Kivity
On 03/21/2010 01:08 PM, Gleb Natapov wrote: 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. Applied,

[PATCH 2/2] KVM: x86 emulator: add decoding of CMPXCHG8B dst operand.

2010-03-21 Thread Gleb Natapov
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 g...@redhat.com ---

[PATCH 2/2] KVM: x86 emulator: add decoding of CMPXCHG8B dst operand.

2010-03-21 Thread Gleb Natapov
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 g...@redhat.com ---

Re: [PATCH 2/2] KVM: x86 emulator: add decoding of CMPXCHG8B dst operand.

2010-03-21 Thread Avi Kivity
On 03/21/2010 01:08 PM, Gleb Natapov wrote: 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. @@

Re: [PATCH 2/2] KVM: x86 emulator: add decoding of CMPXCHG8B dst operand.

2010-03-21 Thread Gleb Natapov
On Sun, Mar 21, 2010 at 04:41:24PM +0200, Avi Kivity wrote: On 03/21/2010 01:08 PM, Gleb Natapov wrote: 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

Re: [PATCH 2/2] KVM: x86 emulator: add decoding of CMPXCHG8B dst operand.

2010-03-21 Thread Avi Kivity
On 03/21/2010 04:44 PM, Gleb Natapov wrote: On Sun, Mar 21, 2010 at 04:41:24PM +0200, Avi Kivity wrote: On 03/21/2010 01:08 PM, Gleb Natapov wrote: Decode CMPXCHG8B destination operand in decoding stage. Fixes regression introduced by If LOCK prefix is used dest arg should be memory