[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH 06/12] spapr-vty: add copyright and license
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-ppc] [PATCH 06/12] spapr-vty: add copyright and license |
Date: |
Thu, 20 Jun 2013 10:52:04 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6 |
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 <address@hidden>
> Cc: Andreas Färber <address@hidden>
> Cc: David Gibson <address@hidden>
> Cc: Michael Ellerman <address@hidden>
> Cc: Paolo Bonzini <address@hidden>
> Signed-off-by: Anthony Liguori <address@hidden>
> ---
> 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 <address@hidden>
> + *
> + * 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
- [Qemu-ppc] [PATCH 00/12] spapr: add qtest support and refactor vty, Anthony Liguori, 2013/06/19
- [Qemu-ppc] [PATCH 01/12] chardev: ringbuf: add optional save parameter to save state, Anthony Liguori, 2013/06/19
- [Qemu-ppc] [PATCH 03/12] qtest: return string from QMP commands, Anthony Liguori, 2013/06/19
- [Qemu-ppc] [PATCH 06/12] spapr-vty: add copyright and license, Anthony Liguori, 2013/06/19
- [Qemu-ppc] [PATCH 09/12] spapr-vio: move special case handling for reg=0 to vio, Anthony Liguori, 2013/06/19
- Re: [Qemu-ppc] [PATCH 09/12] spapr-vio: move special case handling for reg=0 to vio, Benjamin Herrenschmidt, 2013/06/19
[Qemu-ppc] [PATCH 08/12] spapr-rtas: use hypercall interface and remove special vty interfaces, Anthony Liguori, 2013/06/19