aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorIgor Mammedov <imammedo@redhat.com>2014-03-15 16:02:00 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2014-03-17 07:14:30 -0400
commit6fec27d80feb12f88babcfe75f70f955c51723e8 (patch)
tree981ffab983c70ecd81cca24a0fc28a934b69a752 /arch
parent27ce825823a145eb72bd5a5832c6dbb3168b720e (diff)
KVM: x86 emulator: emulate MOVAPD
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/kvm/emulate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/emulate.c b/arch/x86/kvm/emulate.c
index a26d075da58f..205b17eed93c 100644
--- a/arch/x86/kvm/emulate.c
+++ b/arch/x86/kvm/emulate.c
@@ -3669,7 +3669,7 @@ static const struct gprefix pfx_vmovntpx = {
3669}; 3669};
3670 3670
3671static const struct gprefix pfx_0f_28_0f_29 = { 3671static const struct gprefix pfx_0f_28_0f_29 = {
3672 I(Aligned, em_mov), N, N, N, 3672 I(Aligned, em_mov), I(Aligned, em_mov), N, N,
3673}; 3673};
3674 3674
3675static const struct escape escape_d9 = { { 3675static const struct escape escape_d9 = { {