From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:37752) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0tHn-0001za-Gd for qemu-devel@nongnu.org; Mon, 04 Mar 2019 14:30:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0tHm-0007yU-20 for qemu-devel@nongnu.org; Mon, 04 Mar 2019 14:30:03 -0500 Received: from mail-ot1-x336.google.com ([2607:f8b0:4864:20::336]:41124) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h0tHj-0007wI-4q for qemu-devel@nongnu.org; Mon, 04 Mar 2019 14:29:59 -0500 Received: by mail-ot1-x336.google.com with SMTP id t7so5223448otk.8 for ; Mon, 04 Mar 2019 11:29:58 -0800 (PST) MIME-Version: 1.0 References: <20190304151827.1813-1-davidkiarie4@gmail.com> <20190304151827.1813-2-davidkiarie4@gmail.com> <50ec8aca-252e-792f-9a9a-a5dc606eca9c@redhat.com> In-Reply-To: From: David Kiarie Date: Mon, 4 Mar 2019 22:29:10 +0300 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 1/1] update copyright notice List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= Cc: QEMU Developers , "Michael S. Tsirkin" , Jan Kiszka , Peter Xu , Paolo Bonzini , Richard Henderson On Mon, Mar 4, 2019 at 10:20 PM David Kiarie wrote= : > > > On Mon, Mar 4, 2019 at 8:48 PM Philippe Mathieu-Daud=C3=A9 > wrote: > >> On 3/4/19 4:18 PM, David Kiarie wrote: >> > Signed-off-by: David Kiarie >> >> Reviewed-by: Philippe Mathieu-Daud=C3=A9 >> > > would i be wrong to say this patch received unwarranted scrutiny from you= , > Philippe? > i mean, given you have never been involved in any IOMMU work, i wouldn't expect that you're in a position to asking questions about the copyright. > > >> > --- >> > hw/i386/amd_iommu.c | 2 +- >> > hw/i386/amd_iommu.h | 2 +- >> > 2 files changed, 2 insertions(+), 2 deletions(-) >> > >> > diff --git a/hw/i386/amd_iommu.c b/hw/i386/amd_iommu.c >> > index 8ad707a..6eabdf9 100644 >> > --- a/hw/i386/amd_iommu.c >> > +++ b/hw/i386/amd_iommu.c >> > @@ -2,7 +2,7 @@ >> > * QEMU emulation of AMD IOMMU (AMD-Vi) >> > * >> > * Copyright (C) 2011 Eduard - Gabriel Munteanu >> > - * Copyright (C) 2015 David Kiarie, >> > + * Copyright (C) 2015, 2016 David Kiarie Kahurani >> > * >> > * This program is free software; you can redistribute it and/or modi= fy >> > * it under the terms of the GNU General Public License as published = by >> > diff --git a/hw/i386/amd_iommu.h b/hw/i386/amd_iommu.h >> > index c52886f..0ff9095 100644 >> > --- a/hw/i386/amd_iommu.h >> > +++ b/hw/i386/amd_iommu.h >> > @@ -2,7 +2,7 @@ >> > * QEMU emulation of an AMD IOMMU (AMD-Vi) >> > * >> > * Copyright (C) 2011 Eduard - Gabriel Munteanu >> > - * Copyright (C) 2015 David Kiarie, >> > + * Copyright (C) 2015, 2016 David Kiarie Kahurani >> > * >> > * This program is free software; you can redistribute it and/or modi= fy >> > * it under the terms of the GNU General Public License as published = by >> > >> >