Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 2019 16:27:19 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r351343 - stable/12/sys/riscv/conf
Message-ID:  <201908211627.x7LGRJ73092876@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Wed Aug 21 16:27:19 2019
New Revision: 351343
URL: https://svnweb.freebsd.org/changeset/base/351343

Log:
  MFC r342731:
  Configure hz=100 in the QEMU target.

Modified:
  stable/12/sys/riscv/conf/QEMU
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/riscv/conf/QEMU
==============================================================================
--- stable/12/sys/riscv/conf/QEMU	Wed Aug 21 16:21:26 2019	(r351342)
+++ stable/12/sys/riscv/conf/QEMU	Wed Aug 21 16:27:19 2019	(r351343)
@@ -6,4 +6,5 @@ include "GENERIC"
 
 ident QEMU
 
+options 	HZ=100
 options 	ROOTDEVNAME=\"ufs:/dev/vtbd0\"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908211627.x7LGRJ73092876>