Date: Thu, 29 Oct 2020 22:10:22 +0000 From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [Bug 250728] Filling smbios manufacturer and family string Message-ID: <bug-250728-27103@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250728 Bug ID: 250728 Summary: Filling smbios manufacturer and family string Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: bhyve Assignee: virtualization@FreeBSD.org Reporter: olivier@freebsd.org Created attachment 219209 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D219209&action= =3Dedit patch filling manufacturer and family smbios field bhyve is not reporting smbios.system.maker neither smbios.system.family: It currently uses the standard method of one space character. But reporting this non-visible character create not-so-funny debugging sess= ion with tools parsing those field. So, to prevent returning this non-visible character my proposal is to impro= ve bhyve to return those strings: smbios.system.family=3D"Virtual Machine" smbios.system.maker=3D"BHYVE" For information, Amazon Instances are reporting: smbios.system.family=3D"Default string" smbios.system.maker=3D"Amazon EC2" and VirtualBox VMs: smbios.system.family=3D"Virtual Machine" smbios.system.maker=3D"innotek GmbH" --=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>