|
|
acda74 |
From 53d7c205d38497ffb17fcbd81bedf61897ddbc8d Mon Sep 17 00:00:00 2001
|
|
|
acda74 |
Message-Id: <53d7c205d38497ffb17fcbd81bedf61897ddbc8d@dist-git>
|
|
|
acda74 |
From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= <berrange@redhat.com>
|
|
|
acda74 |
Date: Thu, 16 Feb 2023 14:55:11 +0000
|
|
|
acda74 |
Subject: [PATCH] docs: refer to --firmware instead of --loader
|
|
|
acda74 |
MIME-Version: 1.0
|
|
|
acda74 |
Content-Type: text/plain; charset=UTF-8
|
|
|
acda74 |
Content-Transfer-Encoding: 8bit
|
|
|
acda74 |
|
|
|
acda74 |
The --loader syntax was left over from an earlier version of the code
|
|
|
acda74 |
before it was renamed to --firmware.
|
|
|
acda74 |
|
|
|
acda74 |
Reviewed-by: Ján Tomko <jtomko@redhat.com>
|
|
|
acda74 |
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
|
|
|
acda74 |
(cherry picked from commit 4d3b2d77d014fe4a7a1fa8123b71cc7b41ee5beb)
|
|
|
acda74 |
https://bugzilla.redhat.com/show_bug.cgi?id=2172347
|
|
|
acda74 |
---
|
|
|
acda74 |
docs/manpages/virt-qemu-sev-validate.rst | 4 ++--
|
|
|
acda74 |
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
acda74 |
|
|
|
acda74 |
diff --git a/docs/manpages/virt-qemu-sev-validate.rst b/docs/manpages/virt-qemu-sev-validate.rst
|
|
|
acda74 |
index 9eff387aea..b1392e0a50 100644
|
|
|
acda74 |
--- a/docs/manpages/virt-qemu-sev-validate.rst
|
|
|
acda74 |
+++ b/docs/manpages/virt-qemu-sev-validate.rst
|
|
|
acda74 |
@@ -309,7 +309,7 @@ inject a disk password on success:
|
|
|
acda74 |
::
|
|
|
acda74 |
|
|
|
acda74 |
# virt-qemu-sev-validate \
|
|
|
acda74 |
- --loader OVMF.sev.fd \
|
|
|
acda74 |
+ --firmware OVMF.sev.fd \
|
|
|
acda74 |
--tk this-guest-tk.bin \
|
|
|
acda74 |
--measurement Zs2pf19ubFSafpZ2WKkwquXvACx9Wt/BV+eJwQ/taO8jhyIj/F8swFrybR1fZ2ID \
|
|
|
acda74 |
--api-major 0 \
|
|
|
acda74 |
@@ -390,7 +390,7 @@ inject a disk password on success:
|
|
|
acda74 |
|
|
|
acda74 |
# virt-qemu-sev-validate \
|
|
|
acda74 |
--connect qemu+ssh://root@some.remote.host/system \
|
|
|
acda74 |
- --loader OVMF.sev.fd \
|
|
|
acda74 |
+ --firmware OVMF.sev.fd \
|
|
|
acda74 |
--tk this-guest-tk.bin \
|
|
|
acda74 |
--domain fedora34x86_64 \
|
|
|
acda74 |
--disk-password passwd.txt
|
|
|
acda74 |
--
|
|
|
acda74 |
2.39.2
|
|
|
acda74 |
|