Date: Fri, 14 Dec 2018 21:00:41 +0000 (UTC) From: Mark Johnston <markj@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r342097 - head/sys/riscv/conf Message-ID: <201812142100.wBEL0fRU098826@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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\"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812142100.wBEL0fRU098826>