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

[Xen-changelog] [xen-3.0.4-testing] [XEND] Fix parsing of bootloader and

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-3.0.4-testing] [XEND] Fix parsing of bootloader and bootloader_args in XendConfig
From: "Xen patchbot-3.0.4-testing" <patchbot-3.0.4-testing@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 03 Jan 2007 14:15:40 -0800
Delivery-date: Wed, 03 Jan 2007 14:16:56 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Alastair Tse <atse@xxxxxxxxxxxxx>
# Date 1166788702 0
# Node ID 2d64d977c3f2a94e57a7ad2a8295f24faa6c5260
# Parent  6a78bb9375d4a6391ebdce28d1c0a177a8633668
[XEND] Fix parsing of bootloader and bootloader_args in XendConfig

Signed-off-by: Alastair Tse <atse@xxxxxxxxxxxxx>

Based on xen-unstable changeset 13134:8c6e20c6056329dedcfb333b67945562955c23a3
---
 tools/python/xen/xend/XendConfig.py |    2 ++
 1 files changed, 2 insertions(+)

diff -r 6a78bb9375d4 -r 2d64d977c3f2 tools/python/xen/xend/XendConfig.py
--- a/tools/python/xen/xend/XendConfig.py       Thu Dec 21 20:44:35 2006 +0000
+++ b/tools/python/xen/xend/XendConfig.py       Fri Dec 22 11:58:22 2006 +0000
@@ -93,6 +93,8 @@ XENAPI_CFG_TO_LEGACY_CFG = {
     'actions_after_reboot': 'on_reboot',
     'actions_after_crash': 'on_crash', 
     'platform_localtime': 'localtime',
+    'PV_bootloader': 'bootloader',
+    'PV_bootloader_args': 'bootloader_args',
 }
 
 LEGACY_CFG_TO_XENAPI_CFG = reverse_dict(XENAPI_CFG_TO_LEGACY_CFG)

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-3.0.4-testing] [XEND] Fix parsing of bootloader and bootloader_args in XendConfig, Xen patchbot-3.0.4-testing <=