On Thu, Nov 20, 2025 at 10:14:47 +0000, Daniel P. Berrangé via Devel wrote: > From: Daniel P. Berrangé <[email protected]> > > In a number of virt-host-validte tests we are testing for > at least one out of multiple acceptable features. For > example the 'secure guest' test can be satisfied by > s390x protvirt, or x86 TDX, SEV, SEV-ES, SEV-SNP. > > It would be useful to inform the user which one we detected > when the test passes. This introduces virValidatePassDetails > to enable that. > > Signed-off-by: Daniel P. Berrangé <[email protected]> > --- > tools/virt-validate-common.c | 12 +++++++++++- > tools/virt-validate-common.h | 1 + > 2 files changed, 12 insertions(+), 1 deletion(-)
Reviewed-by: Peter Krempa <[email protected]>
