svn commit: r351343 - stable/12/sys/riscv/conf
Mark Johnston
markj at FreeBSD.org
Wed Aug 21 16:27:20 UTC 2019
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\"
More information about the svn-src-stable-12
mailing list