Re: [libvirt] [PATCH v8 03/11] libvirt: add new public API to get SEV Info

2018-06-07 Thread Erik Skultety
A better commit subject would have been: libvirt: Introduce virNodeGetSEVInfo public API On Wed, Jun 06, 2018 at 12:50:09PM -0500, Brijesh Singh wrote: > The API can be used by application to retrieve the Platform Diffie-Hellman > Key and Platform Certificate chain. > > Signed-off-by: Brijesh

[libvirt] [PATCH v8 03/11] libvirt: add new public API to get SEV Info

2018-06-06 Thread Brijesh Singh
The API can be used by application to retrieve the Platform Diffie-Hellman Key and Platform Certificate chain. Signed-off-by: Brijesh Singh <> --- include/libvirt/libvirt-host.h | 42 + src/driver-hypervisor.h| 6 ++ src/libvirt-host.c