]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bhyve currently reports each of "smbios.system.maker" and
authorOlivier Cochard <olivier@FreeBSD.org>
Fri, 30 Oct 2020 00:03:59 +0000 (00:03 +0000)
committerOlivier Cochard <olivier@FreeBSD.org>
Fri, 30 Oct 2020 00:03:59 +0000 (00:03 +0000)
commitac8f506b8566f5ab32502e30a67a08736367e4c6
tree453443d0d65e2cc53d12c3002e39c2ecd5d21e2e
parent36e0a362ac2829edf50e6b2da050d2cb1929ab90
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