Date: Fri, 30 Oct 2020 00:04:58 +0000 From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [Bug 250728] Filling smbios manufacturer and family string Message-ID: <bug-250728-27103-b9HXOs1g1n@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-250728-27103@https.bugs.freebsd.org/bugzilla/> References: <bug-250728-27103@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250728 --- Comment #4 from commit-hook@FreeBSD.org --- A commit references this bug: Author: olivier Date: Fri Oct 30 00:03:59 UTC 2020 New revision: 367152 URL: https://svnweb.freebsd.org/changeset/base/367152 Log: 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=3D"Virtual Machine" smbios.system.maker=3D"FreeBSD" PR: 250728 Approved by: grehan@FreeBSD.org Sponsored by: Netflix Changes: head/usr.sbin/bhyve/smbiostbl.c --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250728-27103-b9HXOs1g1n>