]> asedeno.scripts.mit.edu Git - linux.git/commit
x86: xen: insn: Decode Xen and KVM emulate-prefix signature
authorMasami Hiramatsu <mhiramat@kernel.org>
Fri, 6 Sep 2019 13:14:10 +0000 (22:14 +0900)
committerPeter Zijlstra <peterz@infradead.org>
Thu, 17 Oct 2019 19:31:57 +0000 (21:31 +0200)
commit4d65adfcd1196818659d3bd9b42dccab291e1751
tree5bbd7d53237302e8e65bc7ff9b06320129b2d5f6
parentb3dc0695fa40c3b280230fb6fb7fb7a94ce28bf4
x86: xen: insn: Decode Xen and KVM emulate-prefix signature

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 decoder finds a special sequence of instructions of
XEN_EMULATE_PREFIX and 'ud2a; .ascii "kvm"', it just counts the
length, set insn.emulate_prefix_size and fold it with the next
instruction. In other words, the signature and the next instruction
is treated as a single instruction.

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Juergen Gross <jgross@suse.com>
Cc: x86@kernel.org
Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Stefano Stabellini <sstabellini@kernel.org>
Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: xen-devel@lists.xenproject.org
Cc: Randy Dunlap <rdunlap@infradead.org>
Link: https://lkml.kernel.org/r/156777564986.25081.4964537658500952557.stgit@devnote2
arch/x86/include/asm/insn.h
arch/x86/lib/insn.c
tools/arch/x86/include/asm/emulate_prefix.h [new file with mode: 0644]
tools/arch/x86/include/asm/insn.h
tools/arch/x86/lib/insn.c
tools/objtool/sync-check.sh
tools/perf/check-headers.sh