]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs/kbase: fix example for SEV validation
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 16 Feb 2023 15:51:03 +0000 (15:51 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 22 Feb 2023 13:48:49 +0000 (13:48 +0000)
The offline validation example needs to include the firmware path,
and is also missing line continuation markers.

Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
docs/kbase/launch_security_sev.rst

index 7f692af7487d320d30f91b12542e9dc1c38c9df6..f3c8695f73584cd3cb254024c3339abf75fbc425 100644 (file)
@@ -465,12 +465,13 @@ scope of this document. Fortunately, libvirt provides a tool that can be used
 to perform this validation::
 
   $ virt-qemu-sev-validate \
-      --measurement LMnv8i8N2QejezMPkscShF0cyPYCslgUoCxGWRqQuyt0Q0aUjVkH/T6NcmkwZkWp
-      --api-major 0
-      --api-minor 24
-      --build-id 15
-      --policy 3
-      --tik ${myvmname}_tik.bin
+      --measurement LMnv8i8N2QejezMPkscShF0cyPYCslgUoCxGWRqQuyt0Q0aUjVkH/T6NcmkwZkWp \
+      --api-major 0 \
+      --api-minor 24 \
+      --build-id 15 \
+      --policy 3 \
+      --firmware /path/to/OVMF.sev.fd \
+      --tik ${myvmname}_tik.bin \
       --tek ${myvmname}_tek.bin
   OK: Looks good to me