Re: [PATCH 13/19] smbios: extend smbios-entry-point-type with 'auto' value

2024-03-05 Thread Ani Sinha
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 Reviewed-by: Ani Sinha > --- > qapi/machine.json | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff

Re: [PATCH 13/19] smbios: extend smbios-entry-point-type with 'auto' value

2024-02-27 Thread Markus Armbruster
Igor Mammedov writes: > later patches will use it to pick SMBIOS version at runtime > depending on configuration. > > Signed-off-by: Igor Mammedov > --- > qapi/machine.json | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/qapi/machine.json b/qapi/machine.json >

[PATCH 13/19] smbios: extend smbios-entry-point-type with 'auto' value

2024-02-27 Thread Igor Mammedov
later patches will use it to pick SMBIOS version at runtime depending on configuration. Signed-off-by: Igor Mammedov --- 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 ---