Re: [PATCH] disas: Remove old libopcode ppc disassembler

2022-05-09 Thread Daniel Henrique Barboza
On 5/9/22 14:53, Cédric Le Goater wrote: On 5/9/22 19:37, Daniel Henrique Barboza wrote: On 5/5/22 14:36, Thomas Huth wrote: Capstone should be superior to the old libopcode disassembler, so we can drop the old file nowadays. Signed-off-by: Thomas Huth --- Queued in gitlab.com/danielhb

Re: [PATCH] disas: Remove old libopcode ppc disassembler

2022-05-09 Thread Cédric Le Goater
On 5/9/22 19:37, Daniel Henrique Barboza wrote: On 5/5/22 14:36, Thomas Huth wrote: Capstone should be superior to the old libopcode disassembler, so we can drop the old file nowadays. Signed-off-by: Thomas Huth --- Queued in gitlab.com/danielhb/qemu/tree/ppc-next. Thanks, I think Thomas