KVM: x86 emulator: imlpement jump conditional relative
authorNitin A Kamble <nitin.a.kamble@intel.com>
Sat, 15 Sep 2007 07:23:07 +0000 (10:23 +0300)
committerAvi Kivity <avi@qumranet.com>
Sat, 13 Oct 2007 08:18:28 +0000 (10:18 +0200)
commitbbe9abbdaca366510db1f2df25f4c7b48cba38eb
tree31b2019825d5b1e61916bb132ca4439d147b30dc
parent7de752482c71e1ef72ac9650deaeb6d293b8416d
KVM: x86 emulator: imlpement jump conditional relative

Implement emulation of instruction:
    jump conditional rel
    opcodes: 0x0f 0x80 - 0x0f 0x8f

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