From: Gleb Natapov Date: Thu, 11 Apr 2013 09:32:14 +0000 (+0300) Subject: KVM: emulator: mark 0xff 0x7d opcode as undefined. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=188424ba10313bbbc015727d418b7f18593becdd;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git KVM: emulator: mark 0xff 0x7d opcode as undefined. Signed-off-by: Gleb Natapov --- diff --git a/arch/x86/kvm/emulate.c b/arch/x86/kvm/emulate.c index 77b56d5be3e1..46f63b8d09f4 100644 --- a/arch/x86/kvm/emulate.c +++ b/arch/x86/kvm/emulate.c @@ -3723,7 +3723,7 @@ static const struct opcode group5[] = { I(SrcMemFAddr | ImplicitOps | Stack, em_call_far), I(SrcMem | Stack, em_grp45), I(SrcMemFAddr | ImplicitOps, em_grp45), - I(SrcMem | Stack, em_grp45), N, + I(SrcMem | Stack, em_grp45), D(Undefined), }; static const struct opcode group6[] = {