]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
KVM: x86 emulator: implement 'movnti mem, reg'
authorSheng Yang <sheng.yang@intel.com>
Mon, 15 Oct 2007 06:24:20 +0000 (14:24 +0800)
committerAvi Kivity <avi@qumranet.com>
Mon, 22 Oct 2007 10:03:29 +0000 (12:03 +0200)
commita012e65aee48379a7a87eadafa74f878b61522b9
tree0580d8335376e22570babc858caff4577c8be6bc
parent8668a3c468ed55d19514117a5a959d91d3d03823
KVM: x86 emulator: implement 'movnti mem, reg'

Implement emulation of instruction:
    movnti m32/m64, r32/r64
    opcode: 0x0f 0xc3

Signed-off-by: Sheng Yang <sheng.yang@intel.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/x86_emulate.c