Re: [RESEND PATCH 25/32] qmp: Add query-sgx command

2021-05-06 Thread Yang Zhong
On Mon, May 03, 2021 at 12:58:34PM -0500, Eric Blake wrote: > On 4/30/21 1:24 AM, Yang Zhong wrote: > > This QMP query command can be used by some userspaces to retrieve > > the SGX information when SGX is enabled on Intel platform. > > > > Signed-off-by: Yang Zhong > > --- > > monitor/qmp-cmds.

Re: [RESEND PATCH 25/32] qmp: Add query-sgx command

2021-05-03 Thread Eric Blake
On 4/30/21 1:24 AM, Yang Zhong wrote: > This QMP query command can be used by some userspaces to retrieve > the SGX information when SGX is enabled on Intel platform. > > Signed-off-by: Yang Zhong > --- > monitor/qmp-cmds.c | 6 ++ > qapi/misc.json | 42 +

[RESEND PATCH 25/32] qmp: Add query-sgx command

2021-04-29 Thread Yang Zhong
This QMP query command can be used by some userspaces to retrieve the SGX information when SGX is enabled on Intel platform. Signed-off-by: Yang Zhong --- monitor/qmp-cmds.c | 6 ++ qapi/misc.json | 42 ++ tests/qtest/qmp-cmd-test.c |