mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-03-03 23:53:48 +00:00
Previously the code used the SmbiosSysInfo structure for that purpose. Handle 0x0003, DMI type 127, 27 bytes <TRUNCATED> Wrong DMI structures length: 130 bytes announced, structures occupy 131 bytes. Fix this by using the correct structure and padding. Signed-off-by: Wei Liu <liuwe@microsoft.com>