Message ID | 20190221155359.8247-2-davidkiarie4@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | snip my name and email | expand |
On Thu, Feb 21, 2019 at 06:53:59PM +0300, David Kiarie wrote: Note, patches to QEMU are required to have a signed-off-by line in the commit message with name + email address to indicate your contribution follows the submission rules https://wiki.qemu.org/Contribute/SubmitAPatch#Patch_emails_must_include_a_Signed-off-by:_line Regards, Daniel
On Thu, Feb 21, 2019 at 7:19 PM Daniel P. Berrangé <berrange@redhat.com> wrote: > On Thu, Feb 21, 2019 at 06:53:59PM +0300, David Kiarie wrote: > > Note, patches to QEMU are required to have a signed-off-by line in the > commit message with name + email address to indicate your contribution > follows the submission rules > > > https://wiki.qemu.org/Contribute/SubmitAPatch#Patch_emails_must_include_a_Signed-off-by:_line > > > noted. thanks. > Regards, > Daniel > >
diff --git a/hw/i386/amd_iommu.c b/hw/i386/amd_iommu.c index 8ad707a..e4f3e9c 100644 --- a/hw/i386/amd_iommu.c +++ b/hw/i386/amd_iommu.c @@ -2,7 +2,6 @@ * QEMU emulation of AMD IOMMU (AMD-Vi) * * Copyright (C) 2011 Eduard - Gabriel Munteanu - * Copyright (C) 2015 David Kiarie, <davidkiarie4@gmail.com> * * 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 diff --git a/hw/i386/amd_iommu.h b/hw/i386/amd_iommu.h index c52886f..7d577d0 100644 --- a/hw/i386/amd_iommu.h +++ b/hw/i386/amd_iommu.h @@ -2,7 +2,6 @@ * QEMU emulation of an AMD IOMMU (AMD-Vi) * * Copyright (C) 2011 Eduard - Gabriel Munteanu - * Copyright (C) 2015 David Kiarie, <davidkiarie4@gmail.com> * * 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