RE: [PATCH] Adding ability to change disassembler syntax in TCG plugins

2023-02-15 Thread Mikhail Tyutin
> On 2/15/23 19:04, Mikhail Tyutin wrote: > >> 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_

Re: [PATCH] Adding ability to change disassembler syntax in TCG plugins

2023-02-15 Thread Richard Henderson
On 2/15/23 19:04, Mikhail Tyutin wrote: 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 pl

RE: [PATCH] Adding ability to change disassembler syntax in TCG plugins

2023-02-15 Thread Mikhail Tyutin
> 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

Re: [PATCH] Adding ability to change disassembler syntax in TCG plugins

2023-02-15 Thread Richard Henderson
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-

Re: [PATCH] Adding ability to change disassembler syntax in TCG plugins

2023-02-15 Thread Mikhail Tyutin
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-o