aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2011-01-07 13:32:36 +0000
committerKeir Fraser <keir@xen.org>2011-01-07 13:32:36 +0000
commit5e84ac0a2b77859c98f5cf101bd3934ecb9f191d (patch)
treebede994e39cb9e4d77ded7348a47888c593a0443
parentf3557ff6a2749ecbde3e5a39da2581a825390ada (diff)
downloadxen-5e84ac0a2b77859c98f5cf101bd3934ecb9f191d.tar.gz
xen-5e84ac0a2b77859c98f5cf101bd3934ecb9f191d.tar.bz2
xen-5e84ac0a2b77859c98f5cf101bd3934ecb9f191d.zip
Update my email address to long-term stable address.
Signed-off-by: Keir Fraser <keir@xen.org> xen-unstable changeset: 22675:0ab058a55c24 xen-unstable date: Fri Jan 07 13:30:04 2011 +0000
-rw-r--r--tools/firmware/hvmloader/cacheattr.c2
-rw-r--r--tools/firmware/hvmloader/smp.c2
-rw-r--r--tools/firmware/hvmloader/tests.c2
-rw-r--r--tools/firmware/rombios/32bitgateway.c2
-rw-r--r--xen/arch/x86/boot/reloc.c2
-rw-r--r--xen/arch/x86/hvm/emulate.c2
-rw-r--r--xen/arch/x86/hvm/vmx/realmode.c2
-rw-r--r--xen/arch/x86/x86_emulate.c2
-rw-r--r--xen/include/asm-x86/hvm/emulate.h2
-rw-r--r--xen/include/asm-x86/x86_emulate.h2
-rw-r--r--xen/include/public/arch-x86/cpuid.h2
11 files changed, 11 insertions, 11 deletions
diff --git a/tools/firmware/hvmloader/cacheattr.c b/tools/firmware/hvmloader/cacheattr.c
index ae23b3e159..63f53c1e49 100644
--- a/tools/firmware/hvmloader/cacheattr.c
+++ b/tools/firmware/hvmloader/cacheattr.c
@@ -4,7 +4,7 @@
* Copyright (c) 2008, Citrix Systems, Inc.
*
* Authors:
- * Keir Fraser <keir.fraser@citrix.com>
+ * Keir Fraser <keir@xen.org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
diff --git a/tools/firmware/hvmloader/smp.c b/tools/firmware/hvmloader/smp.c
index 76d1c28040..c8ee0ec0be 100644
--- a/tools/firmware/hvmloader/smp.c
+++ b/tools/firmware/hvmloader/smp.c
@@ -4,7 +4,7 @@
* Copyright (c) 2008, Citrix Systems, Inc.
*
* Authors:
- * Keir Fraser <keir.fraser@citrix.com>
+ * Keir Fraser <keir@xen.org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
diff --git a/tools/firmware/hvmloader/tests.c b/tools/firmware/hvmloader/tests.c
index da40a6672b..a8a81a82ee 100644
--- a/tools/firmware/hvmloader/tests.c
+++ b/tools/firmware/hvmloader/tests.c
@@ -4,7 +4,7 @@
* Copyright (c) 2008, Citrix Systems, Inc.
*
* Authors:
- * Keir Fraser <keir.fraser@citrix.com>
+ * Keir Fraser <keir@xen.org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
diff --git a/tools/firmware/rombios/32bitgateway.c b/tools/firmware/rombios/32bitgateway.c
index d76f19400f..fc82e07725 100644
--- a/tools/firmware/rombios/32bitgateway.c
+++ b/tools/firmware/rombios/32bitgateway.c
@@ -22,7 +22,7 @@
* Copyright (c) 2008, Citrix Systems, Inc.
*
* Author: Stefan Berger <stefanb@us.ibm.com>
- * Author: Keir Fraser <keir.fraser@citrix.com>
+ * Author: Keir Fraser <keir@xen.org>
*/
/*
diff --git a/xen/arch/x86/boot/reloc.c b/xen/arch/x86/boot/reloc.c
index b51d472ebe..fe8aa633b5 100644
--- a/xen/arch/x86/boot/reloc.c
+++ b/xen/arch/x86/boot/reloc.c
@@ -7,7 +7,7 @@
* Copyright (c) 2009, Citrix Systems, Inc.
*
* Authors:
- * Keir Fraser <keir.fraser@citrix.com>
+ * Keir Fraser <keir@xen.org>
*/
asm (
diff --git a/xen/arch/x86/hvm/emulate.c b/xen/arch/x86/hvm/emulate.c
index 88b1eb1946..e4a380b6cd 100644
--- a/xen/arch/x86/hvm/emulate.c
+++ b/xen/arch/x86/hvm/emulate.c
@@ -6,7 +6,7 @@
* Copyright (c) 2008, Citrix Systems, Inc.
*
* Authors:
- * Keir Fraser <keir.fraser@citrix.com>
+ * Keir Fraser <keir@xen.org>
*/
#include <xen/config.h>
diff --git a/xen/arch/x86/hvm/vmx/realmode.c b/xen/arch/x86/hvm/vmx/realmode.c
index b3574c20b4..1fd81dd214 100644
--- a/xen/arch/x86/hvm/vmx/realmode.c
+++ b/xen/arch/x86/hvm/vmx/realmode.c
@@ -6,7 +6,7 @@
* Copyright (c) 2007-2008 Citrix Systems, Inc.
*
* Authors:
- * Keir Fraser <keir.fraser@citrix.com>
+ * Keir Fraser <keir@xen.org>
*/
#include <xen/config.h>
diff --git a/xen/arch/x86/x86_emulate.c b/xen/arch/x86/x86_emulate.c
index e69deb1ed8..fbf740efee 100644
--- a/xen/arch/x86/x86_emulate.c
+++ b/xen/arch/x86/x86_emulate.c
@@ -6,7 +6,7 @@
* Copyright (c) 2008, Citrix Systems, Inc.
*
* Authors:
- * Keir Fraser <keir.fraser@citrix.com>
+ * Keir Fraser <keir@xen.org>
*/
#include <asm/x86_emulate.h>
diff --git a/xen/include/asm-x86/hvm/emulate.h b/xen/include/asm-x86/hvm/emulate.h
index c46ffb0706..794cb0eed6 100644
--- a/xen/include/asm-x86/hvm/emulate.h
+++ b/xen/include/asm-x86/hvm/emulate.h
@@ -6,7 +6,7 @@
* Copyright (c) 2008 Citrix Systems, Inc.
*
* Authors:
- * Keir Fraser <keir.fraser@citrix.com>
+ * Keir Fraser <keir@xen.org>
*/
#ifndef __ASM_X86_HVM_EMULATE_H__
diff --git a/xen/include/asm-x86/x86_emulate.h b/xen/include/asm-x86/x86_emulate.h
index d87966a22b..7426d8d372 100644
--- a/xen/include/asm-x86/x86_emulate.h
+++ b/xen/include/asm-x86/x86_emulate.h
@@ -6,7 +6,7 @@
* Copyright (c) 2008, Citrix Systems, Inc.
*
* Authors:
- * Keir Fraser <keir.fraser@citrix.com>
+ * Keir Fraser <keir@xen.org>
*/
#ifndef __ASM_X86_X86_EMULATE_H__
diff --git a/xen/include/public/arch-x86/cpuid.h b/xen/include/public/arch-x86/cpuid.h
index 34fd72d303..d9bd62714f 100644
--- a/xen/include/public/arch-x86/cpuid.h
+++ b/xen/include/public/arch-x86/cpuid.h
@@ -24,7 +24,7 @@
* Copyright (c) 2007 Citrix Systems, Inc.
*
* Authors:
- * Keir Fraser <keir.fraser@citrix.com>
+ * Keir Fraser <keir@xen.org>
*/
#ifndef __XEN_PUBLIC_ARCH_X86_CPUID_H__