[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [SOLARIS] Add the correct machine name for Solaris to arch.py.
# HG changeset patch # User kfraser@xxxxxxxxxxxxxxxxxxxxx # Node ID 152810b4eefc2b51fca3e94ed2aa39256c6cb62d # Parent 0a7fb6788fa746529220768dd66e32a0058db6f7 [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 0a7fb6788fa7 -r 152810b4eefc tools/python/xen/xend/arch.py --- a/tools/python/xen/xend/arch.py Sun Oct 15 09:19:26 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |