KVM: x86 emulator: add setcc instruction emulation
authorWei Yongjun <yjwei@cn.fujitsu.com>
Fri, 6 Aug 2010 09:10:07 +0000 (17:10 +0800)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:51:08 +0000 (10:51 +0200)
commitee45b58efebc826ea2ade310f6e311702d4a5ab9
tree603cb8da7e6f067a1a9f37565e68705d42432eb5
parent9cf4c4fcb59704f0c50f6aa7933399db5d2edf1a
KVM: x86 emulator: add setcc instruction emulation

Add setcc instruction emulation (opcode 0x0f 0x90~0x9f)

Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/emulate.c