Re: [PATCH] hw/smbios: Add table 4 parameter, "processor-id"

2022-01-24 Thread Patrick Venture
On Tue, Jan 18, 2022 at 11:37 PM Igor Mammedov wrote: > On Tue, 18 Jan 2022 09:15:42 -0800 > Patrick Venture wrote: > > > On Tue, Jan 11, 2022 at 5:13 AM Igor Mammedov > wrote: > > > > > On Thu, 6 Jan 2022 14:33:16 -0800 > > > Patrick Venture wrote: > > > > [...] > > > > diff --git

Re: [PATCH] hw/smbios: Add table 4 parameter, "processor-id"

2022-01-18 Thread Igor Mammedov
On Tue, 18 Jan 2022 09:15:42 -0800 Patrick Venture wrote: > On Tue, Jan 11, 2022 at 5:13 AM Igor Mammedov wrote: > > > On Thu, 6 Jan 2022 14:33:16 -0800 > > Patrick Venture wrote: > > [...] > > > diff --git a/qemu-options.hx b/qemu-options.hx > > > index ec90505d84..3c51b6cf8f 100644 > > >

Re: [PATCH] hw/smbios: Add table 4 parameter, "processor-id"

2022-01-18 Thread Patrick Venture
On Tue, Jan 11, 2022 at 5:13 AM Igor Mammedov wrote: > On Thu, 6 Jan 2022 14:33:16 -0800 > Patrick Venture wrote: > > > This parameter is to be used in the processor_id lower 32-bit entry in > > I'd call it processor_id_lo throughout the patch > or if you prefer to keep current name, then make

Re: [PATCH] hw/smbios: Add table 4 parameter, "processor-id"

2022-01-11 Thread Igor Mammedov
On Thu, 6 Jan 2022 14:33:16 -0800 Patrick Venture wrote: > This parameter is to be used in the processor_id lower 32-bit entry in I'd call it processor_id_lo throughout the patch or if you prefer to keep current name, then make it support full QWORD as spec says. > the type 4 table. The

[PATCH] hw/smbios: Add table 4 parameter, "processor-id"

2022-01-06 Thread Patrick Venture
This parameter is to be used in the processor_id lower 32-bit entry in the type 4 table. The upper 32-bits represent the features for the CPU. This patch leaves those as 0 when the lower 32-bits are set. This parameter is set as optional and if left will use the values from the CPU model. This