Re: [PATCH 3/6] numa: Add SGXEPCSection list for multiple sections

2021-10-20 Thread Yang Zhong
On Tue, Oct 12, 2021 at 01:01:34PM +0200, Paolo Bonzini wrote: > On 11/10/21 13:15, Yang Zhong wrote: > >The SGXEPCSection list added into SGXInfo to show the multiple > >SGX EPC sections detailed info, not the total size like before. > > > >Signed-off-by: Yang Zhong > >--- > >

Re: [PATCH 3/6] numa: Add SGXEPCSection list for multiple sections

2021-10-20 Thread Yang Zhong
On Mon, Oct 11, 2021 at 12:03:24PM -0500, Eric Blake wrote: > On Mon, Oct 11, 2021 at 07:15:51PM +0800, Yang Zhong wrote: > > The SGXEPCSection list added into SGXInfo to show the multiple > > SGX EPC sections detailed info, not the total size like before. > > > > Signed-off-by: Yang Zhong > >

Re: [PATCH 3/6] numa: Add SGXEPCSection list for multiple sections

2021-10-12 Thread Paolo Bonzini
On 11/10/21 13:15, Yang Zhong wrote: The SGXEPCSection list added into SGXInfo to show the multiple SGX EPC sections detailed info, not the total size like before. Signed-off-by: Yang Zhong --- qapi/misc-target.json | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-)

Re: [PATCH 3/6] numa: Add SGXEPCSection list for multiple sections

2021-10-12 Thread Paolo Bonzini
On 11/10/21 19:03, Eric Blake wrote: +# @sections: The EPC sections info for guest # # Since: 6.2 Given this has not yet been in a stable release, we can make this change... ## @@ -356,7 +371,7 @@ 'sgx1': 'bool', 'sgx2': 'bool', 'flc': 'bool', -

Re: [PATCH 3/6] numa: Add SGXEPCSection list for multiple sections

2021-10-11 Thread Eric Blake
On Mon, Oct 11, 2021 at 07:15:51PM +0800, Yang Zhong wrote: > The SGXEPCSection list added into SGXInfo to show the multiple > SGX EPC sections detailed info, not the total size like before. > > Signed-off-by: Yang Zhong > --- > qapi/misc-target.json | 19 +-- > 1 file changed,