]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - arch/x86/kvm/emulate.c
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)
commitd77a25074a8f845401f0eb786ebb8996e45d9e22
tree54729328075c2b822ebbb9266b9a23d4eeefd92c
parent3176bc3e59cc4e30ac10888f08124b31969a7a88
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