You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hm, looks like newer versions of QEMU ship with a default firmware that overlaps where RVirt tries to place its code. Appending -bios none to command in the Makefile fixes that issue, but there seems to be a second issue with the PLIC:
panicked at 'PLIC address not specified', src/libcore/option.rs:1188:5
QEMU: Terminated
My guess is that QEMU also changed their device tree, and RVirt isn't recognizing the new contents. When I have a chance I'll debug more and see if I can get the code working again
I did
make qemu
and the terminal says that there is overlapping memory. I did no changes to the MakeFile or any file.The text was updated successfully, but these errors were encountered: