From 01cd6fba6c63fa55cd85d3d32afdf352420573da Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Fri, 14 Dec 2018 21:00:41 +0000 Subject: [PATCH] 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 --- sys/riscv/conf/QEMU | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sys/riscv/conf/QEMU diff --git a/sys/riscv/conf/QEMU b/sys/riscv/conf/QEMU new file mode 100644 index 00000000000..7abe44bdab5 --- /dev/null +++ b/sys/riscv/conf/QEMU @@ -0,0 +1,9 @@ +# $FreeBSD$ + +#NO_UNIVERSE + +include "GENERIC" + +ident QEMU + +options ROOTDEVNAME=\"ufs:/dev/vtbd0\"