search for: libslirp

Displaying 2 results from an estimated 2 matches for "libslirp".

Did you mean: libsldap
2019 Nov 07
2
Where can I find the slirp-helper?
For the libvirt 5.8 release, I find that there is a new comment in qemu.conf: #slirp_helper = "/usr/bin/slirp-helper" It indicates that there is a slirp-helper to help setup slirp network. But I cannot find it even after I built the latest qemu(v4.1.0-1378-g98b2e3c9ab) and libvirt (v5.9.0-rc1-2-g73f91d659b). Could you please tell me where I can find that helper program? Thanks --
2019 Nov 07
0
Re: Where can I find the slirp-helper?
Hi Han, The slirp-helper is a helper program provided in libslirp rust bindings. It seems that you need to build it yourself ATM. git clone https://gitlab.freedesktop.org/slirp/libslirp-rs.git > cd libslirp-rs > cargo build --bin slirp-helper --features=all > Han Han <hhan@redhat.com> 於 2019年11月7日 週四 下午2:01寫道: > For the libvirt 5.8 release, I...