]> xenbits.xensource.com Git - xen.git/commitdiff
Update my email address to long-term stable address.
authorKeir Fraser <keir@xen.org>
Fri, 7 Jan 2011 13:30:04 +0000 (13:30 +0000)
committerKeir Fraser <keir@xen.org>
Fri, 7 Jan 2011 13:30:04 +0000 (13:30 +0000)
Signed-off-by: Keir Fraser <keir@xen.org>
13 files changed:
MAINTAINERS
tools/firmware/hvmloader/cacheattr.c
tools/firmware/hvmloader/smp.c
tools/firmware/hvmloader/tests.c
tools/firmware/rombios/32bitgateway.c
xen/arch/x86/boot/reloc.c
xen/arch/x86/hvm/emulate.c
xen/arch/x86/hvm/vmx/realmode.c
xen/arch/x86/x86_emulate.c
xen/common/tasklet.c
xen/include/asm-x86/hvm/emulate.h
xen/include/asm-x86/x86_emulate.h
xen/include/public/arch-x86/cpuid.h

index 87f26643234e727c397fd62afd8d5d2ab6fa3b0e..df51c0e5d2777a79ddb60da9fd642f47cc3cd818 100644 (file)
@@ -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:     */
index ae23b3e159a5f8e371b15f25c1a67a6b9c2bbca1..63f53c1e49b8e4dbced15c14c9e6aaf899f2b04d 100644 (file)
@@ -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,
index 76d1c280403c315f09c189697074a512f3babd91..c8ee0ec0beb4f5b95640ee31b29d6de9b66df782 100644 (file)
@@ -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,
index da40a6672bb0c45e79d8038c56a80d85d55bc7e5..a8a81a82ee269be8e91420ee90fde3ebec64c23f 100644 (file)
@@ -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,
index d76f19400fb707f96a120768cb6482ee79368ca4..fc82e077252e3d8d9e284e91a93bd55d62c9f962 100644 (file)
@@ -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>
  */
 
 /*
index bc39c65fc7d14df117c46aa61c8160b4cb05beb1..39a92257dfdb637c5a22eb3cbcc6d7d32d0caa1f 100644 (file)
@@ -7,7 +7,7 @@
  * Copyright (c) 2009, Citrix Systems, Inc.
  * 
  * Authors:
- *    Keir Fraser <keir.fraser@citrix.com>
+ *    Keir Fraser <keir@xen.org>
  */
 
 asm (
index 18748e95eb717b5b11b905cc7fc68b0072d87e6a..af903c9b7207a035f9f778656ea11c859dcc4e6c 100644 (file)
@@ -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>
index b3574c20b40a3653e16ee9c9996670db16324dd8..1fd81dd2142e35dae26e660c8a780cd7dddcd938 100644 (file)
@@ -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>
index e69deb1ed883b81999e99dc3934e9febcfdb1ac5..fbf740efeea16160e868adef9ba9663c8cb3b4e1 100644 (file)
@@ -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>
index 3dff65074e2fa67ab08282a6c3406fa568d66f8d..7d6b14df32dd04cd9488f7fbe19ab35e2a6485d4 100644 (file)
@@ -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>
index 7ac8e79bbde07a5d8364ef869a48caf1bcda5cd7..00a06cc251ea193d118e942ee9f48a2c0791720e 100644 (file)
@@ -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__
index d87966a22beef8a8cdb3ab002358136e3e244ed0..7426d8d372dd33b07c103c584d08a5c34bdfb23f 100644 (file)
@@ -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__
index 34fd72d303c26c01de73a1829f12032819da2330..d9bd62714fbf3283cde39ee357eaba1fb14db803 100644 (file)
@@ -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__