]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Expose SEV feature in domain capabilities
authorBrijesh Singh <brijesh.singh@amd.com>
Fri, 8 Jun 2018 14:40:52 +0000 (09:40 -0500)
committerErik Skultety <eskultet@redhat.com>
Tue, 12 Jun 2018 07:52:00 +0000 (09:52 +0200)
commit5dca09c170e26d572cab9b7b80a4347d4dc1907e
tree3455edf952ae5dcab02c9fb9a34d02b21af8e45c
parentd4005609f3806f3ee4ad7e39cba0c887baf462a5
conf: Expose SEV feature in domain capabilities

Extend hypervisor capabilities to include sev feature. When available,
hypervisor supports launching an encrypted VM on AMD platform. The
sev feature tag provides additional details like Platform Diffie-Hellman
(PDH) key and certificate chain which can be used by the guest owner to
establish a cryptographic session with the SEV firmware to negotiate
keys used for attestation or to provide secret during launch.

Signed-off-by: Brijesh Singh <brijesh.singh@amd.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
docs/formatdomaincaps.html.in
docs/schemas/domaincaps.rng
src/conf/domain_capabilities.c
src/conf/domain_capabilities.h
src/qemu/qemu_capabilities.c