All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Färber" <afaerber@suse.de>
To: Guan Xuetao <gxt@mprc.pku.edu.cn>
Cc: Blue Swirl <blauwirbel@gmail.com>,
	Paolo Bonzini <pbonzini@redhat.com>,
	qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCHv3 0/3] unicore32: add unicore32-linux-user support for qemu 0.14
Date: Sat, 11 Feb 2012 14:11:00 +0100	[thread overview]
Message-ID: <4F3668E4.3040309@suse.de> (raw)
In-Reply-To: <008e01cbf8eb$27743000$765c9000$@mprc.pku.edu.cn>

Hello,

Am 12.04.2011 10:25, schrieb Guan Xuetao:
> 
> The patch set adds new unicore32-linux-user support for qemu-stable-0.14
>     Patch 1 adds target-unicore32 directory
>     Patch 2 adds linux-user/unicore32 directory
>     Patch 3 adds necessary modifications for other files
> 
> V2->V3: rebase on master branch of qemu
> 
> V1 -> V2: changed by advice from Blue Swirl
> 
> Guan Xuetao (3):
>   unicore32: add target-unicore32 directory for unicore32-linux-user
>     support
>   unicore32: add necessry headers in linux-user/unicore32 for unicore32
>     support
>   unicore32: necessary modifications for other files to support
>     unicore32

>  create mode 100644 target-unicore32/cpu.h
>  create mode 100644 target-unicore32/exec.h
>  create mode 100644 target-unicore32/helper.c
>  create mode 100644 target-unicore32/helper.h
>  create mode 100644 target-unicore32/op_helper.c
>  create mode 100644 target-unicore32/translate.c

Last year you added a unicore32 target to QEMU. The new files you added
in target-unicore32/ carry the following license notice:

 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.

Are you able to change this to the original GNU GPLv2 version notice
that has "or (at your option) any later version"?

 * This program 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 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, see
 * <http://www.gnu.org/licenses/gpl-2.0.html>

I would like to add QOM support to unicore32 and would very much like to
have that under a future-proof license.

Cf. http://wiki.qemu.org/Relicensing

Thanks in advance,

Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

  parent reply	other threads:[~2012-02-11 13:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-12  8:25 [Qemu-devel] [PATCHv3 0/3] unicore32: add unicore32-linux-user support for qemu 0.14 Guan Xuetao
2011-04-12 19:22 ` Blue Swirl
2012-02-11 13:11 ` Andreas Färber [this message]
2012-02-13  8:50   ` Guan Xuetao

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=4F3668E4.3040309@suse.de \
    --to=afaerber@suse.de \
    --cc=blauwirbel@gmail.com \
    --cc=gxt@mprc.pku.edu.cn \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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.