From: Xin Xiaohui Date: Tue, 8 Jan 2013 03:21:25 +0000 (+0800) Subject: From 42e43afd5f39b2c46a91093eb14496073fc5ccb7 Mon Sep 17 00:00:00 2001 X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~1215 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed1f5b04b2d9dacd4742b5dc8f117b7c05ba7c5c;p=sdk%2Femulator%2Fqemu.git From 42e43afd5f39b2c46a91093eb14496073fc5ccb7 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Add boilerplate-for-HAXM Signed-off-by: Xin Xiaohui --- diff --git a/hax.h b/hax.h index 4c184f20b5..0e782aca95 100644 --- a/hax.h +++ b/hax.h @@ -1,3 +1,21 @@ +/* + * QEMU HAXM support + * + * Copyright IBM, Corp. 2008 + * + * Authors: + * Anthony Liguori + * + * Copyright (c) 2011 Intel Corporation + * Written by: + * Jiang Yunhong + * Xin Xiaohui + * Zhang Xiantao + * + * 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 diff --git a/target-i386/hax-all.c b/target-i386/hax-all.c index a60065f185..9792b06639 100644 --- a/target-i386/hax-all.c +++ b/target-i386/hax-all.c @@ -1,3 +1,24 @@ +/* + * QEMU KVM support + * + * Copyright IBM, Corp. 2008 + * Red Hat, Inc. 2008 + * + * Authors: + * Anthony Liguori + * Glauber Costa + * + * Copyright (c) 2011 Intel Corporation + * Written by: + * Jiang Yunhong + * Xin Xiaohui + * Zhang Xiantao + * + * 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 diff --git a/target-i386/hax-darwin.c b/target-i386/hax-darwin.c index b3127f6619..546973f45e 100644 --- a/target-i386/hax-darwin.c +++ b/target-i386/hax-darwin.c @@ -1,3 +1,14 @@ +/* + * QEMU HAXM support + * + * Copyright (c) 2011 Intel Corporation + * Written by: + * Jiang Yunhong + * + * This work is licensed under the terms of the GNU GPL, version 2 or later. + * + */ + /* HAX module interface - darwin version */ #include #include diff --git a/target-i386/hax-darwin.h b/target-i386/hax-darwin.h index 594a616289..1a20cc9b71 100644 --- a/target-i386/hax-darwin.h +++ b/target-i386/hax-darwin.h @@ -1,3 +1,17 @@ +/* + * QEMU KVM support + * + * Copyright (c) 2011 Intel Corporation + * Written by: + * Jiang Yunhong + * Xin Xiaohui + * Zhang Xiantao + * + * 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 diff --git a/target-i386/hax-i386.h b/target-i386/hax-i386.h index 29415652fd..ac69e956b9 100644 --- a/target-i386/hax-i386.h +++ b/target-i386/hax-i386.h @@ -1,3 +1,14 @@ +/* + * QEMU HAXM support + * + * Copyright (c) 2011 Intel Corporation + * Written by: + * Jiang Yunhong + * + * This work is licensed under the terms of the GNU GPL, version 2 or later. + * + */ + #ifndef _HAX_I386_H #define _HAX_I386_H diff --git a/target-i386/hax-interface.h b/target-i386/hax-interface.h index b9126904ca..ca0f958ca6 100644 --- a/target-i386/hax-interface.h +++ b/target-i386/hax-interface.h @@ -1,3 +1,16 @@ +/* + * QEMU HAXM support + * + * Copyright (c) 2011 Intel Corporation + * Written by: + * Jiang Yunhong + * Xin Xiaohui + * Zhang Xiantao + * + * This work is licensed under the terms of the GNU GPL, version 2 or later. + * + */ + /* Interface with HAX kernel module */ #ifndef _HAX_INTERFACE_H diff --git a/target-i386/hax-windows.c b/target-i386/hax-windows.c index c510cac214..0c8e261253 100644 --- a/target-i386/hax-windows.c +++ b/target-i386/hax-windows.c @@ -1,3 +1,14 @@ +/* + * QEMU HAXM support + * + * Copyright (c) 2011 Intel Corporation + * Written by: + * Jiang Yunhong + * + * This work is licensed under the terms of the GNU GPL, version 2 or later. + * + */ + #include "hax-i386.h" /* diff --git a/target-i386/hax-windows.h b/target-i386/hax-windows.h index 48569cdb86..eb561febc2 100644 --- a/target-i386/hax-windows.h +++ b/target-i386/hax-windows.h @@ -1,3 +1,21 @@ +/* + * QEMU HAXM support + * + * Copyright IBM, Corp. 2008 + * + * Authors: + * Anthony Liguori + * + * Copyright (c) 2011 Intel Corporation + * Written by: + * Jiang Yunhong + * Xin Xiaohui + * Zhang Xiantao + * + * This work is licensed under the terms of the GNU GPL, version 2 or later. + * + */ + #ifndef __HAX_WINDOWS_H #define __HAX_WINDOWS_H