Re: If your networking is failing after updating to the latest git version of QEMU...

2022-09-28 Thread Philippe Mathieu-Daudé via

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.



Re: bdrv_is_allocated

2022-02-13 Thread Philippe Mathieu-Daudé via

On 13/2/22 15:24, 沈梦姣 wrote:

Hi,
I’m trying to understand this function, but seems no note in the header file, 
could anyone help explain this function? It will be great if there is an 
example. Thanks in advance!

thanks


Cc'ing qemu-block@ list.