Message ID | 1371674435-14973-7-git-send-email-aliguori@us.ibm.com |
---|---|
State | New |
Headers | show |
On Wed, 2013-06-19 at 15:40 -0500, Anthony Liguori wrote: > If you are on CC, then please Ack this patch as you touched this > file at some point in time. Barely, but yes. Acked-by: Michael Ellerman <michael@ellerman.id.au> cheers > diff --git a/hw/char/spapr_vty.c b/hw/char/spapr_vty.c > index 2993848..ecc2bb5 100644 > --- a/hw/char/spapr_vty.c > +++ b/hw/char/spapr_vty.c > @@ -1,3 +1,16 @@ > +/* > + * QEMU PowerPC pSeries Logical Partition (aka sPAPR) hardware System Emulator > + * > + * PAPR Inter-VM Logical Lan, aka ibmveth > + * > + * Copyright IBM, Corp. 2010-2013 > + * > + * Authors: > + * David Gibson <david@gibson.dropbear.id.au> > + * > + * This work is licensed under the terms of the GNU GPL, version 2 or later. > + * See the COPYING file in the top-level directory. > + */ > #include "hw/qdev.h" > #include "sysemu/char.h" > #include "hw/ppc/spapr.h"
Yes, touched and forgot :) Acked-by: Alexey Kardashevskiy <aik@ozlabs.ru> On 06/20/2013 06:40 AM, Anthony Liguori wrote: > If you are on CC, then please Ack this patch as you touched this > file at some point in time. > > Cc: Alexey Kardashevskiy <aik@ozlabs.ru> > Cc: Andreas Färber <afaerber@suse.de> > Cc: David Gibson <david@gibson.dropbear.id.au> > Cc: Michael Ellerman <michael@ellerman.id.au> > Cc: Paolo Bonzini <pbonzini@redhat.com> > Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> > --- > hw/char/spapr_vty.c | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/hw/char/spapr_vty.c b/hw/char/spapr_vty.c > index 2993848..ecc2bb5 100644 > --- a/hw/char/spapr_vty.c > +++ b/hw/char/spapr_vty.c > @@ -1,3 +1,16 @@ > +/* > + * QEMU PowerPC pSeries Logical Partition (aka sPAPR) hardware System Emulator > + * > + * PAPR Inter-VM Logical Lan, aka ibmveth > + * > + * Copyright IBM, Corp. 2010-2013 > + * > + * Authors: > + * David Gibson <david@gibson.dropbear.id.au> > + * > + * This work is licensed under the terms of the GNU GPL, version 2 or later. > + * See the COPYING file in the top-level directory. > + */ > #include "hw/qdev.h" > #include "sysemu/char.h" > #include "hw/ppc/spapr.h" >
On Wed, Jun 19, 2013 at 03:40:29PM -0500, Anthony Liguori wrote: > If you are on CC, then please Ack this patch as you touched this > file at some point in time. > > Cc: Alexey Kardashevskiy <aik@ozlabs.ru> > Cc: Andreas Färber <afaerber@suse.de> > Cc: David Gibson <david@gibson.dropbear.id.au> > Cc: Michael Ellerman <michael@ellerman.id.au> > Cc: Paolo Bonzini <pbonzini@redhat.com> > Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Acked-by: David Gibson <david@gibson.dropbear.id.au> Sorry, should have put that banner in from day 1, but I forgot, obviously.
Il 19/06/2013 22:40, Anthony Liguori ha scritto: > If you are on CC, then please Ack this patch as you touched this > file at some point in time. > > Cc: Alexey Kardashevskiy <aik@ozlabs.ru> > Cc: Andreas Färber <afaerber@suse.de> > Cc: David Gibson <david@gibson.dropbear.id.au> > Cc: Michael Ellerman <michael@ellerman.id.au> > Cc: Paolo Bonzini <pbonzini@redhat.com> > Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> > --- > hw/char/spapr_vty.c | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/hw/char/spapr_vty.c b/hw/char/spapr_vty.c > index 2993848..ecc2bb5 100644 > --- a/hw/char/spapr_vty.c > +++ b/hw/char/spapr_vty.c > @@ -1,3 +1,16 @@ > +/* > + * QEMU PowerPC pSeries Logical Partition (aka sPAPR) hardware System Emulator > + * > + * PAPR Inter-VM Logical Lan, aka ibmveth > + * > + * Copyright IBM, Corp. 2010-2013 > + * > + * Authors: > + * David Gibson <david@gibson.dropbear.id.au> > + * > + * This work is licensed under the terms of the GNU GPL, version 2 or later. > + * See the COPYING file in the top-level directory. > + */ > #include "hw/qdev.h" > #include "sysemu/char.h" > #include "hw/ppc/spapr.h" > ACK Paolo
Am 19.06.2013 22:40, schrieb Anthony Liguori: > If you are on CC, then please Ack this patch as you touched this > file at some point in time. > > Cc: Alexey Kardashevskiy <aik@ozlabs.ru> > Cc: Andreas Färber <afaerber@suse.de> > Cc: David Gibson <david@gibson.dropbear.id.au> > Cc: Michael Ellerman <michael@ellerman.id.au> > Cc: Paolo Bonzini <pbonzini@redhat.com> > Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> > --- > hw/char/spapr_vty.c | 13 +++++++++++++ > 1 file changed, 13 insertions(+) Acked-by: Andreas Färber <afaerber@suse.de> Andreas > > diff --git a/hw/char/spapr_vty.c b/hw/char/spapr_vty.c > index 2993848..ecc2bb5 100644 > --- a/hw/char/spapr_vty.c > +++ b/hw/char/spapr_vty.c > @@ -1,3 +1,16 @@ > +/* > + * QEMU PowerPC pSeries Logical Partition (aka sPAPR) hardware System Emulator > + * > + * PAPR Inter-VM Logical Lan, aka ibmveth > + * > + * Copyright IBM, Corp. 2010-2013 > + * > + * Authors: > + * David Gibson <david@gibson.dropbear.id.au> > + * > + * This work is licensed under the terms of the GNU GPL, version 2 or later. > + * See the COPYING file in the top-level directory. > + */ > #include "hw/qdev.h" > #include "sysemu/char.h" > #include "hw/ppc/spapr.h" >
diff --git a/hw/char/spapr_vty.c b/hw/char/spapr_vty.c index 2993848..ecc2bb5 100644 --- a/hw/char/spapr_vty.c +++ b/hw/char/spapr_vty.c @@ -1,3 +1,16 @@ +/* + * QEMU PowerPC pSeries Logical Partition (aka sPAPR) hardware System Emulator + * + * PAPR Inter-VM Logical Lan, aka ibmveth + * + * Copyright IBM, Corp. 2010-2013 + * + * Authors: + * David Gibson <david@gibson.dropbear.id.au> + * + * This work is licensed under the terms of the GNU GPL, version 2 or later. + * See the COPYING file in the top-level directory. + */ #include "hw/qdev.h" #include "sysemu/char.h" #include "hw/ppc/spapr.h"
If you are on CC, then please Ack this patch as you touched this file at some point in time. Cc: Alexey Kardashevskiy <aik@ozlabs.ru> Cc: Andreas Färber <afaerber@suse.de> Cc: David Gibson <david@gibson.dropbear.id.au> Cc: Michael Ellerman <michael@ellerman.id.au> Cc: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> --- hw/char/spapr_vty.c | 13 +++++++++++++ 1 file changed, 13 insertions(+)