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: Fix typos in configure_vtpm

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] xend: Fix typos in configure_vtpm
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 25 Aug 2009 07:05:35 -0700
Delivery-date: Tue, 25 Aug 2009 07:06:03 -0700
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 1251208749 -3600
# Node ID 9cab2b654cb4a27b77dc2ce53ab1d76514a1e9f5
# Parent  50a5950e6a243f10e0b9cd67b95518e1ef4efe87
xend: Fix typos in configure_vtpm

Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>
---
 tools/python/xen/xm/create.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -r 50a5950e6a24 -r 9cab2b654cb4 tools/python/xen/xm/create.py
--- a/tools/python/xen/xm/create.py     Tue Aug 25 14:58:42 2009 +0100
+++ b/tools/python/xen/xm/create.py     Tue Aug 25 14:59:09 2009 +0100
@@ -908,9 +908,9 @@ def configure_vtpm(config_devs, vals):
         if backend:
             config_vtpm.append(['backend', backend])
         if typ:
-            config_vtpm.append(['type', type])
+            config_vtpm.append(['type', typ])
         if uuid:
-            config_vtpm.append(['uuid', type])
+            config_vtpm.append(['uuid', uuid])
         config_devs.append(['device', config_vtpm])
 
 

_______________________________________________
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: Fix typos in configure_vtpm, Xen patchbot-unstable <=