Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307863
b: refs/heads/master
c: 3e114eb
h: refs/heads/master
i:
  307861: 10db61f
  307859: f39f21a
  307855: 12fe963
v: v3
  • Loading branch information
Avi Kivity authored and Marcelo Tosatti committed Apr 16, 2012
1 parent 868c1c8 commit 3fe1a9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 49597d8116ad70aabb598e606b218ddd9315b0af
refs/heads/master: 3e114eb4db3a33141b8c91bb53dae9ba6b015a32
7 changes: 6 additions & 1 deletion trunk/arch/x86/kvm/emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -3440,6 +3440,10 @@ static struct gprefix pfx_0f_6f_0f_7f = {
N, I(Sse | Aligned, em_mov), N, I(Sse | Unaligned, em_mov),
};

static struct gprefix pfx_vmovntpx = {
I(0, em_mov), N, N, N,
};

static struct opcode opcode_table[256] = {
/* 0x00 - 0x07 */
I6ALU(Lock, em_add),
Expand Down Expand Up @@ -3571,7 +3575,8 @@ static struct opcode twobyte_table[256] = {
IIP(ModRM | SrcMem | Priv | Op3264, em_cr_write, cr_write, check_cr_write),
IIP(ModRM | SrcMem | Priv | Op3264, em_dr_write, dr_write, check_dr_write),
N, N, N, N,
N, N, N, N, N, N, N, N,
N, N, N, GP(ModRM | DstMem | SrcReg | Sse | Mov | Aligned, &pfx_vmovntpx),
N, N, N, N,
/* 0x30 - 0x3F */
II(ImplicitOps | Priv, em_wrmsr, wrmsr),
IIP(ImplicitOps, em_rdtsc, rdtsc, check_rdtsc),
Expand Down

0 comments on commit 3fe1a9a

Please sign in to comment.