Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jan 2019 16:11:21 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r342731 - head/sys/riscv/conf
Message-ID:  <201901031611.x03GBLeD034327@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Thu Jan  3 16:11:21 2019
New Revision: 342731
URL: https://svnweb.freebsd.org/changeset/base/342731

Log:
  Configure hz=100 in the QEMU target.
  
  We currently don't have a good way to dynamically detect whether the
  kernel is running as a guest.
  
  Reviewed by:	jhb
  MFC after:	1 week
  Sponsored by:	The FreeBSD Foundation
  Differential Revision:	https://reviews.freebsd.org/D18715

Modified:
  head/sys/riscv/conf/QEMU

Modified: head/sys/riscv/conf/QEMU
==============================================================================
--- head/sys/riscv/conf/QEMU	Thu Jan  3 14:27:51 2019	(r342730)
+++ head/sys/riscv/conf/QEMU	Thu Jan  3 16:11:21 2019	(r342731)
@@ -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?201901031611.x03GBLeD034327>