RE: [libvirt][PATCH v9 2/5] Transfer Qemu SGX Capabilities to XML

2022-01-20 Thread Huang, Haibin
Ok, got it ,thank you! > -Original Message- > From: Michal Prívozník > Sent: Thursday, January 20, 2022 5:44 PM > To: Huang, Haibin ; libvir-list@redhat.com; Ding, > Jian-feng ; Yang, Lin A ; Lu, > Lianhao ; Zhong, Yang > Subject: Re: [libvirt][PATCH v9 2

Re: [libvirt][PATCH v9 2/5] Transfer Qemu SGX Capabilities to XML

2022-01-20 Thread Michal Prívozník
On 1/20/22 02:37, Huang, Haibin wrote: > Hi Michal, > > Ok , I have change it like below. Do you mean that? > > > > no > 1 > > > Yes, but also please change the patch subject, something like: "Report SGX capabilites in domcaps XML" will do. The idea is that from

RE: [libvirt][PATCH v9 2/5] Transfer Qemu SGX Capabilities to XML

2022-01-19 Thread Huang, Haibin
t; Lianhao ; Zhong, Yang > Subject: Re: [libvirt][PATCH v9 2/5] Transfer Qemu SGX Capabilities to XML > > On 12/15/21 04:40, Haibin Huang wrote: > > Convert qemu sgx capabilities: > > {"sgx": true, "section-size": 0, "flc": false} > > &g

Re: [libvirt][PATCH v9 2/5] Transfer Qemu SGX Capabilities to XML

2022-01-07 Thread Michal Prívozník
On 12/15/21 04:40, Haibin Huang wrote: > Convert qemu sgx capabilities: > {"sgx": true, "section-size": 0, "flc": false} > > to XML format: > > no > 1 > > This should make it obvious which XML you are talking about. It is domain capabilities XML, or domcaps XML for short. For commit

[libvirt][PATCH v9 2/5] Transfer Qemu SGX Capabilities to XML

2021-12-14 Thread Haibin Huang
Convert qemu sgx capabilities: {"sgx": true, "section-size": 0, "flc": false} to XML format: no 1 Signed-off-by: Haibin Huang --- docs/schemas/domaincaps.rng | 22 ++- src/conf/domain_capabilities.c| 19