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\"
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to