From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:35500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0t9g-00038W-QN for qemu-devel@nongnu.org; Mon, 04 Mar 2019 14:21:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0t9g-00037t-1R for qemu-devel@nongnu.org; Mon, 04 Mar 2019 14:21:40 -0500 Received: from mail-ot1-x32d.google.com ([2607:f8b0:4864:20::32d]:40892) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h0t9f-00037D-Pd for qemu-devel@nongnu.org; Mon, 04 Mar 2019 14:21:39 -0500 Received: by mail-ot1-x32d.google.com with SMTP id v20so5208383otk.7 for ; Mon, 04 Mar 2019 11:21:39 -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: <50ec8aca-252e-792f-9a9a-a5dc606eca9c@redhat.com> From: David Kiarie Date: Mon, 4 Mar 2019 22:20:50 +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 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? > > --- > > 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 modif= y > > * it under the terms of the GNU General Public License as published b= y > > 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 modif= y > > * it under the terms of the GNU General Public License as published b= y > > >