From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dyvOJ-0008F0-5p for qemu-devel@nongnu.org; Mon, 02 Oct 2017 03:43:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dyvOF-0001Wa-BL for qemu-devel@nongnu.org; Mon, 02 Oct 2017 03:43:50 -0400 References: <1504286483-23327-1-git-send-email-eric.auger@redhat.com> <1504286483-23327-2-git-send-email-eric.auger@redhat.com> From: Auger Eric Message-ID: <6af2c711-5f6b-d8e1-d0e3-21bfb3e5c98c@redhat.com> Date: Mon, 2 Oct 2017 09:43:20 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v7 01/20] hw/arm/smmu-common: smmu base device and datatypes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Prem Mallappa , Peter Maydell Cc: eric.auger.pro@gmail.com, qemu-arm , QEMU Developers , Alex Williamson , Andrew Jones , Christoffer Dall , Radha.Chintakuntla@cavium.com, Sunil.Goutham@cavium.com, Radha Mohan , Trey Cain , Bharat Bhushan , Tomasz Nowicki , "Michael S. Tsirkin" , Will Deacon , jean-philippe.brucker@arm.com, robin.murphy@arm.com, Peter Xu , "Edgar E. Iglesias" , wtownsen@redhat.com List-ID: Hi Prem, On 30/09/2017 10:28, Prem Mallappa wrote: > All, > > I am no longer associated with Broadcom, so can't help much here I guess. > > If there is anything else I can do; please let me know. Thank you very much for your reply. We are going to ask Broadcom's representatives. Thanks Eric > > Cheers, > /Prem > > > > -- > Prem > > On Wed, Sep 27, 2017 at 11:08 PM, Peter Maydell > > wrote: > > On 1 September 2017 at 10:21, Eric Auger > wrote: > > The patch introduces the smmu base device and class for the ARM > > smmu. Devices for specific versions will be derived from this > > base device. > > > > We also introduce some important datatypes. > > > > Signed-off-by: Eric Auger > > > Signed-off-by: Prem Mallappa > > > > +/* > > + * Copyright (C) 2014-2016 Broadcom Corporation > > + * Copyright (c) 2017 Red Hat, Inc. > > + * Written by Prem Mallappa, Eric Auger > > + * > > + * 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. > > Really GPL-2-only ? > > Unless there's a good reason, you should probably fix this (including > getting an ack from Prem/Broadcom where it applies to code that came > from him). > > thanks > -- PMM > >