On Wed, Dec 08, 2021 at 18:44:33 +0000, Daniel P. Berrangé wrote:
This command reports the launch security parameters for
a guest, allowing an external tool to perform a launch
attestation.
https://bugzilla.redhat.com/show_bug.cgi?id=2030438
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
tools/virsh-domain.c | 53 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 53 insertions(+)
Missing manpage addition.
The code looks okay.