qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 30/35] vmstate: Add copyright info for cris processo


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 30/35] vmstate: Add copyright info for cris processor
Date: Fri, 4 May 2012 12:54:57 +0200

Signed-off-by: Juan Quintela <address@hidden>
Acked-by: Edgar E. Iglesias <address@hidden>
---
 target-cris/vmstate-cpu.c |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/target-cris/vmstate-cpu.c b/target-cris/vmstate-cpu.c
index 1dbf8b5..47ac170 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 savevm serialization code by:
+ *  Edgar E. Iglesias <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/hw.h"

 static const VMStateDescription vmstate_tlbset = {
-- 
1.7.7.6




reply via email to

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