From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNUt3-0006L1-8p for qemu-devel@nongnu.org; Mon, 07 Nov 2011 14:29:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNUt2-0007p2-5v for qemu-devel@nongnu.org; Mon, 07 Nov 2011 14:29:41 -0500 Received: from mail-gy0-f173.google.com ([209.85.160.173]:61316) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNUt2-0007ou-0v for qemu-devel@nongnu.org; Mon, 07 Nov 2011 14:29:40 -0500 Received: by gyb11 with SMTP id 11so4779006gyb.4 for ; Mon, 07 Nov 2011 11:29:39 -0800 (PST) Message-ID: <4EB8319F.5030002@codemonkey.ws> Date: Mon, 07 Nov 2011 13:29:35 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1320687529-29955-1-git-send-email-quintela@redhat.com> <20111107183905.GA14307@zapo> In-Reply-To: <20111107183905.GA14307@zapo> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC] vmstate: Add copyrights for all cpus List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Edgar E. Iglesias" Cc: Andrzej Zaborowski , Juan Quintela , qemu-devel@nongnu.org, Blue Swirl , Michael Walle , Richard Henderson On 11/07/2011 12:39 PM, Edgar E. Iglesias wrote: > On Mon, Nov 07, 2011 at 06:38:49PM +0100, Juan Quintela wrote: >> static bool feature_vfp_needed(void *opaque) >> diff --git a/target-cris/vmstate-cpu.c b/target-cris/vmstate-cpu.c >> index 0f732d3..bbccb8b 100644 >> --- a/target-cris/vmstate-cpu.c >> +++ b/target-cris/vmstate-cpu.c >> @@ -1,3 +1,18 @@ >> +/* >> + * Migration support for cris cpus >> + * >> + * Copyright (C) 2011 Red Hat, Inc. >> + * >> + * Author(s): >> + * Juan Quintela >> + * >> + * Based on qemu-file support done by: >> + * Edgar E. Iglesias >> + * >> + * This work is licensed under the terms of the GNU GPL, version 2. See >> + * the COPYING file in the top-level directory. >> + */ >> + >> #include "hw/hw.h" >> >> static const VMStateDescription vmstate_tlbset = { > > > Hi Juan, > > This is OK with me Please give an explicit Acked-by for the commit. I'd like there to be a clear history in git of these types of changes. Regards, Anthony Liguori > > Thanks, > Edgar >