debuggers.hg
changeset 3313:577e6187b311
bitkeeper revision 1.1159.183.54 (41befcecvX04r7vrz93oiMofYdRnAA)
Merge scramble.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-2.0-testing.bk
into scramble.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
Merge scramble.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-2.0-testing.bk
into scramble.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
author | kaf24@scramble.cl.cam.ac.uk |
---|---|
date | Tue Dec 14 14:47:08 2004 +0000 (2004-12-14) |
parents | e606dfe099cc d4b8528d976e |
children | da409d40699a ccba56abef17 |
files | xen/include/public/arch-x86_32.h xen/include/public/arch-x86_64.h xen/include/public/trace.h |
line diff
1.1 --- a/xen/include/public/arch-x86_32.h Tue Dec 14 10:52:45 2004 +0000 1.2 +++ b/xen/include/public/arch-x86_32.h Tue Dec 14 14:47:08 2004 +0000 1.3 @@ -2,6 +2,8 @@ 1.4 * arch-x86_32.h 1.5 * 1.6 * Guest OS interface to x86 32-bit Xen. 1.7 + * 1.8 + * Copyright (c) 2004, K A Fraser 1.9 */ 1.10 1.11 #ifndef __XEN_PUBLIC_ARCH_X86_32_H__
2.1 --- a/xen/include/public/arch-x86_64.h Tue Dec 14 10:52:45 2004 +0000 2.2 +++ b/xen/include/public/arch-x86_64.h Tue Dec 14 14:47:08 2004 +0000 2.3 @@ -2,6 +2,8 @@ 2.4 * arch-x86_64.h 2.5 * 2.6 * Guest OS interface to x86 64-bit Xen. 2.7 + * 2.8 + * Copyright (c) 2004, K A Fraser 2.9 */ 2.10 2.11 #ifndef __XEN_PUBLIC_ARCH_X86_64_H__
3.1 --- a/xen/include/public/trace.h Tue Dec 14 10:52:45 2004 +0000 3.2 +++ b/xen/include/public/trace.h Tue Dec 14 14:47:08 2004 +0000 3.3 @@ -1,5 +1,7 @@ 3.4 /****************************************************************************** 3.5 * trace.h 3.6 + * 3.7 + * Mark Williamson, (C) 2004 Intel Research Cambridge 3.8 */ 3.9 3.10 #ifndef __XEN_PUBLIC_TRACE_H__