xv6-riscv icon indicating copy to clipboard operation
xv6-riscv copied to clipboard

qemu-system-riscv64: can't apply global virtio-mmio.force-legacy=false: Property '.force-legacy' not found

Open zhayujie opened this issue 3 years ago • 2 comments

Build fails after commit cd00a8233ad43be269908db5bdc28c5961a9dce9

zhayujie avatar Sep 03 '22 11:09 zhayujie

Make sure you're using a newer version of QEMU (that property was added in 4.2.0 and current QEMU version as of writing is 7.1.0)

drewdorris avatar Oct 04 '22 00:10 drewdorris

indeed, worked for me when I downloaded 7.1.0

wget https://download.qemu.org/qemu-7.1.0.tar.xz

carolinux avatar Dec 11 '23 07:12 carolinux