提交 e5971755 编写于 作者: A Avi Kivity 提交者: Marcelo Tosatti

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=42779Signed-off-by: NAvi Kivity <avi@redhat.com>
Signed-off-by: NMarcelo Tosatti <mtosatti@redhat.com>
上级 cbe2c9d3
...@@ -3488,7 +3488,7 @@ static struct opcode group11[] = { ...@@ -3488,7 +3488,7 @@ static struct opcode group11[] = {
}; };
static struct gprefix pfx_0f_6f_0f_7f = { 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 = { static struct gprefix pfx_vmovntpx = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册