Re: [PATCH 06/19] smbios: get rid of smbios_legacy global

2024-03-04 Thread Daniel Henrique Barboza
On 2/27/24 12:47, Igor Mammedov wrote: clean up smbios_set_defaults() which is reused by legacy and non legacy machines from being aware of 'legacy' notion and need to turn it off. And push legacy handling up to PC machine code where it's relevant. Signed-off-by: Igor Mammedov --- For

Re: [PATCH 06/19] smbios: get rid of smbios_legacy global

2024-03-01 Thread Ani Sinha
> On 29-Feb-2024, at 19:59, Igor Mammedov wrote: > > On Thu, 29 Feb 2024 16:23:21 +0530 > Ani Sinha wrote: > >>> On 27-Feb-2024, at 21:17, Igor Mammedov wrote: >>> >>> clean up smbios_set_defaults() which is reused by legacy >>> and non legacy machines from being aware of 'legacy' notion

Re: [PATCH 06/19] smbios: get rid of smbios_legacy global

2024-02-29 Thread Igor Mammedov
On Thu, 29 Feb 2024 16:23:21 +0530 Ani Sinha wrote: > > On 27-Feb-2024, at 21:17, Igor Mammedov wrote: > > > > clean up smbios_set_defaults() which is reused by legacy > > and non legacy machines from being aware of 'legacy' notion > > and need to turn it off. And push legacy handling up to >

Re: [PATCH 06/19] smbios: get rid of smbios_legacy global

2024-02-29 Thread Ani Sinha
> On 27-Feb-2024, at 21:17, Igor Mammedov wrote: > > clean up smbios_set_defaults() which is reused by legacy > and non legacy machines from being aware of 'legacy' notion > and need to turn it off. And push legacy handling up to > PC machine code where it's relevant. > > Signed-off-by: Igor