]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
KVM: x86: Return error on cmpxchg16b emulation
authorNadav Amit <namit@cs.technion.ac.il>
Mon, 2 Jun 2014 15:34:10 +0000 (18:34 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 18 Jun 2014 15:46:19 +0000 (17:46 +0200)
commitaaa05f2437b9450f30b301db962ec4d45ec90fbb
tree09849d5e0fac980d03aa65c5db44a9ce73056696
parent67f4d4288c353734d29c45f6725971c71af96791
KVM: x86: Return error on cmpxchg16b emulation

cmpxchg16b is currently unimplemented in the emulator. The least we can do is
return error upon the emulation of this instruction.

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