cloud-hypervisor/arch
Wei Liu 05e0daa411 arch: fix end of table entry in smbios
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>
2022-08-05 16:34:20 +01:00
..
src arch: fix end of table entry in smbios 2022-08-05 16:34:20 +01:00
Cargo.toml deps: Bulk upgrade dependencies 2022-08-04 18:53:33 +01:00