From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47439) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNVhT-0004UL-OJ for qemu-devel@nongnu.org; Mon, 07 Nov 2011 15:21:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNVhS-00013P-CB for qemu-devel@nongnu.org; Mon, 07 Nov 2011 15:21:47 -0500 Received: from mail-bw0-f45.google.com ([209.85.214.45]:50714) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNVhS-00013H-4c for qemu-devel@nongnu.org; Mon, 07 Nov 2011 15:21:46 -0500 Received: by bkbzu5 with SMTP id zu5so4645590bkb.4 for ; Mon, 07 Nov 2011 12:21:45 -0800 (PST) Date: Mon, 7 Nov 2011 21:21:42 +0100 From: "Edgar E. Iglesias" Message-ID: <20111107202142.GB14307@zapo> References: <1320687529-29955-1-git-send-email-quintela@redhat.com> <20111107183905.GA14307@zapo> <4EB8319F.5030002@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4EB8319F.5030002@codemonkey.ws> Subject: Re: [Qemu-devel] [RFC] vmstate: Add copyrights for all cpus List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Andrzej Zaborowski , Juan Quintela , qemu-devel@nongnu.org, Blue Swirl , Michael Walle , Richard Henderson On Mon, Nov 07, 2011 at 01:29:35PM -0600, Anthony Liguori wrote: > 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. OK: Acked-by: Edgar E. Iglesias Cheers