[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: If your networking is failing after updating to the latest git versi
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: If your networking is failing after updating to the latest git version of QEMU... |
Date: |
Wed, 28 Sep 2022 19:06:17 +0200 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.13.1 |
On 28/9/22 10:27, Thomas Huth wrote:
... it might have happened due to the removal of the "slirp" submodule
from the git repository. For example if you see an error message like this:
Parameter 'type' expects a netdev backend type
this likely means that the "user" mode backend type is not available in
your binary anymore. To fix it, simply install "libslirp-devel" (or
libslirp-dev or however it is called) from your OS distribution and
recompile.
Thanks for the hint Thomas. I'm afraid many developers will miss your
email.
Jason, Marc-André, could we improve the buildsys check or display
a more helpful information from the code instead?
Thanks,
Phil.