Ok, got it ,thank you! > -----Original Message----- > From: Michal Prívozník <mprivozn@xxxxxxxxxx> > Sent: Thursday, January 20, 2022 5:44 PM > To: Huang, Haibin <haibin.huang@xxxxxxxxx>; libvir-list@xxxxxxxxxx; Ding, > Jian-feng <jian-feng.ding@xxxxxxxxx>; Yang, Lin A <lin.a.yang@xxxxxxxxx>; Lu, > Lianhao <lianhao.lu@xxxxxxxxx>; Zhong, Yang <yang.zhong@xxxxxxxxx> > Subject: Re: [PATCH v9 2/5] Transfer Qemu SGX Capabilities to XML > > On 1/20/22 02:37, Huang, Haibin wrote: > > Hi Michal, > > > > Ok , I have change it like below. Do you mean that? > > <domainCapabilities> > > <features> > > <sgx supported='yes'> > > <flc>no</flc> > > <epc_size unit='KiB'>1</epc_size> > > </sgx> > > </features> > > </domainCapabilities> > > Yes, but also please change the patch subject, something like: "Report SGX > capabilites in domcaps XML" will do. The idea is that from git-log output it > should be apparent what each commit is doing. Bonus points if that's > apparent from 'git log --oneline'. > > Michal