summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
diff options
context:
space:
mode:
authorIgor Mammedov <imammedo@redhat.com>2014-03-15 21:02:00 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2014-03-17 12:14:30 +0100
commit6fec27d80feb12f88babcfe75f70f955c51723e8 (patch)
tree981ffab983c70ecd81cca24a0fc28a934b69a752 /arch/x86/kvm
parent27ce825823a145eb72bd5a5832c6dbb3168b720e (diff)
downloadop-kernel-dev-6fec27d80feb12f88babcfe75f70f955c51723e8.zip
op-kernel-dev-6fec27d80feb12f88babcfe75f70f955c51723e8.tar.gz
KVM: x86 emulator: emulate MOVAPD
Add emulation for 0x66 prefixed instruction of 0f 28 opcode that has been added earlier. Signed-off-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm')
-rw-r--r--arch/x86/kvm/emulate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/emulate.c b/arch/x86/kvm/emulate.c
index a26d075..205b17e 100644
--- a/arch/x86/kvm/emulate.c
+++ b/arch/x86/kvm/emulate.c
@@ -3669,7 +3669,7 @@ static const struct gprefix pfx_vmovntpx = {
};
static const struct gprefix pfx_0f_28_0f_29 = {
- I(Aligned, em_mov), N, N, N,
+ I(Aligned, em_mov), I(Aligned, em_mov), N, N,
};
static const struct escape escape_d9 = { {
OpenPOWER on IntegriCloud