svn commit: r367651 - head/usr.sbin/bhyve

Shawn Webb shawn.webb at hardenedbsd.org
Fri Nov 13 20:03:19 UTC 2020


On Fri, Nov 13, 2020 at 07:47:16PM +0000, Rebecca Cran wrote:
> Author: bcran
> Date: Fri Nov 13 19:47:16 2020
> New Revision: 367651
> URL: https://svnweb.freebsd.org/changeset/base/367651
> 
> Log:
>   bhyve: update smbiostbl.c to bump the version and release date
>   
>   Since lots of work has been done on bhyve since 2014, increase the version
>   to 13.0 to match 13-CURRENT, and update the release date.
>   
>   Reviewed by:	grehan
>   Differential Revision:	https://reviews.freebsd.org/D27147
> 
> Modified:
>   head/usr.sbin/bhyve/smbiostbl.c
> 
> Modified: head/usr.sbin/bhyve/smbiostbl.c
> ==============================================================================
> --- head/usr.sbin/bhyve/smbiostbl.c	Fri Nov 13 19:22:53 2020	(r367650)
> +++ head/usr.sbin/bhyve/smbiostbl.c	Fri Nov 13 19:47:16 2020	(r367651)
> @@ -51,6 +51,9 @@ __FBSDID("$FreeBSD$");
>  
>  #define SMBIOS_BASE		0xF1000
>  
> +#define FIRMWARE_VERSION	"13.0"
> +#define FIRMWARE_RELEASE_DATE	"11/10/2020"

Style nit: shouldn't there be a tab between #define and the macro?

Thanks,

-- 
Shawn Webb
Cofounder / Security Engineer
HardenedBSD

GPG Key ID:          0xFF2E67A277F8E1FA
GPG Key Fingerprint: D206 BB45 15E0 9C49 0CF9  3633 C85B 0AF8 AB23 0FB2
https://git-01.md.hardenedbsd.org/HardenedBSD/pubkeys/src/branch/master/Shawn_Webb/03A4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20201113/9324064f/attachment.sig>


More information about the svn-src-all mailing list