On Thu, Dec 10, 2020 at 04:26:21PM -0500, Eduardo Habkost wrote:
This series implements support for SMBIOS 3.0 entry points in
SeaBIOS.
The main advantage of SMBIOS 3.0 entry points is the higher limit for total table size. The SMBIOS 2.1 64435 bytes limit can be easily hit in QEMU if creating virtual machines with more than 720 VCPUs.
Thanks. The series looks good to me.
What is the integration plan for merging this and making the associated changes to QEMU? Are you looking to merge this first?
I noticed that the new code only has a single qemu smbios "anchor" file - does that mean qemu will only ever use smbios3 or smbios2 and never need to export both simultaneously?
-Kevin