On Thu, Nov 20, 2025 at 10:14:49 +0000, Daniel P. Berrangé via Devel wrote: > From: Daniel P. Berrangé <[email protected]> > > For AMD, the virt-host-validate 'secure guest' check reports > support for SEV, and there are then further check results > printed for SEV-ES/SEV-SNP which are overly verbose and the > long lines break output alignment. > > This uses the new ability to report details with PASS results > to concisely tell the user which out of SEV/SEV-ES/SEV-SNP > are found. Only a single answer is neede, as SEV-SNP implies > SEV & SEV-ES, and SEV-ES implies SEV. > > The TDX s390x PROT-VIRT checks also identify themselves. > > Signed-off-by: Daniel P. Berrangé <[email protected]> > --- > tools/virt-host-validate-common.c | 36 ++++++++----------------------- > 1 file changed, 9 insertions(+), 27 deletions(-)
Reviewed-by: Peter Krempa <[email protected]>
