From: "Andreas Färber" <afaerber@suse.de>
To: "Peter A. G. Crosthwaite" <peter.crosthwaite@petalogix.com>,
batuzovk@ispras.ru
Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org, zhur@ispras.ru,
kyungmin.park@samsung.com, paul@codesourcery.com,
duyl@xilinx.com, linnj@xilinx.com, edgar.iglesias@gmail.com,
john.williams@petalogix.com
Subject: Re: [Qemu-devel] [PATCH v2 1/2] pl330: initial version
Date: Thu, 05 Apr 2012 09:07:59 +0200 [thread overview]
Message-ID: <4F7D44CF.1020007@suse.de> (raw)
In-Reply-To: <ac51047ad7eb650b196e9b8870d55033392d82af.1333094083.git.peter.crosthwaite@petalogix.com>
Am 30.03.2012 09:58, schrieb Peter A. G. Crosthwaite:
> Device model for Primecell PL330 dma controller.
>
> Signed-off-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com>
> Signed-off-by: Kirill Batuzov <batuzovk@ispras.ru>
> ---
> changed from v1:
> GPLv2 license
> some code formatting fixes
[...]
> diff --git a/hw/pl330.c b/hw/pl330.c
> new file mode 100644
> index 0000000..0ea8bb6
> --- /dev/null
> +++ b/hw/pl330.c
> @@ -0,0 +1,1403 @@
> +/*
> + * ARM PrimeCell PL330 DMA Controller
> + *
> + * Copyright (c) 2009 Samsung Electronics.
> + * Contributed by Kirill Batuzov <batuzovk@ispras.ru>
> + *
> + * 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; version 2.
> + *
> + * You should have received a copy of the GNU General Public License along
> + * with this program; if not, see <http://www.gnu.org/licenses/>.
> + */
Is there a specific reason for GPLv2? Can this be changed to
GPLv2-or-later please?
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
next prev parent reply other threads:[~2012-04-05 7:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-30 7:58 [Qemu-devel] [PATCH v2 0/2] Xilinx Zynq PL330 support Peter A. G. Crosthwaite
2012-03-30 7:58 ` [Qemu-devel] [PATCH v2 1/2] pl330: initial version Peter A. G. Crosthwaite
2012-04-05 7:07 ` Andreas Färber [this message]
2012-03-30 7:58 ` [Qemu-devel] [PATCH v2 2/2] xilinx_zynq: added pl330 to machine model Peter A. G. Crosthwaite
2012-04-04 23:37 ` [Qemu-devel] [PATCH v2 0/2] Xilinx Zynq PL330 support John Williams
2012-04-05 18:02 ` Peter Maydell
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=4F7D44CF.1020007@suse.de \
--to=afaerber@suse.de \
--cc=batuzovk@ispras.ru \
--cc=duyl@xilinx.com \
--cc=edgar.iglesias@gmail.com \
--cc=john.williams@petalogix.com \
--cc=kyungmin.park@samsung.com \
--cc=linnj@xilinx.com \
--cc=paul@codesourcery.com \
--cc=peter.crosthwaite@petalogix.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=zhur@ispras.ru \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).