qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Yang Zhong
Subject: Re: [RESEND PATCH 03/32] qom: Add memory-backend-epc ObjectOptions support
Date: Thu, 6 May 2021 20:38:19 +0800
User-agent: Mutt/1.5.21 (2010-09-15)

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 <yang.zhong@intel.com>
> > ---
> >  qapi/qom.json | 2 ++
> >  1 file changed, 2 insertions(+)
> 
> Missing documentation, including a 'since 6.1' blurb, for the new addition.
> 

  Eric, thanks for your comments! i will add new MemoryBackendEpcProperties
  properties and documents for sgx epc. thanks!

  Yang

> > 
> > diff --git a/qapi/qom.json b/qapi/qom.json
> > index cd0e76d564..fd6fbee597 100644
> > --- a/qapi/qom.json
> > +++ b/qapi/qom.json
> > @@ -767,6 +767,7 @@
> >      { 'name': 'memory-backend-memfd',
> >        'if': 'defined(CONFIG_LINUX)' },
> >      'memory-backend-ram',
> > +    'memory-backend-epc',
> >      'pef-guest',
> >      'pr-manager-helper',
> >      'rng-builtin',
> > @@ -824,6 +825,7 @@
> >        'memory-backend-memfd':       { 'type': 
> > 'MemoryBackendMemfdProperties',
> >                                        'if': 'defined(CONFIG_LINUX)' },
> >        'memory-backend-ram':         'MemoryBackendProperties',
> > +      'memory-backend-epc':         'MemoryBackendProperties',
> >        'pr-manager-helper':          'PrManagerHelperProperties',
> >        'rng-builtin':                'RngProperties',
> >        'rng-egd':                    'RngEgdProperties',
> > 
> 
> -- 
> Eric Blake, Principal Software Engineer
> Red Hat, Inc.           +1-919-301-3226
> Virtualization:  qemu.org | libvirt.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]