Re: [PATCH v2 1/2] smbios: add parsing API

2020-11-02 Thread Bin Meng
On Mon, Nov 2, 2020 at 5:21 PM Christian Gmeiner wrote: > > ping and a short question: would it make more sense to put the parsing > code into smbios.c and unconditionally compile it? I think it's fine to leave this as a separte module. Reviewed-by: Bin Meng But nits below: > > Am Mi., 7. Okt

Re: [PATCH v2 1/2] smbios: add parsing API

2020-11-02 Thread Christian Gmeiner
ping and a short question: would it make more sense to put the parsing code into smbios.c and unconditionally compile it? Am Mi., 7. Okt. 2020 um 14:33 Uhr schrieb Christian Gmeiner : > > Add an very simple API to be able to access SMBIOS strings > like vendor, model and bios version. > > Signed-o