Skip to content

Commit

Permalink
KVM: x86 emulator: emulate MOVAPD
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Igor Mammedov authored and Paolo Bonzini committed Mar 17, 2014
1 parent 27ce825 commit 6fec27d
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 @@ -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 = { {
Expand Down

0 comments on commit 6fec27d

Please sign in to comment.