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] [PATCH] xm::pincpu parameter handling fix

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] xm::pincpu parameter handling fix
From: aq <aquynh@xxxxxxxxx>
Date: Fri, 27 May 2005 19:39:21 +0900
Delivery-date: Fri, 27 May 2005 10:38:42 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=qos38oP/GqcMoKHWEhKTw05OHT7wcGwdxfcCqyN4EI7ytFqEhdhrRMtcPYyz07T6uHizLcBBOkNrQct5QqvD+R21PM0jL2llrLu0R+/XhnrmENkViti0TKttlPdDB1L2MeEQdrn+gp89s9xmGjWQdZOg5fd9rInQ3/8F35tuKVc=
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>
Reply-to: aq <aquynh@xxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
hello,

xm's pincpu has a problem handling the cpu parameter if the cpu number
>=10. this patch (against -unstable ChangeSet@xxxxxx) attemps to fix
it.

Signed-off-by: Nguyen Anh Quynh <aquynh@xxxxxxxxx>

$ diffstat xm_pincpu.patch 
 main.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Attachment: xm_pincpu.patch
Description: Binary data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] xm::pincpu parameter handling fix, aq <=