[PATCH 3/4] x86: xen: insn: Decode Xen and KVM emulate-prefix signature

2022-05-12 Thread Maximilian Heyne
From: Masami Hiramatsu commit 4d65adfcd1196818659d3bd9b42dccab291e1751 upstream Decode Xen and KVM's emulate-prefix signature by x86 insn decoder. It is called "prefix" but actually not x86 instruction prefix, so this adds insn.emulate_prefix_size field instead of reusing insn.prefixes. If x86

[PATCH 3/4] x86: xen: insn: Decode Xen and KVM emulate-prefix signature

2022-05-10 Thread Maximilian Heyne
From: Masami Hiramatsu commit 4d65adfcd1196818659d3bd9b42dccab291e1751 upstream Decode Xen and KVM's emulate-prefix signature by x86 insn decoder. It is called "prefix" but actually not x86 instruction prefix, so this adds insn.emulate_prefix_size field instead of reusing insn.prefixes. If x86