Re: [PATCH 05/19] smbios: get rid of smbios_smp_sockets global

2024-02-28 Thread Ani Sinha
> On 27-Feb-2024, at 21:17, Igor Mammedov wrote: > > it makes smbios_validate_table() independent from > smbios_smp_sockets global, which in turn lets > smbios_get_tables() avoid using not related legacy code. > Good cleanup! > Signed-off-by: Igor Mammedov Reviewed-by: Ani Sinha > --- >

[PATCH 05/19] smbios: get rid of smbios_smp_sockets global

2024-02-27 Thread Igor Mammedov
it makes smbios_validate_table() independent from smbios_smp_sockets global, which in turn lets smbios_get_tables() avoid using not related legacy code. Signed-off-by: Igor Mammedov --- goal here is to isolate legacy handling from generic smbios_get_tables() --- include/hw/firmware/smbios.h | 2