Re: [Qemu-devel] [RFC 0/4] ARM aarch64 disas output libvixl support

2013-09-15 Thread Laurent Desnogues
On Sun, Sep 15, 2013 at 7:27 PM, Peter Maydell wrote: > On 15 September 2013 17:41, Rob Landley wrote: >> Wait, incorporating C++ code into qemu was considered the _good_ solution? >> >> What was the bad solution? > > Not supporting disassembly at all, and/or having a runtime > dependency on find

Re: [Qemu-devel] [RFC 0/4] ARM aarch64 disas output libvixl support

2013-09-15 Thread Peter Maydell
On 15 September 2013 17:41, Rob Landley wrote: > Wait, incorporating C++ code into qemu was considered the _good_ solution? > > What was the bad solution? Not supporting disassembly at all, and/or having a runtime dependency on finding an objdump that works for the target. -- PMM

Re: [Qemu-devel] [RFC 0/4] ARM aarch64 disas output libvixl support

2013-09-15 Thread Rob Landley
On 09/11/2013 07:54:32 AM, Claudio Fontana wrote: This is the aarch64 libvixl support patchset in the current state. It provides (limited) support for disassembly output on aarch64. Only host disassembly is enabled, since target for aarch64 is not in yet. An external objdump solution as exem

Re: [Qemu-devel] [RFC 0/4] ARM aarch64 disas output libvixl support

2013-09-11 Thread Peter Maydell
On 11 September 2013 13:54, Claudio Fontana wrote: > This is the aarch64 libvixl support patchset in the current state. > It provides (limited) support for disassembly output on aarch64. > Only host disassembly is enabled, since target for aarch64 is not in yet. Incidentally, people interested in

Re: [Qemu-devel] [RFC 0/4] ARM aarch64 disas output libvixl support

2013-09-11 Thread Peter Maydell
On 11 September 2013 14:14, Andreas Färber wrote: > Am 11.09.2013 14:54, schrieb Claudio Fontana: >> This is the aarch64 libvixl support patchset in the current state. >> It provides (limited) support for disassembly output on aarch64. >> Only host disassembly is enabled, since target for aarch64

Re: [Qemu-devel] [RFC 0/4] ARM aarch64 disas output libvixl support

2013-09-11 Thread Andreas Färber
Hi Claudio, Am 11.09.2013 14:54, schrieb Claudio Fontana: > > This is the aarch64 libvixl support patchset in the current state. > It provides (limited) support for disassembly output on aarch64. > Only host disassembly is enabled, since target for aarch64 is not in yet. > > An external objdump

[Qemu-devel] [RFC 0/4] ARM aarch64 disas output libvixl support

2013-09-11 Thread Claudio Fontana
This is the aarch64 libvixl support patchset in the current state. It provides (limited) support for disassembly output on aarch64. Only host disassembly is enabled, since target for aarch64 is not in yet. An external objdump solution as exemplified before by R.H. seems preferable to me, even if