rivosinc / salus

Risc-V hypervisor for TEE development
92 stars 25 forks source link

guestvm to access flash0 #322

Open yli147 opened 1 year ago

yli147 commented 1 year ago

I'm testing code of the scripts/run_tellus.sh, any way to let the guestvm to access to the flash device defined in qemu ?

The flash device address is 0x20000000 https://github.com/rivosinc/qemu/blob/ae9f6df84c966e3608ed40fdacb55e2567946c60/hw/riscv/virt.c#LL91C9-L91C9

Thanks if any input