projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbe2c9d
)
KVM: x86 emulator: implement MMX MOVQ (opcodes 0f 6f, 0f 7f)
author
Avi Kivity
<avi@redhat.com>
Mon, 9 Apr 2012 15:40:03 +0000
(18:40 +0300)
committer
Marcelo Tosatti
<mtosatti@redhat.com>
Mon, 16 Apr 2012 23:36:16 +0000
(20:36 -0300)
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>
arch/x86/kvm/emulate.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kvm/emulate.c
b/arch/x86/kvm/emulate.c
index 0011b4ad44b57d45e31cb7b57ef1e3881a73eb51..d5729a91d08db7769f4bcb77a0030d663f6e7325 100644
(file)
--- 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 = {