]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86 emulator: Implement emulation of instruction: inc & dec
authorNitin A Kamble <nitin.a.kamble@intel.com>
Sat, 13 Oct 2007 00:40:33 +0000 (17:40 -0700)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jan 2008 15:52:53 +0000 (17:52 +0200)
commit8eb8a9a308a4fe6c264e23a9b0892953abb99b46
tree54729328075c2b822ebbb9266b9a23d4eeefd92c
parent05fe053f2ea990d8e4c503400b8114840e6ea2e4
KVM: x86 emulator: Implement emulation of instruction: inc & dec

Instructions:
inc r16/r32 (opcode 0x40-0x47)
dec r16/r32 (opcode 0x48-0x4f)

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/x86_emulate.c