On Fri, Jan 22, 2021 at 2:49 PM Peter Maydell wrote:
>
> On Fri, 22 Jan 2021 at 20:16, Joelle van Dyne wrote:
> >
> > Replace Windows specific macro with a more generic feature detection
> > macro. Allows slirp smb feature to be disabled manually as well.
> >
> > Signed-off-by: Joelle van Dyne
>
On Fri, 22 Jan 2021 at 20:16, Joelle van Dyne wrote:
>
> Replace Windows specific macro with a more generic feature detection
> macro. Allows slirp smb feature to be disabled manually as well.
>
> Signed-off-by: Joelle van Dyne
> ---
> +if test "$slirp_smbd" = "yes" ; then
> + echo "CONFIG_SLI
Replace Windows specific macro with a more generic feature detection
macro. Allows slirp smb feature to be disabled manually as well.
Signed-off-by: Joelle van Dyne
---
configure | 22 +-
meson.build | 2 +-
net/slirp.c | 16
3 files changed, 30 insertions