aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/scripts
diff options
context:
space:
mode:
authorAlastair Tse <atse@xensource.com>2006-12-01 17:37:42 +0000
committerAlastair Tse <atse@xensource.com>2006-12-01 17:37:42 +0000
commit0f07569d157834b25a67ff49bf68fb46932a206f (patch)
treec9d6a53670f939f49a0acf4021fe5f1316d5ba53 /tools/python/scripts
parentc88422678e521f8a27260a2d5cffa0594c9fb300 (diff)
downloadxen-0f07569d157834b25a67ff49bf68fb46932a206f.tar.gz
xen-0f07569d157834b25a67ff49bf68fb46932a206f.tar.bz2
xen-0f07569d157834b25a67ff49bf68fb46932a206f.zip
[XEND] Re-add vtpm device support in XendConfig
This patch re-adds a recently removed vTPM device handling code. I am also removing that one code part in the test script that does not work. Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
Diffstat (limited to 'tools/python/scripts')
-rw-r--r--tools/python/scripts/xapi.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/python/scripts/xapi.py b/tools/python/scripts/xapi.py
index 07d886698b..06baeefe4c 100644
--- a/tools/python/scripts/xapi.py
+++ b/tools/python/scripts/xapi.py
@@ -446,8 +446,6 @@ def xapi_vtpm_create(*args):
print "Has driver type '%s'" % driver
vtpm_rec = execute(server.VTPM.get_record, session, vtpm_uuid)
print "Has vtpm record '%s'" % vtpm_rec
- vm = execute(server.VTPM.get_VM, session, vtpm_uuid)
- print "Has VM '%s'" % vm
#