RE: [libvirt][PATCH RESEND v10 1/5] qemu: provide support to query the SGX capability

2022-02-23 Thread Huang, Haibin
Lianhao > Subject: Re: [libvirt][PATCH RESEND v10 1/5] qemu: provide support to query > the SGX capability > > On 2/23/22 04:41, Huang, Haibin wrote: > > I accept all comments. But I didn't your point for this comment . > >>> +static void > >>> +vi

Re: [libvirt][PATCH RESEND v10 1/5] qemu: provide support to query the SGX capability

2022-02-23 Thread Michal Prívozník
On 2/23/22 04:41, Huang, Haibin wrote: > I accept all comments. But I didn't your point for this comment . >>> +static void >>> +virQEMUCapsFormatSGXInfo(virQEMUCaps *qemuCaps, virBuffer *buf) { >>> +virSGXCapabilityPtr sgx = >>> +virQEMUCapsGetSGXCapabilities(qemuCaps); >>> + >>> +

RE: [libvirt][PATCH RESEND v10 1/5] qemu: provide support to query the SGX capability

2022-02-22 Thread Huang, Haibin
mum ? "yes" : "no"); > -Original Message- > From: Michal Prívozník > Sent: Wednesday, February 16, 2022 6:26 PM > To: Huang, Haibin ; libvir-list@redhat.com; > berra...@redhat.com; Ding, Jian-feng ; Yang, > Lin A ; Lu, Lianhao > Subject: Re: [l

Re: [libvirt][PATCH RESEND v10 1/5] qemu: provide support to query the SGX capability

2022-02-16 Thread Michal Prívozník
On 2/8/22 06:21, Haibin Huang wrote: > QEMU version >= 6.2.0 provides support for creating enclave on > SGX x86 platform using Software Guard Extensions (SGX) feature. > This patch adds support to query the SGX capability from the qemu. > > Signed-off-by: Haibin Huang > --- >

[libvirt][PATCH RESEND v10 1/5] qemu: provide support to query the SGX capability

2022-02-08 Thread Haibin Huang
QEMU version >= 6.2.0 provides support for creating enclave on SGX x86 platform using Software Guard Extensions (SGX) feature. This patch adds support to query the SGX capability from the qemu. Signed-off-by: Haibin Huang --- src/conf/domain_capabilities.c| 10 ++