summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFrans Kaashoek <[email protected]>2022-08-02 11:44:40 -0400
committerFrans Kaashoek <[email protected]>2022-08-02 11:44:40 -0400
commit84fb6f3dc2bf9d6fea6e21646352f74d063f432f (patch)
tree0f5b79b299070a538edbec5f2ebbc626dde5cc44 /Makefile
parent1b02b08db18210f2c1efb4e184c482a06f690fbd (diff)
parentcd00a8233ad43be269908db5bdc28c5961a9dce9 (diff)
downloadxv6-labs-84fb6f3dc2bf9d6fea6e21646352f74d063f432f.tar.gz
xv6-labs-84fb6f3dc2bf9d6fea6e21646352f74d063f432f.tar.bz2
xv6-labs-84fb6f3dc2bf9d6fea6e21646352f74d063f432f.zip
Merge branch 'virtio' into riscv
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 328f9c6..1dfc1db 100644
--- a/Makefile
+++ b/Makefile
@@ -157,6 +157,7 @@ CPUS := 3
endif
QEMUOPTS = -machine virt -bios none -kernel $K/kernel -m 128M -smp $(CPUS) -nographic
+QEMUOPTS += -global virtio-mmio.force-legacy=false
QEMUOPTS += -drive file=fs.img,if=none,format=raw,id=x0
QEMUOPTS += -device virtio-blk-device,drive=x0,bus=virtio-mmio-bus.0