All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Blake <eblake@redhat.com>
To: Marek Vasut <marex@denx.de>, qemu-devel@nongnu.org
Cc: Jeff Da Silva <jdasilva@altera.com>,
	Chris Wulff <crwulff@gmail.com>,
	Sandra Loosemore <sandra@codesourcery.com>,
	Yves Vandervennet <yvanderv@altera.com>,
	Ley Foon Tan <lftan@altera.com>
Subject: Re: [Qemu-devel] [PATCH 1/7] nios2: Add disas entries
Date: Mon, 13 Jun 2016 13:15:40 -0600	[thread overview]
Message-ID: <575F065C.5080002@redhat.com> (raw)
In-Reply-To: <1465844745-5412-1-git-send-email-marex@denx.de>

[-- Attachment #1: Type: text/plain, Size: 1498 bytes --]

On 06/13/2016 01:05 PM, Marek Vasut wrote:
> Add nios2 disassembler support. This patch is composed from binutils files
> from commit "Opcodes and assembler support for Nios II R2". The files from
> binutils used in this patch are:
> 

> +++ b/disas/nios2.c
> @@ -0,0 +1,3620 @@
> +/*
> + * This file is a concatenation of the following files from binutils:
> + *   include/opcode/nios2.h
> + *   include/opcode/nios2r1.h
> + *   include/opcode/nios2r2.h
> + *   opcodes/nios2-opc.c
> + *   opcodes/nios2-dis.c
> + */
> +
> +/* Nios II opcode list for GAS, the GNU assembler.
> +   Copyright (C) 2012-2016 Free Software Foundation, Inc.
> +   Contributed by Nigel Gray (ngray@altera.com).
> +   Contributed by Mentor Graphics, Inc.
> +
> +   This file is part of GAS, the GNU Assembler, and GDB, the GNU disassembler.
> +
> +   GAS/GDB is free software; you can redistribute it and/or modify
> +   it under the terms of the GNU General Public License as published by
> +   the Free Software Foundation; either version 3, or (at your option)
> +   any later version.

This is a non-starter.  Qemu is a GPLv2-only project because of some of
the files it has already borrowed from other places, so we CANNOT use
GPLv3 files.  You'll have to implement this from scratch, or pull from
binutils at the point prior to where upstream binutils upgraded to GPLv3.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]

  parent reply	other threads:[~2016-06-13 19:15 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-13 19:05 [Qemu-devel] [PATCH 1/7] nios2: Add disas entries Marek Vasut
2016-06-13 19:05 ` [Qemu-devel] [PATCH 2/7] nios2: Add architecture emulation support Marek Vasut
2016-06-13 19:05 ` [Qemu-devel] [PATCH 3/7] nios2: Add usermode binaries emulation Marek Vasut
2016-06-13 19:05 ` [Qemu-devel] [PATCH 4/7] nios2: Add IIC interrupt controller emulation Marek Vasut
2016-06-13 19:05 ` [Qemu-devel] [PATCH 5/7] nios2: Add periodic timer emulation Marek Vasut
2016-06-13 19:05 ` [Qemu-devel] [PATCH 6/7] nios2: Add Altera 10M50 GHRD emulation Marek Vasut
2016-06-13 19:05 ` [Qemu-devel] [PATCH 7/7] nios2: Add support for Nios-II R1 Marek Vasut
2016-06-13 19:15 ` Eric Blake [this message]
2016-06-13 19:40   ` [Qemu-devel] [PATCH 1/7] nios2: Add disas entries Marek Vasut
2016-06-13 20:11     ` Sandra Loosemore
2016-06-13 20:24       ` Eric Blake

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=575F065C.5080002@redhat.com \
    --to=eblake@redhat.com \
    --cc=crwulff@gmail.com \
    --cc=jdasilva@altera.com \
    --cc=lftan@altera.com \
    --cc=marex@denx.de \
    --cc=qemu-devel@nongnu.org \
    --cc=sandra@codesourcery.com \
    --cc=yvanderv@altera.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.