Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5971755 authored by Avi Kivity's avatar Avi Kivity Committed by Marcelo Tosatti
Browse files

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: default avatarAvi Kivity <avi@redhat.com>
Signed-off-by: default avatarMarcelo Tosatti <mtosatti@redhat.com>
parent cbe2c9d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = {