aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MAINTAINERS2
-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/common/tasklet.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
13 files changed, 13 insertions, 13 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 87f2664323..df51c0e5d2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -201,7 +201,7 @@ F: tools/xentrace/
F: xen/common/trace.c
THE REST
-M: Keir Fraser <keir.fraser@citrix.com>
+M: Keir Fraser <keir@xen.org>
S: Supported
F: *
F: */
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 bc39c65fc7..39a92257df 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 18748e95eb..af903c9b72 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/common/tasklet.c b/xen/common/tasklet.c
index 3dff65074e..7d6b14df32 100644
--- a/xen/common/tasklet.c
+++ b/xen/common/tasklet.c
@@ -8,7 +8,7 @@
* Copyright (c) 1992, Linus Torvalds
*
* Authors:
- * Keir Fraser <keir.fraser@citrix.com>
+ * Keir Fraser <keir@xen.org>
*/
#include <xen/config.h>
diff --git a/xen/include/asm-x86/hvm/emulate.h b/xen/include/asm-x86/hvm/emulate.h
index 7ac8e79bbd..00a06cc251 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__