|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] xend: Fix typos in configure_vtpm
# 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 <=
|
|
|
|
|