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 <mich...@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 <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"