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] The structure fields should be exactly as

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] The structure fields should be exactly as documented, including case matching.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 02 Nov 2006 22:09:44 +0000
Delivery-date: Thu, 02 Nov 2006 21:44:01 -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 Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Node ID 819e93d30ce230174004e99e6975295166b311ce
# Parent  b6dc7eecff33301e569c3e8b255aa1b654f63451
The structure fields should be exactly as documented, including case matching.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
---
 tools/python/xen/xend/XendAPI.py |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff -r b6dc7eecff33 -r 819e93d30ce2 tools/python/xen/xend/XendAPI.py
--- a/tools/python/xen/xend/XendAPI.py  Sat Oct 28 12:14:47 2006 +0100
+++ b/tools/python/xen/xend/XendAPI.py  Sat Oct 28 12:15:40 2006 +0100
@@ -930,11 +930,11 @@ class XendAPI:
             'actions_after_reboot': xeninfo.get_on_reboot(),
             'actions_after_suspend': xeninfo.get_on_suspend(),
             'actions_after_crash': xeninfo.get_on_crash(),
-            'vifs': xeninfo.get_vifs(),
-            'vbds': xeninfo.get_vbds(),
-            'vtpms': xeninfo.get_vtpms(),
+            'VIFs': xeninfo.get_vifs(),
+            'VBDs': xeninfo.get_vbds(),
+            'VTPMs': xeninfo.get_vtpms(),
             'bios_boot': xeninfo.get_bios_boot(),
-            'platform_std_vga': xeninfo.get_platform_std_vga(),
+            'platform_std_VGA': xeninfo.get_platform_std_vga(),
             'platform_serial': xeninfo.get_platform_serial(),
             'platform_localtime': xeninfo.get_platform_localtime(),
             'platform_clock_offset': xeninfo.get_platform_clock_offset(),
@@ -945,9 +945,9 @@ class XendAPI:
             'kernel_initrd': xeninfo.get_kernel_initrd(),
             'kernel_args': xeninfo.get_kernel_args(),
             'grub_cmdline': xeninfo.get_grub_cmdline(),
-            'pci_bus': xeninfo.get_pci_bus(),
+            'PCI_bus': xeninfo.get_pci_bus(),
             'tools_version': xeninfo.get_tools_version(),
-            'otherconfig': xeninfo.get_other_config()
+            'otherConfig': xeninfo.get_other_config()
         }
         return xen_api_success(record)
 

_______________________________________________
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] The structure fields should be exactly as documented, including case matching., Xen patchbot-unstable <=