On 10/18/2011 11:15 AM, Peter Maydell wrote:
On 18 October 2011 17:01, Anthony Liguori<anth...@codemonkey.ws> wrote:
Ah, linux-user... hadn't thought about that. Perhaps it's a lost cause.
Unless we split linux-user off into a separate repository. The only real
code sharing is TCG.
...and the binutils disassembly code, which is the reason we wanted
to move to GPLv3 in the first place, right?
TCG can have a debug mode that makes it GPLv3 (using the binutils code). You
wouldn't be able to consume this debug mode with linux-user.
Probably safest thing is to put disas only in qemu-system. linux-user would
have to log hex.
Regards,
Anthony Liguori
-- PMM