]> xenbits.xensource.com Git - xen.git/commitdiff
xend: Add support for NetBSD.
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 23 Nov 2007 11:58:11 +0000 (11:58 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 23 Nov 2007 11:58:11 +0000 (11:58 +0000)
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
tools/python/xen/xend/arch.py
tools/python/xen/xend/osdep.py

index a556c0e6cf057058ba0113aea63e07068bea320d..4ea19e899c1d4c7bb939db34e0d4746b92f40bd8 100644 (file)
@@ -25,6 +25,7 @@ _types = {
     "i586": "x86",
     "i686": "x86",
     "x86_64": "x86",
+    "amd64": "x86",
     "i86pc": "x86",
     "ia64": "ia64",
     "ppc": "powerpc",
index 93b2dfdb4e4087d70edc4e8ebcafe43dbfcb22a6..6d2f81dae801bb6d774197e05613190b74552f65 100644 (file)
@@ -25,6 +25,7 @@ _scripts_dir = {
 }
 
 _xend_autorestart = {
+    "NetBSD": True,
     "Linux": True,
     "SunOS": False,
 }