Re: [PATCH v2 0/3] pc: Support configuration of SMBIOS entry point type

2021-01-04 Thread Eduardo Habkost
On Tue, Dec 29, 2020 at 02:20:01PM +0100, Igor Mammedov wrote: > On Mon, 14 Dec 2020 15:50:26 -0500 > Eduardo Habkost wrote: > > > This includes code previously submitted[1] by Daniel P. Berrangé > > to add a "smbios-ep" machine property on PC. > > > > SMBIOS 3.0 is necessary to support more tha

Re: [PATCH v2 0/3] pc: Support configuration of SMBIOS entry point type

2020-12-29 Thread Philippe Mathieu-Daudé
On 12/14/20 9:50 PM, Eduardo Habkost wrote: > This includes code previously submitted[1] by Daniel P. Berrangé > to add a "smbios-ep" machine property on PC. > > SMBIOS 3.0 is necessary to support more than ~720 VCPUs, as a > large number of VCPUs can easily hit the table size limit of > SMBIOS 2.

Re: [PATCH v2 0/3] pc: Support configuration of SMBIOS entry point type

2020-12-29 Thread Igor Mammedov
On Mon, 14 Dec 2020 15:50:26 -0500 Eduardo Habkost wrote: > This includes code previously submitted[1] by Daniel P. Berrangé > to add a "smbios-ep" machine property on PC. > > SMBIOS 3.0 is necessary to support more than ~720 VCPUs, as a > large number of VCPUs can easily hit the table size limi

[PATCH v2 0/3] pc: Support configuration of SMBIOS entry point type

2020-12-14 Thread Eduardo Habkost
This includes code previously submitted[1] by Daniel P. Berrangé to add a "smbios-ep" machine property on PC. SMBIOS 3.0 is necessary to support more than ~720 VCPUs, as a large number of VCPUs can easily hit the table size limit of SMBIOS 2.1 entry points. [1] https://lore.kernel.org/qemu-devel