Re: [Qemu-devel] [RFC PATCH 1/4] scripts/decodetree.py: add a disassembly generator (HACK!)

2018-08-10 Thread Eduardo Habkost
On Fri, Aug 10, 2018 at 09:55:50AM +0100, Alex Bennée wrote: > > Eduardo Habkost writes: > > > On Wed, Aug 08, 2018 at 01:39:31PM +0100, Alex Bennée wrote: > >> Given our issues with failing disassembly we could try and re-use the > >> decode tree data to output what instruction is being decoded

Re: [Qemu-devel] [RFC PATCH 1/4] scripts/decodetree.py: add a disassembly generator (HACK!)

2018-08-10 Thread Alex Bennée
Eduardo Habkost writes: > On Wed, Aug 08, 2018 at 01:39:31PM +0100, Alex Bennée wrote: >> Given our issues with failing disassembly we could try and re-use the >> decode tree data to output what instruction is being decoded. This >> will be used if registered as a fall-back for when the "proper

Re: [Qemu-devel] [RFC PATCH 1/4] scripts/decodetree.py: add a disassembly generator (HACK!)

2018-08-09 Thread Eduardo Habkost
On Wed, Aug 08, 2018 at 01:39:31PM +0100, Alex Bennée wrote: > Given our issues with failing disassembly we could try and re-use the > decode tree data to output what instruction is being decoded. This > will be used if registered as a fall-back for when the "proper" > disassembler fails to decode