svn commit: r342097 - head/sys/riscv/conf

Mark Johnston markj at FreeBSD.org
Fri Dec 14 21:00:42 UTC 2018


Author: markj
Date: Fri Dec 14 21:00:41 2018
New Revision: 342097
URL: https://svnweb.freebsd.org/changeset/base/342097

Log:
  Add a QEMU config for RISC-V.
  
  Reviewed by:	jhb
  MFC after:	1 week
  Sponsored by:	The FreeBSD Foundation
  Differential Revision:	https://reviews.freebsd.org/D18560

Added:
  head/sys/riscv/conf/QEMU   (contents, props changed)

Added: head/sys/riscv/conf/QEMU
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sys/riscv/conf/QEMU	Fri Dec 14 21:00:41 2018	(r342097)
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+#NO_UNIVERSE
+
+include "GENERIC"
+
+ident QEMU
+
+options 	ROOTDEVNAME=\"ufs:/dev/vtbd0\"


More information about the svn-src-head mailing list