takahirox / riscv-rust

RISC-V processor emulator written in Rust+WASM
https://takahirox.github.io/riscv-rust/wasm/web/index.html
MIT License
630 stars 47 forks source link

Network support on Linux #57

Open takahirox opened 4 years ago

skyne98 commented 2 years ago

Hey, hey, awesome project!

How hard, do you think, it would be to implement a simple virtio networking device which tunnels traffic to some external “port”? I have never done any emulation work, so I am unaware, but I have heard virtio devices are really simple!