]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Bhyve: fix SMBIOS Type 17 table generation
authorRebecca Cran <bcran@FreeBSD.org>
Tue, 31 Mar 2020 02:36:39 +0000 (02:36 +0000)
committerRebecca Cran <bcran@FreeBSD.org>
Tue, 31 Mar 2020 02:36:39 +0000 (02:36 +0000)
commite23fe873b24f0ea5b3083964bb9d583a9a68a650
tree81f84f0cdbc0b84a228c4283b5529e8cadf71105
parent431f2b8712e950e4507eae618b233c45f784ccd9
Bhyve: fix SMBIOS Type 17 table generation

According to the SMBIOS specification (revision 2.7 or newer), the
extended module size field should only be used for sizes that can't
fit in the older size field.

Reviewed by: rgrimes, grehan, jhb
Differential Revision: https://reviews.freebsd.org/D24107
usr.sbin/bhyve/smbiostbl.c