docs/vtpm: fix auto-shutdown reference
authorDaniel De Graaf <dgdegra@tycho.nsa.gov>
Tue, 11 Feb 2014 15:25:17 +0000 (10:25 -0500)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 13 Feb 2014 09:54:06 +0000 (09:54 +0000)
The automatic shutdown feature of the vTPM was removed because it
interfered with pv-grub measurement support and was also not triggered
if the guest did not use the vTPM. Virtual TPM domains will need to be
shut down or destroyed on guest shutdown via a script or other user
action.

This also fixes an incorrect reference to the vTPM being PV-only.

Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
docs/misc/vtpm.txt

index b8979a3b93888dcc37c5c60ca0cd099d17f50826..df1dfaee587781dda274e64759f823ab5fe41d4b 100644 (file)
@@ -234,7 +234,7 @@ the Linux tpmfront driver. Add the following line:
 
 vtpm=["backend=domu-vtpm"]
 
-Currently only paravirtualized guests are supported.
+Currently only Linux guests are supported (PV or HVM with PV drivers).
 
 Launching and shut down:
 ------------------------
@@ -280,14 +280,8 @@ You should also see the command being sent to the vtpm console as well
 as the vtpm saving its state. You should see the vtpm key being
 encrypted and stored on the vtpmmgr console.
 
-To shutdown the guest and its vtpm, you just have to shutdown the guest
-normally. As soon as the guest vm disconnects, the vtpm will shut itself
-down automatically.
-
-On guest:
-# shutdown -h now
-
-You may wish to write a script to start your vtpm and guest together.
+You may wish to write a script to start your vtpm and guest together and
+to destroy the vtpm when the guest shuts down.
 
 ------------------------------
 INTEGRATION WITH PV-GRUB