Re: [RESEND PATCH 03/32] qom: Add memory-backend-epc ObjectOptions support

2021-05-06 Thread Yang Zhong
On Mon, May 03, 2021 at 12:56:55PM -0500, Eric Blake wrote: > On 4/30/21 1:24 AM, Yang Zhong wrote: > > Add the new 'memory-backend-epc' user creatable QOM object in > > the ObjectOptions to support SGX, or the sgx backend object > > cannot bootup. > > > > Signed-off-by: Yang Zhong > > --- > > q

Re: [RESEND PATCH 03/32] qom: Add memory-backend-epc ObjectOptions support

2021-05-03 Thread Eric Blake
On 4/30/21 1:24 AM, Yang Zhong wrote: > Add the new 'memory-backend-epc' user creatable QOM object in > the ObjectOptions to support SGX, or the sgx backend object > cannot bootup. > > Signed-off-by: Yang Zhong > --- > qapi/qom.json | 2 ++ > 1 file changed, 2 insertions(+) Missing documentatio

[RESEND PATCH 03/32] qom: Add memory-backend-epc ObjectOptions support

2021-04-29 Thread Yang Zhong
Add the new 'memory-backend-epc' user creatable QOM object in the ObjectOptions to support SGX, or the sgx backend object cannot bootup. Signed-off-by: Yang Zhong --- qapi/qom.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qapi/qom.json b/qapi/qom.json index cd0e76d564..fd6fbee597 10