Skip to content

Commit

Permalink
KVM: x86 emulator: implement MMX MOVQ (opcodes 0f 6f, 0f 7f)
Browse files Browse the repository at this point in the history
Needed by some framebuffer drivers.  See

https://bugzilla.kernel.org/show_bug.cgi?id=42779

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
  • Loading branch information
avikivity authored and matosatti committed Apr 16, 2012
1 parent cbe2c9d commit e597175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kvm/emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit e597175

Please sign in to comment.