[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 13/19] smbios: extend smbios-entry-point-type with 'auto' val
From: |
Ani Sinha |
Subject: |
Re: [PATCH 13/19] smbios: extend smbios-entry-point-type with 'auto' value |
Date: |
Tue, 5 Mar 2024 14:45:15 +0530 (IST) |
On Tue, 27 Feb 2024, Igor Mammedov wrote:
> later patches will use it to pick SMBIOS version at runtime
> depending on configuration.
>
> Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Ani Sinha <anisinha@redhat.com>
> ---
> qapi/machine.json | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/qapi/machine.json b/qapi/machine.json
> index 93b4677286..4c68528507 100644
> --- a/qapi/machine.json
> +++ b/qapi/machine.json
> @@ -1802,10 +1802,13 @@
> #
> # @64: SMBIOS version 3.0 (64-bit) Entry Point
> #
> +# @auto: Either 2.x or 3.x SMBIOS version, 2.x if configuration can be
> described
> +# by it and 3.x otherwise (since: 9.0)
> +#
> # Since: 7.0
> ##
> { 'enum': 'SmbiosEntryPointType',
> - 'data': [ '32', '64' ] }
> + 'data': [ '32', '64', 'auto' ] }
>
> ##
> # @MemorySizeConfiguration:
> --
> 2.39.3
>
>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH 13/19] smbios: extend smbios-entry-point-type with 'auto' value,
Ani Sinha <=