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: Eric Blake
Subject: Re: [RESEND PATCH 03/32] qom: Add memory-backend-epc ObjectOptions support
Date: Mon, 3 May 2021 12:56:55 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

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.

> 
> 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]