On a Wednesday in 2022, Daniel P. Berrangé wrote:
When validating a SEV-ES guest, we need to know the CPU count and
VMSA
state. We can get the CPU count directly from libvirt's guest info. The
VMSA state can be constructed automatically if we query the CPU SKU from
host capabilities XML. Neither of these is secure, however, so this
behaviour is restricted.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
docs/manpages/virt-qemu-sev-validate.rst | 4 ----
tools/virt-qemu-sev-validate | 26 ++++++++++++++++++++++++
2 files changed, 26 insertions(+), 4 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano