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-devel

[Xen-devel] RE: [PATCH] XML-RPC: Cope with large integers on x86-64 syst

To: "Anthony Liguori" <aliguori@xxxxxxxxxx>, "Ewan Mellor" <ewan@xxxxxxxxxxxxx>
Subject: [Xen-devel] RE: [PATCH] XML-RPC: Cope with large integers on x86-64 systems
From: "Puthiyaparambil, Aravindh" <aravindh.puthiyaparambil@xxxxxxxxxx>
Date: Tue, 28 Mar 2006 13:26:44 -0500
Cc: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Tue, 28 Mar 2006 18:28:25 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcZSenyl/hOeK8QPSzKjjQUaHeqSuQAGnDRA
Thread-topic: [PATCH] XML-RPC: Cope with large integers on x86-64 systems
> This is a pretty big hack which based on Aravindh's note may not be as
> important as I thought it was.  Aravindh bumped NR_CPUS which
increased
> the size of vcpu_avail.  I've audited the interface and the only place
> that large ints can be passed around are in the S-Expressions.  The
> S-Expressions are untyped so the user always has to manually do type
> conversion.  Passing the S-Expressions as strings is always safe.

I changed the DomU NR_CPUS to 8 and tried "xm list" without your patch.
I still hit the issue. I think it has to do with the fact that we
running on a 32-way system. So this is going to be an issue on our big
ES7000 systems.

Aravindh

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] RE: [PATCH] XML-RPC: Cope with large integers on x86-64 systems, Puthiyaparambil, Aravindh <=