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

2021-11-01 Thread Michael S. Tsirkin
On Tue, Oct 26, 2021 at 11:10:57AM -0400, 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

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

2021-10-26 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. Changes from v2: * Renamed option to "s