[PATCH] docs: tpm: Clarify command line parameters for vTPM migration across network

Stefan Berger posted 1 patch 2 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211013195122.3859734-1-stefanb@linux.ibm.com
docs/specs/tpm.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[PATCH] docs: tpm: Clarify command line parameters for vTPM migration across network
Posted by Stefan Berger 2 years, 5 months ago
Clarify the command line parameters for vTPM migration acros the network
fro the case of shared storage and non-shared storage.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
---
 docs/specs/tpm.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/specs/tpm.rst b/docs/specs/tpm.rst
index 3be190343a..6c43a43bd9 100644
--- a/docs/specs/tpm.rst
+++ b/docs/specs/tpm.rst
@@ -482,7 +482,8 @@ VM migration across the network:
  - QEMU command line parameters should be identical apart from the
    '-incoming' option on the destination side
 
- - swtpm command line parameters should be identical
+ - swtpm command line parameters can be identical if storage is not
+   shared, and should be different for shared storage
 
 VM Snapshotting:
  - QEMU command line parameters should be identical
-- 
2.31.1


Re: [PATCH] docs: tpm: Clarify command line parameters for vTPM migration across network
Posted by Stefan Berger 2 years, 5 months ago
On 10/13/21 3:51 PM, Stefan Berger wrote:

> Clarify the command line parameters for vTPM migration acros the network
> fro the case of shared storage and non-shared storage.


Please ignore in favor of v2.