From 42e43afd5f39b2c46a91093eb14496073fc5ccb7 Mon Sep 17 00:00:00 2001
authorXin Xiaohui <xiaohui.xin@intel.com>
Tue, 8 Jan 2013 03:21:25 +0000 (11:21 +0800)
committerZhai Edwin <edwin.zhai@intel.com>
Tue, 8 Jan 2013 05:23:13 +0000 (13:23 +0800)
Subject: [PATCH] Add boilerplate-for-HAXM

Signed-off-by: Xin Xiaohui <xiaohui.xin@intel.com>
hax.h
target-i386/hax-all.c
target-i386/hax-darwin.c
target-i386/hax-darwin.h
target-i386/hax-i386.h
target-i386/hax-interface.h
target-i386/hax-windows.c
target-i386/hax-windows.h

diff --git a/hax.h b/hax.h
index 4c184f2..0e782ac 100644 (file)
--- a/hax.h
+++ b/hax.h
@@ -1,3 +1,21 @@
+/*
+ * QEMU HAXM support
+ *
+ * Copyright IBM, Corp. 2008
+ *
+ * Authors:
+ *  Anthony Liguori   <aliguori@us.ibm.com>
+ * 
+ * Copyright (c) 2011 Intel Corporation
+ *  Written by:
+ *  Jiang Yunhong<yunhong.jiang@intel.com>
+ *  Xin Xiaohui<xiaohui.xin@intel.com>
+ *  Zhang Xiantao<xiantao.zhang@intel.com>
+ *
+ * This work is licensed under the terms of the GNU GPL, version 2 or later.
+ *
+ */
+
 /* header to be included in non-HAX-specific code */
 #ifndef _HAX_H
 #define _HAX_H
index a60065f..9792b06 100644 (file)
@@ -1,4 +1,25 @@
 /*
+ * QEMU KVM support
+ *
+ * Copyright IBM, Corp. 2008
+ *           Red Hat, Inc. 2008
+ *
+ * Authors:
+ *  Anthony Liguori   <aliguori@us.ibm.com>
+ *  Glauber Costa     <gcosta@redhat.com>
+ *
+ * Copyright (c) 2011 Intel Corporation
+ *  Written by:
+ *  Jiang Yunhong<yunhong.jiang@intel.com>
+ *  Xin Xiaohui<xiaohui.xin@intel.com>
+ *  Zhang Xiantao<xiantao.zhang@intel.com>
+ *
+ * This work is licensed under the terms of the GNU GPL, version 2 or later.
+ * See the COPYING file in the top-level directory.
+ *
+ */
+
+/*
  * HAX common code for both windows and darwin
  * some code from KVM side
  */
index b3127f6..546973f 100644 (file)
@@ -1,3 +1,14 @@
+/*
+ * QEMU HAXM support
+ *
+ * Copyright (c) 2011 Intel Corporation
+ *  Written by:
+ *  Jiang Yunhong<yunhong.jiang@intel.com>
+ *
+ * This work is licensed under the terms of the GNU GPL, version 2 or later.
+ *
+ */
+
 /* HAX module interface - darwin version */
 #include <sys/types.h>
 #include <sys/stat.h>
index 594a616..1a20cc9 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * QEMU KVM support
+ *
+ * Copyright (c) 2011 Intel Corporation
+ *  Written by:
+ *  Jiang Yunhong<yunhong.jiang@intel.com>
+ *  Xin Xiaohui<xiaohui.xin@intel.com>
+ *  Zhang Xiantao<xiantao.zhang@intel.com>
+ *
+ * This work is licensed under the terms of the GNU GPL, version 2 or later.
+ * See the COPYING file in the top-level directory.
+ *
+ */
+
 #ifndef __HAX_UNIX_H
 #define __HAX_UNIX_H
 
index 2941565..ac69e95 100644 (file)
@@ -1,3 +1,14 @@
+/*
+ * QEMU HAXM support
+ *
+ * Copyright (c) 2011 Intel Corporation
+ *  Written by:
+ *  Jiang Yunhong<yunhong.jiang@intel.com>
+ *
+ * This work is licensed under the terms of the GNU GPL, version 2 or later.
+ *
+ */
+
 #ifndef _HAX_I386_H
 #define _HAX_I386_H
 
index b912690..ca0f958 100644 (file)
@@ -1,3 +1,16 @@
+/*
+ * QEMU HAXM support
+ *
+ * Copyright (c) 2011 Intel Corporation
+ *  Written by:
+ *  Jiang Yunhong<yunhong.jiang@intel.com>
+ *  Xin Xiaohui<xiaohui.xin@intel.com>
+ *  Zhang Xiantao<xiantao.zhang@intel.com>
+ *
+ * This work is licensed under the terms of the GNU GPL, version 2 or later.
+ *
+ */
+
 /* Interface with HAX kernel module */
 
 #ifndef _HAX_INTERFACE_H
index c510cac..0c8e261 100644 (file)
@@ -1,3 +1,14 @@
+/*
+ * QEMU HAXM support
+ *
+ * Copyright (c) 2011 Intel Corporation
+ *  Written by:
+ *  Jiang Yunhong<yunhong.jiang@intel.com>
+ *
+ * This work is licensed under the terms of the GNU GPL, version 2 or later.
+ *
+ */
+
 #include "hax-i386.h"
 
 /*
index 48569cd..eb561fe 100644 (file)
@@ -1,3 +1,21 @@
+/*
+ * QEMU HAXM support
+ *
+ * Copyright IBM, Corp. 2008
+ *
+ * Authors:
+ *  Anthony Liguori   <aliguori@us.ibm.com>
+ *
+ * Copyright (c) 2011 Intel Corporation
+ *  Written by:
+ *  Jiang Yunhong<yunhong.jiang@intel.com>
+ *  Xin Xiaohui<xiaohui.xin@intel.com>
+ *  Zhang Xiantao<xiantao.zhang@intel.com>
+ *
+ * This work is licensed under the terms of the GNU GPL, version 2 or later.
+ *
+ */
+
 #ifndef __HAX_WINDOWS_H
 #define __HAX_WINDOWS_H