svn commit: r342731 - head/sys/riscv/conf
Mark Johnston
markj at FreeBSD.org
Thu Jan 3 16:11:22 UTC 2019
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\"
More information about the svn-src-all
mailing list