xpack-dev-tools / qemu-riscv-xpack

A binary distribution of QEMU RISC-V
https://xpack-dev-tools.github.io/qemu-riscv-xpack/
MIT License
6 stars 2 forks source link

missing `netdev user` support #2

Open yf13 opened 3 months ago

yf13 commented 3 months ago

It seems qemu-xpack-riscv (as per 8.2.2) doesn't support -netdev user option:

qemu-system-riscv64: -netdev user,id=u1,hostfwd=tcp:127.0.0.1:10064-10.0.2.15:23: network backend 'user' is not compiled into this binary

Can this be added in future releases?

ilg-ul commented 3 months ago

I'll investigate.