qemu v7.2 network backend ‘user‘ is not compiled into this binary 问题

原因是7.2版本:Removal of the "slirp" submodule (affects "-netdev user")

ubuntu环境下

sudo apt-get install libslirp-dev

编译前,

./configure --enable-slirp

接着就没得问题了

你可能感兴趣的:(qemu,linux)