qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCHv3 0/3] unicore32: add unicore32-linux-user suppo


From: Andreas Färber
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
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111220 Thunderbird/9.0

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



reply via email to

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