[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xend: Remove redundant 'name' from LEGACY_CFG_TYPES and LEGACY_XENSTORE_VM_PARAMS
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1266221947 0 # Node ID 560277d2fd203f88aed60f60c2b97bf241d02797 # Parent 714a3152102c66110a9c2493e126645e5df347f8 xend: Remove redundant 'name' from LEGACY_CFG_TYPES and LEGACY_XENSTORE_VM_PARAMS Two 'name's are defined in LEGACY_CFG_TYPES of XendConfig.py. LEGACY_XENSTORE_VM_PARAMS also is same. This patch removes redundant 'name's. Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx> --- tools/python/xen/xend/XendConfig.py | 2 -- 1 files changed, 2 deletions(-) diff -r 714a3152102c -r 560277d2fd20 tools/python/xen/xend/XendConfig.py --- a/tools/python/xen/xend/XendConfig.py Mon Feb 15 08:18:14 2010 +0000 +++ b/tools/python/xen/xend/XendConfig.py Mon Feb 15 08:19:07 2010 +0000 @@ -268,7 +268,6 @@ LEGACY_CFG_TYPES = { 'cpu_time': float, 'features': str, 'localtime': int, - 'name': str, 'on_poweroff': str, 'on_reboot': str, 'on_crash': str, @@ -293,7 +292,6 @@ LEGACY_XENSTORE_VM_PARAMS = [ 'shadow_memory', 'maxmem', 'start_time', - 'name', 'on_poweroff', 'on_crash', 'on_reboot', _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |