]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Fix examples in virt-qemu-sev-validate man page
authorJim Fehlig <jfehlig@suse.com>
Thu, 2 Feb 2023 18:00:18 +0000 (11:00 -0700)
committerJim Fehlig <jfehlig@suse.com>
Fri, 3 Feb 2023 18:28:27 +0000 (11:28 -0700)
Some of the examples refer to virt-dom-sev-validate. Replace them with
the proper name.

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
docs/manpages/virt-qemu-sev-validate.rst

index fcbe84b0ee0f8d481c7cce787f8ea9985f1e3adb..9eff387aea2dca72360ee9cb0c0ba92a3cb7ebc0 100644 (file)
@@ -257,7 +257,7 @@ Validate the measurement of a SEV guest with direct kernel boot:
 
 ::
 
-   # virt-dom-sev-validate \
+   # virt-qemu-sev-validate \
        --firmware OVMF.sev.fd \
        --kernel vmlinuz-5.11.12 \
        --initrd initramfs-5.11.12 \
@@ -273,7 +273,7 @@ Validate the measurement of a SEV-ES SMP guest booting from disk:
 
 ::
 
-   # virt-dom-sev-validate \
+   # virt-qemu-sev-validate \
        --firmware OVMF.sev.fd \
        --num-cpus 2 \
        --vmsa-cpu0 vmsa0.bin \
@@ -290,7 +290,7 @@ automatically constructed VMSA:
 
 ::
 
-   # virt-dom-sev-validate \
+   # virt-qemu-sev-validate \
        --firmware OVMF.sev.fd \
        --num-cpus 2 \
        --cpu-family 23 \
@@ -308,7 +308,7 @@ inject a disk password on success:
 
 ::
 
-   # virt-dom-sev-validate \
+   # virt-qemu-sev-validate \
        --loader OVMF.sev.fd \
        --tk this-guest-tk.bin \
        --measurement Zs2pf19ubFSafpZ2WKkwquXvACx9Wt/BV+eJwQ/taO8jhyIj/F8swFrybR1fZ2ID \
@@ -347,7 +347,7 @@ Validate the measurement of a SEV guest with direct kernel boot:
 
 ::
 
-   # virt-dom-sev-validate \
+   # virt-qemu-sev-validate \
        --connect qemu+ssh://root@some.remote.host/system \
        --firmware OVMF.sev.fd \
        --kernel vmlinuz-5.11.12 \
@@ -360,7 +360,7 @@ Validate the measurement of a SEV-ES SMP guest booting from disk:
 
 ::
 
-   # virt-dom-sev-validate \
+   # virt-qemu-sev-validate \
        --connect qemu+ssh://root@some.remote.host/system \
        --firmware OVMF.sev.fd \
        --num-cpus 2 \
@@ -374,7 +374,7 @@ automatically constructed VMSA:
 
 ::
 
-   # virt-dom-sev-validate \
+   # virt-qemu-sev-validate \
        --connect qemu+ssh://root@some.remote.host/system \
        --firmware OVMF.sev.fd \
        --cpu-family 23 \
@@ -388,7 +388,7 @@ inject a disk password on success:
 
 ::
 
-   # virt-dom-sev-validate \
+   # virt-qemu-sev-validate \
        --connect qemu+ssh://root@some.remote.host/system \
        --loader OVMF.sev.fd \
        --tk this-guest-tk.bin \
@@ -419,7 +419,7 @@ Validate the measurement of a SEV guest with direct kernel boot:
 
 ::
 
-   # virt-dom-sev-validate \
+   # virt-qemu-sev-validate \
        --insecure \
        --tk this-guest-tk.bin \
        --domain fedora34x86_64
@@ -428,7 +428,7 @@ Validate the measurement of a SEV-ES SMP guest booting from disk:
 
 ::
 
-   # virt-dom-sev-validate \
+   # virt-qemu-sev-validate \
        --insecure \
        --vmsa-cpu0 vmsa0.bin \
        --vmsa-cpu1 vmsa1.bin \
@@ -440,7 +440,7 @@ automatically constructed VMSA:
 
 ::
 
-   # virt-dom-sev-validate \
+   # virt-qemu-sev-validate \
        --insecure \
        --tk this-guest-tk.bin \
        --domain fedora34x86_64
@@ -450,7 +450,7 @@ inject a disk password on success:
 
 ::
 
-   # virt-dom-sev-validate \
+   # virt-qemu-sev-validate \
        --insecure \
        --tk this-guest-tk.bin \
        --domain fedora34x86_64 \