]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
KVM: x86 emulator: emulate MOVAPD
authorIgor Mammedov <imammedo@redhat.com>
Sat, 15 Mar 2014 20:02:00 +0000 (21:02 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 17 Mar 2014 11:14:30 +0000 (12:14 +0100)
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>
arch/x86/kvm/emulate.c

index a26d075da58f4ee4ae46009081244856e65acf0a..205b17eed93c2bfa0d402414a29bac9ed4fb3e5f 100644 (file)
@@ -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 = { {