[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] Fix vtpm support in xend.



# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 052e18d41ead2e6bcadb54d1b6734613ff2f61e3
# Parent  cb2012e7e01d4e5b6c540d0c7d0d2f991e5ebdfa
Fix vtpm support in xend.

Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxx>

diff -r cb2012e7e01d -r 052e18d41ead tools/python/xen/xend/server/tpmif.py
--- a/tools/python/xen/xend/server/tpmif.py     Mon Dec  5 15:30:10 2005
+++ b/tools/python/xen/xend/server/tpmif.py     Tue Dec  6 11:45:30 2005
@@ -50,10 +50,9 @@
 
         result = DevController.configuration(self, devid)
 
-        (instance,) = self.readBackend(devid, 'instance')
+        instance = self.readBackend(devid, 'instance')
 
         if instance:
             result.append(['instance', instance])
-            log.info("configuration: instance=%d." % instance)
 
         return result

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.