Re: [PATCH v2 2/4] smbios: function to set default processor family

2024-01-22 Thread Andrew Jones
On Fri, Dec 29, 2023 at 01:07:22PM +0100, Heinrich Schuchardt wrote: > Provide a function to set the default processor family. > > Signed-off-by: Heinrich Schuchardt > --- > v2: > new patch > --- > hw/smbios/smbios.c | 7 +++ > include/hw/firmware/smbios.h | 1 + > 2 files ch

[PATCH v2 2/4] smbios: function to set default processor family

2023-12-29 Thread Heinrich Schuchardt
Provide a function to set the default processor family. Signed-off-by: Heinrich Schuchardt --- v2: new patch --- hw/smbios/smbios.c | 7 +++ include/hw/firmware/smbios.h | 1 + 2 files changed, 8 insertions(+) diff --git a/hw/smbios/smbios.c b/hw/smbios/smbios.c index 647b