From: Igor Mammedov Date: Sat, 15 Mar 2014 20:02:00 +0000 (+0100) Subject: KVM: x86 emulator: emulate MOVAPD X-Git-Tag: v3.15-rc1~118^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6fec27d80feb12f88babcfe75f70f955c51723e8;p=thirdparty%2Flinux.git 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 Signed-off-by: Paolo Bonzini --- diff --git a/arch/x86/kvm/emulate.c b/arch/x86/kvm/emulate.c index a26d075da58f4..205b17eed93c2 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 = { {