]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: bit-ops emulation ignores offset on 64-bit
authorNadav Amit <namit@cs.technion.ac.il>
Sun, 15 Jun 2014 13:12:57 +0000 (16:12 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 19 Jun 2014 10:52:08 +0000 (12:52 +0200)
commit0f581eb746c3dc8f8d0dd48e3c53860d88742417
tree2a331fa1dfa9396bfec002c5fa839294adbe664d
parent4bd41f6854bdad3cc593f2a86aa17d966be082f8
KVM: x86: bit-ops emulation ignores offset on 64-bit

The current emulation of bit operations ignores the offset from the destination
on 64-bit target memory operands. This patch fixes this behavior.

Signed-off-by: Nadav Amit <namit@cs.technion.ac.il>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/emulate.c