Re: [PATCH 5/7] qmp: Add the qmp_query_sgx_capabilities()

2021-09-09 Thread Philippe Mathieu-Daudé
On 9/9/21 2:06 PM, Yang Zhong wrote: > On Thu, Sep 09, 2021 at 11:36:58AM +0200, Philippe Mathieu-Daudé wrote: >> On 9/9/21 4:51 AM, Yang Zhong wrote: >>> On Wed, Sep 08, 2021 at 10:38:59AM +0200, Philippe Mathieu-Daudé wrote: On 9/8/21 10:19 AM, Yang Zhong wrote: > Libvirt can use

Re: [PATCH 5/7] qmp: Add the qmp_query_sgx_capabilities()

2021-09-09 Thread Yang Zhong
On Thu, Sep 09, 2021 at 11:36:58AM +0200, Philippe Mathieu-Daudé wrote: > On 9/9/21 4:51 AM, Yang Zhong wrote: > > On Wed, Sep 08, 2021 at 10:38:59AM +0200, Philippe Mathieu-Daudé wrote: > >> On 9/8/21 10:19 AM, Yang Zhong wrote: > >>> Libvirt can use qmp_query_sgx_capabilities() to get the host >

Re: [PATCH 5/7] qmp: Add the qmp_query_sgx_capabilities()

2021-09-09 Thread Philippe Mathieu-Daudé
On 9/9/21 4:51 AM, Yang Zhong wrote: > On Wed, Sep 08, 2021 at 10:38:59AM +0200, Philippe Mathieu-Daudé wrote: >> On 9/8/21 10:19 AM, Yang Zhong wrote: >>> Libvirt can use qmp_query_sgx_capabilities() to get the host >>> sgx capabilities. >>> >>> Signed-off-by: Yang Zhong >>> --- >>>

Re: [PATCH 5/7] qmp: Add the qmp_query_sgx_capabilities()

2021-09-08 Thread Yang Zhong
On Wed, Sep 08, 2021 at 10:38:59AM +0200, Philippe Mathieu-Daudé wrote: > On 9/8/21 10:19 AM, Yang Zhong wrote: > > Libvirt can use qmp_query_sgx_capabilities() to get the host > > sgx capabilities. > > > > Signed-off-by: Yang Zhong > > --- > > hw/i386/sgx.c | 66

Re: [PATCH 5/7] qmp: Add the qmp_query_sgx_capabilities()

2021-09-08 Thread Philippe Mathieu-Daudé
On 9/8/21 10:19 AM, Yang Zhong wrote: > Libvirt can use qmp_query_sgx_capabilities() to get the host > sgx capabilities. > > Signed-off-by: Yang Zhong > --- > hw/i386/sgx.c | 66 ++ > include/hw/i386/sgx.h | 1 + > qapi/misc-target.json

[PATCH 5/7] qmp: Add the qmp_query_sgx_capabilities()

2021-09-08 Thread Yang Zhong
Libvirt can use qmp_query_sgx_capabilities() to get the host sgx capabilities. Signed-off-by: Yang Zhong --- hw/i386/sgx.c | 66 ++ include/hw/i386/sgx.h | 1 + qapi/misc-target.json | 18 +++ target/i386/monitor.c | 5