From: Avi Kivity Date: Mon, 9 Apr 2012 15:40:03 +0000 (+0300) Subject: KVM: x86 emulator: implement MMX MOVQ (opcodes 0f 6f, 0f 7f) X-Git-Tag: v3.12-rc1~3092^2~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e59717550e5cf0e7159c5b7af1d1ead35fef49dd;p=kernel%2Fkernel-generic.git KVM: x86 emulator: implement MMX MOVQ (opcodes 0f 6f, 0f 7f) Needed by some framebuffer drivers. See https://bugzilla.kernel.org/show_bug.cgi?id=42779 Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- diff --git a/arch/x86/kvm/emulate.c b/arch/x86/kvm/emulate.c index 0011b4a..d5729a9 100644 --- a/arch/x86/kvm/emulate.c +++ b/arch/x86/kvm/emulate.c @@ -3488,7 +3488,7 @@ static struct opcode group11[] = { }; static struct gprefix pfx_0f_6f_0f_7f = { - N, I(Sse | Aligned, em_mov), N, I(Sse | Unaligned, em_mov), + I(Mmx, em_mov), I(Sse | Aligned, em_mov), N, I(Sse | Unaligned, em_mov), }; static struct gprefix pfx_vmovntpx = {