From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Daniel P. Berrange" Subject: PATCH: Update XenD config format version number Date: Wed, 11 Apr 2007 23:43:18 +0100 Message-ID: <20070411224318.GD4581@redhat.com> Reply-To: "Daniel P. Berrange" Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="ikeVEW9yuYc//A+q" Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline During the course of Xen 3.0.5 development the config file format for the HVM virtual console changed. This is an equivalent change to that seen for the PVFB in Xen 3.0.4, adding the new style 'vfb' node under the devices block in the SEXPR. To enable tools which create config files to know about the new style config for HVM we need to increment the config format version number before Xen 3.0.5 is released. The attached patch does this Signed-off-by: Daniel P. Berrange Regards, Dan. -- |=- Red Hat, Engineering, Emerging Technologies, Boston. +1 978 392 2496 -=| |=- Perl modules: http://search.cpan.org/~danberr/ -=| |=- Projects: http://freshmeat.net/~danielpb/ -=| |=- GnuPG: 7D3B9505 F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 -=| --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="xend-config-format.patch" diff -r 4dc14c591e6c tools/python/xen/xend/XendNode.py --- a/tools/python/xen/xend/XendNode.py Tue Apr 10 18:49:20 2007 +0100 +++ b/tools/python/xen/xend/XendNode.py Wed Apr 11 18:40:00 2007 -0400 @@ -603,7 +603,7 @@ class XendNode: return [[k, info[k]] for k in ITEM_ORDER] def xendinfo(self): - return [['xend_config_format', 3]] + return [['xend_config_format', 4]] # # utilisation tracking --ikeVEW9yuYc//A+q Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --ikeVEW9yuYc//A+q--