projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27ce825
)
KVM: x86 emulator: emulate MOVAPD
author
Igor Mammedov
<imammedo@redhat.com>
Sat, 15 Mar 2014 20:02:00 +0000
(21:02 +0100)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Mon, 17 Mar 2014 11:14:30 +0000
(12:14 +0100)
Add emulation for 0x66 prefixed instruction of 0f 28 opcode
that has been added earlier.
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/emulate.c
patch
|
blob
|
history
diff --git
a/arch/x86/kvm/emulate.c
b/arch/x86/kvm/emulate.c
index a26d075da58f4ee4ae46009081244856e65acf0a..205b17eed93c2bfa0d402414a29bac9ed4fb3e5f 100644
(file)
--- a/
arch/x86/kvm/emulate.c
+++ b/
arch/x86/kvm/emulate.c
@@
-3669,7
+3669,7
@@
static const struct gprefix pfx_vmovntpx = {
};
static const struct gprefix pfx_0f_28_0f_29 = {
- I(Aligned, em_mov),
N
, N, N,
+ I(Aligned, em_mov),
I(Aligned, em_mov)
, N, N,
};
static const struct escape escape_d9 = { {