On 2/15/23 18:17, Mikhail Tyutin wrote:
ping
patchew link:
https://patchew.org/QEMU/7d17f0cbb5ed4c90bbadd39924290...@yadro.com/
10.02.2023 18:24, Mikhail Tyutin wrote:
This patch adds new function qemu_plugin_insn_disas_with_syntax() that allows TCG
plugins to get disassembler string with non-default syntax if it wants to.
Signed-off-by: Mikhail Tyutin <m.tyu...@yadro.com>
Why?
It's certainly not very generic, exposing a disassembly quirk for exactly one guest
architecture. I mean, you could just as easily link your plugin directly to libcapstone
via qemu_plugin_insn_data().
r~