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
This commit is contained in:
Mark Johnston 2019-01-03 16:11:21 +00:00
parent fdb955f51f
commit 7b1e32a5be
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=342731

View File

@ -6,4 +6,5 @@ include "GENERIC"
ident QEMU
options HZ=100
options ROOTDEVNAME=\"ufs:/dev/vtbd0\"