commit | 34d2618d3318bf4832a13ef71c96833dc996f7d5 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri May 15 12:18:14 2020 -0400 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jun 05 11:16:15 2020 -0400 |
tree | 0b4d61267ca7c2fe9330d3ed1bc4e4254f284d9f | |
parent | b80db73dc8be7022adae1b4414a1bebce50fe915 [diff] |
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>