WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

RE: [Xen-API] [PATCH] PR-1089: add solaris 10 template

To: Marcus Granado <Marcus.Granado@xxxxxxxxxxxxx>, xen-api <xen-api@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-API] [PATCH] PR-1089: add solaris 10 template
From: Paul Durrant <Paul.Durrant@xxxxxxxxxx>
Date: Fri, 19 Nov 2010 13:40:40 +0000
Accept-language: en-US
Acceptlanguage: en-US
Cc:
Delivery-date: Fri, 19 Nov 2010 05:41:12 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <309dbe4aaa79baff7abe.1290169085@localhost>
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
References: <309dbe4aaa79baff7abe.1290169085@localhost>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcuH5Ie9ubTTH3WfTQmmSklaARXvSQACqRFA
Thread-topic: [Xen-API] [PATCH] PR-1089: add solaris 10 template
I don't think we should have separate 64 and 32 bit templates. Solaris has been 
a 64-bit OS for >10 years now. I think you can probably count the people who 
run it 32-bit on one hand these days. It's not even an option in the grub menu.

  Paul

> -----Original Message-----
> From: xen-api-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-api-
> bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Marcus Granado
> Sent: 19 November 2010 12:18
> To: xen-api
> Subject: [Xen-API] [PATCH] PR-1089: add solaris 10 template
> 
>  ocaml/xapi/create_templates.ml |  2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> 
> # HG changeset patch
> # User Marcus Granado <marcus.granado@xxxxxxxxxx> # Date 1290167080
> 0 # Node ID 309dbe4aaa79baff7abe170f21d376ce64c0f690
> # Parent  55b1a5995e631d9c8ef0988b1d877ea2c46445f0
> PR-1089: add solaris 10 template
> 
> For solaris, viridian must be false; nx is enabled in template.
> 
> Signed-off-by: Marcus Granado <marcus.granado@xxxxxxxxxxxxx>
> 
> diff -r 55b1a5995e63 -r 309dbe4aaa79 ocaml/xapi/create_templates.ml
> --- a/ocaml/xapi/create_templates.ml
> +++ b/ocaml/xapi/create_templates.ml
> @@ -524,6 +524,8 @@
>               hvm_template "Windows Server 2008"        X64  512 24
> [n;x;v;];
>               hvm_template "Windows Server 2008 R2"     X64  512 24
> [n;  v;];
>               hvm_template "Windows Server 2008 R2"     X64  512 24
> [n;x;v;];
> +             hvm_template "Solaris 10"                 X32
> ~is_experimental:true 1024 24 [n;    ];
> +             hvm_template "Solaris 10"                 X64
> ~is_experimental:true 1024 24 [n;    ];
>       ] in
> 
>       (* put default_template key in static_templates other_config
> of static_templates: *)

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api

<Prev in Thread] Current Thread [Next in Thread>