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<quint...@redhat.com>
+ *
+ * Based on qemu-file support done by:
+ * Edgar E. Iglesias<edgar.igles...@gmail.com>
+ *
+ * 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