Yes, touched and forgot :) Acked-by: Alexey Kardashevskiy <a...@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 <a...@ozlabs.ru> > Cc: Andreas Färber <afaer...@suse.de> > Cc: David Gibson <da...@gibson.dropbear.id.au> > Cc: Michael Ellerman <mich...@ellerman.id.au> > Cc: Paolo Bonzini <pbonz...@redhat.com> > Signed-off-by: Anthony Liguori <aligu...@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 <da...@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" > -- Alexey