qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC] vmstate: Add copyrights for all cpus


From: Anthony Liguori
Subject: Re: [Qemu-devel] [RFC] vmstate: Add copyrights for all cpus
Date: Mon, 07 Nov 2011 13:29:35 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Lightning/1.0b2 Thunderbird/3.1.13

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<address@hidden>
+ *
+ * Based on qemu-file support done by:
+ *  Edgar E. Iglesias<address@hidden>
+ *
+ * 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]