]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bhyve currently reports each of "smbios.system.maker" and
authorolivier <olivier@FreeBSD.org>
Fri, 30 Oct 2020 00:03:59 +0000 (00:03 +0000)
committerolivier <olivier@FreeBSD.org>
Fri, 30 Oct 2020 00:03:59 +0000 (00:03 +0000)
commit461b8ab8329fcc35bbab21bde35406db00ddf3ae
tree453443d0d65e2cc53d12c3002e39c2ecd5d21e2e
parent1473d9148a337dbb624fc6735a9602e6408921bd
bhyve currently reports each of "smbios.system.maker" and
"smbios.system.family" as " ".
This presents challenges for both humans and tools when trying to parse output
that uses those results.
The new values reported are now:
smbios.system.family="Virtual Machine"
smbios.system.maker="FreeBSD"

PR: 250728
Approved by: grehan@FreeBSD.org
Sponsored by: Netflix
usr.sbin/bhyve/smbiostbl.c