qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 2/8] vmstate: Add copyright info for lm32 processor


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 2/8] vmstate: Add copyright info for lm32 processor
Date: Wed, 23 Nov 2011 16:44:53 +0100

Signed-off-by: Juan Quintela <address@hidden>
Acked-By: Michael Walle <address@hidden>
---
 target-lm32/vmstate-cpu.c |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/target-lm32/vmstate-cpu.c b/target-lm32/vmstate-cpu.c
index 60b4b29..27e09d2 100644
--- a/target-lm32/vmstate-cpu.c
+++ b/target-lm32/vmstate-cpu.c
@@ -1,3 +1,18 @@
+/*
+ * Migration support for lm32 cpus
+ *
+ * Copyright (C) 2011 Red Hat, Inc.
+ *
+ * Author(s):
+ *  Juan Quintela <address@hidden>
+ *
+ * Based on qemu-file support done by:
+ *  Michael Walle <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"

 const VMStateDescription vmstate_cpu = {
-- 
1.7.7.1




reply via email to

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