KVM: x86: emulate reserved nops from 0f/18 to 0f/1f
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 15 May 2020 16:18:14 +0000 (12:18 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 5 Jun 2020 15:16:15 +0000 (11:16 -0400)
commit34d2618d3318bf4832a13ef71c96833dc996f7d5
tree0b4d61267ca7c2fe9330d3ed1bc4e4254f284d9f
parentb80db73dc8be7022adae1b4414a1bebce50fe915
KVM: x86: emulate reserved nops from 0f/18 to 0f/1f

Instructions starting with 0f18 up to 0f1f are reserved nops, except those
that were assigned to MPX.  These include the endbr markers used by CET.
List them correctly in the opcode table.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/emulate.c