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-unstable] xend: Remove redundant 'name' from LEGACY

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] xend: Remove redundant 'name' from LEGACY_CFG_TYPES and LEGACY_XENSTORE_VM_PARAMS
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 15 Feb 2010 00:35:15 -0800
Delivery-date: Mon, 15 Feb 2010 00:36:09 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/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 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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] xend: Remove redundant 'name' from LEGACY_CFG_TYPES and LEGACY_XENSTORE_VM_PARAMS, Xen patchbot-unstable <=