]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
KVM: x86 emulator: implement 'movnti mem, reg'
authorSheng Yang <sheng.yang@intel.com>
Sun, 2 Dec 2007 11:18:38 +0000 (13:18 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 14 Dec 2007 17:50:55 +0000 (09:50 -0800)
commit117b22fffff1989cd9e2d90720f05dd438cea2f1
tree8a0581dfa3d5e780e0873ef1082087caca546b07
parentee6abc255172063680e6663d308810cef0fc7ff3
KVM: x86 emulator: implement 'movnti mem, reg'

patch a012e65aee48379a7a87eadafa74f878b61522b9 in mainline.

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

Needed to support Linux 2.6.16 as guest (used for mmio).

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