|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-3.0.4-testing] [XEND] Fix parsing of bootloader and
# 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 <=
|
|
|
|
|