|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [SOLARIS] Add the correct machine name fo
# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Node ID eb6680cdbe2065faf08fffbece9158b8f0d2ee4d
# Parent cbfc2e5c6978f0c32112a4d584cd8058de24bf0a
[SOLARIS] Add the correct machine name for Solaris to arch.py.
Signed-off-by: John Levon <john.levon@xxxxxxx>
---
tools/python/xen/xend/arch.py | 1 +
1 files changed, 1 insertion(+)
diff -r cbfc2e5c6978 -r eb6680cdbe20 tools/python/xen/xend/arch.py
--- a/tools/python/xen/xend/arch.py Tue Oct 17 18:22:19 2006 +0100
+++ b/tools/python/xen/xend/arch.py Tue Oct 17 18:23:24 2006 +0100
@@ -25,6 +25,7 @@ _types = {
"i586": "x86",
"i686": "x86",
"x86_64": "x86",
+ "i86pc": "x86",
"ia64": "ia64",
"ppc": "powerpc",
"ppc64": "powerpc",
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] [SOLARIS] Add the correct machine name for Solaris to arch.py.,
Xen patchbot-unstable <=
|
|
|
|
|