commit | 35c843c4857e2a818d1d951d87c40ee2cf5c1be8 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yjwei@cn.fujitsu.com> | Mon Aug 09 11:34:56 2010 +0800 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:51:01 2010 +0200 |
tree | 3af2786b912d11c373c5eed7df590070bce089b3 | |
parent | 8744aa9aad56be756a58126b429f176898631c3f [diff] |
KVM: x86 emulator: fix negative bit offset BitOp instruction emulation If bit offset operands is a negative number, BitOp instruction will return wrong value. This patch fix it. Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>