AMDESE / AMDSEV

AMD Secure Encrypted Virtualization
272 stars 84 forks source link

Launch qemu with USE_DEFAULT_NETWORK not working? #214

Closed roostab closed 2 months ago

roostab commented 2 months ago

Hi,

When activating USE_DEFAULT_NETWORK I get the following error:

qemu-system-x86_64: -netdev user,id=vmnic,hostfwd=tcp::8000-:22: network backend 'user' is not compiled into this binary

Is there an alternative to get a VM with connectivity?

Thanks

aik commented 2 months ago

You need to install libslirp-devel (Fedora) or libslirp-dev (Ubuntu) and recompile QEMU with running its ./configure first.

roostab commented 2 months ago

Thanks!