mirror of https://gitee.com/openkylin/libvirt.git
docs/kbase: fix example for SEV validation
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>
This commit is contained in:
parent
a020a2541a
commit
9541ce080a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue