qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/5] target-tile: Firstly add to qemu with minim


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 1/5] target-tile: Firstly add to qemu with minimized features
Date: Sat, 14 Feb 2015 03:08:48 +0000

On 14 February 2015 at 03:08, Chen Gang S <address@hidden> wrote:
> Yeah, I shall add disassembler firstly, before generate tcg code:
>
>  - binutils tilegx disassembler is easy to be integrated into qemu.
>
>  - I shall reuse part of the tilegx disassembler code for generating tcg
>    code.
>
>  - For me, dumping disassemble code in qemu is much helpful for testing.
>
> At present, I have integrated binutils tilegx disassembler into qemu, it
> is passed building, and I shall give a test for it tonight. If no any
> issues, I plan to send related patch too.

Look out for license incompatibility issues. Binutils is GPL version 3,
whereas QEMU is GPLv2, so we can't accept code which is GPLv3-only.
If you want to use binutils disassembler code you need to use the
code from the last version of binutils which was GPLv2 licensed.
(The other option is if you happen to be the author of the disassembler
and so are in a position to dual-license it, but that doesn't apply
to you.)

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]