RE: [libvirt][PATCH v13 2/6] Get SGX capabilities form QMP

2022-07-24 Thread Huang, Haibin
Nice comments, I accepted all comments. > -Original Message- > From: Michal Prívozník > Sent: Wednesday, July 20, 2022 7:27 PM > To: Yang, Lin A ; libvir-list@redhat.com; Huang, Haibin > ; Ding, Jian-feng > Subject: Re: [libvirt][PATCH v13 2/6] Get SGX capabilities fo

Re: [libvirt][PATCH v13 2/6] Get SGX capabilities form QMP

2022-07-20 Thread Michal Prívozník
On 7/1/22 21:14, Lin Yang wrote: > From: Haibin Huang > > Generate the QMP command for query-sgx-capabilities and the command > return sgx capabilities from QMP. > > {"execute":"query-sgx-capabilities"} > > the right reply: > {"return": > { > "sgx": true, > "section-size": 197

[libvirt][PATCH v13 2/6] Get SGX capabilities form QMP

2022-07-01 Thread Lin Yang
From: Haibin Huang Generate the QMP command for query-sgx-capabilities and the command return sgx capabilities from QMP. {"execute":"query-sgx-capabilities"} the right reply: {"return": { "sgx": true, "section-size": 197132288, "flc": true } } the error reply: {