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] configuration params

To: Xen Dev <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] configuration params
From: aq <aquynh@xxxxxxxxx>
Date: Fri, 10 Jun 2005 10:10:41 -0500
Delivery-date: Fri, 10 Jun 2005 15:09:51 +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=B6Wjd3u2Olvw/YY+muG+qLq3/ak+nUJRoS8GlkhN/9+dRWAsg6l/sj77PLJ62ciVa1DWVy5bKm3A29ekL62SLg+sa7Nwryk1TUKklP4bf00MZKTmvXC4dz+oZRbMSRvsKu1An5Yll+VwZWOqlCJppRGEIYOU+81mGvE/TVnXXL0=
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
Some hidden & constant configuration parameters are scattered. This
patch puts them all into one place: params.py.

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

# diffstat params.patch 
 XendRoot.py            |   28 ++++++++++++++--------------
 server/params.py       |   12 ++++++++++++
 xenstore/xsresource.py |    3 ++-
 3 files changed, 28 insertions(+), 15 deletions(-)

Attachment: params.patch
Description: Text 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] configuration params, aq <=