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] 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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix vtpm support in xend., Xen patchbot -unstable <=