|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] Add the correct machine name for Solaris to arch.py.
# HG changeset patch
# User john.levon@xxxxxxx
# Date 1161091190 25200
# Node ID 827bcff93807ae65eac11cb8198eba87b9558264
# Parent 1e8ce5696a1d23ad8bc50c58655481bb12e15f5a
Add the correct machine name for Solaris to arch.py.
Signed-off-by: John Levon <john.levon@xxxxxxx>
diff --git a/tools/python/xen/xend/arch.py b/tools/python/xen/xend/arch.py
--- a/tools/python/xen/xend/arch.py
+++ b/tools/python/xen/xend/arch.py
@@ -25,6 +25,7 @@ _types = {
"i586": "x86",
"i686": "x86",
"x86_64": "x86",
+ "i86pc": "x86",
"ia64": "ia64",
"ppc": "powerpc",
"ppc64": "powerpc",
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] Add the correct machine name for Solaris to arch.py.,
John Levon <=
|
|
|
|
|