KVM: x86 emulator: Fix emulate_grp3 return values
authorMohammed Gamal <m.gamal005@gmail.com>
Sun, 8 Aug 2010 18:11:38 +0000 (21:11 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:51:04 +0000 (10:51 +0200)
commit8c5eee30a942cb3154f14f12407755ed7da74bbc
tree3926ca1ef05fd2293fd3412802915b7b9cf4da55
parent3f9f53b0d599aabb03db35208fb31768568ca83f
KVM: x86 emulator: Fix emulate_grp3 return values

This patch lets emulate_grp3() return X86EMUL_* return codes instead
of hardcoded ones.

Signed-off-by: Mohammed Gamal <m.gamal005@gmail.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/emulate.c