debuggers.hg
changeset 16468:2e05a6173be0
xend: Add support for NetBSD.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Fri Nov 23 11:58:11 2007 +0000 (2007-11-23) |
parents | f2711b7eae95 |
children | 75cb82d277be |
files | tools/python/xen/xend/arch.py tools/python/xen/xend/osdep.py |
line diff
1.1 --- a/tools/python/xen/xend/arch.py Thu Nov 22 19:55:42 2007 +0000 1.2 +++ b/tools/python/xen/xend/arch.py Fri Nov 23 11:58:11 2007 +0000 1.3 @@ -25,6 +25,7 @@ import os 1.4 "i586": "x86", 1.5 "i686": "x86", 1.6 "x86_64": "x86", 1.7 + "amd64": "x86", 1.8 "i86pc": "x86", 1.9 "ia64": "ia64", 1.10 "ppc": "powerpc",