commit | 4399c89852c1981e539714cc6f592648e7088de6 | [log] [tgz] |
---|---|---|
author | Brett Nash <nash@nash.space> | Thu Feb 10 21:46:04 2022 +0000 |
committer | Brett Nash <nash@nash.space> | Thu Feb 10 21:46:04 2022 +0000 |
tree | 490ae64df0a82f2b6fffe97a68d28120dda860d1 | |
parent | 630d673c143dc57d92f8c28888eb136927f6825d [diff] |
mbuf: Use SLIRP_DEBUG to enable mbuf debugging instead of DEBUG DEBUG is set by a number of IDEs and development environments (*cough* xcode *cough*). This means we use mbuf duplication when we don't need (or expect) it. Change the name to SLIRP_DEBUG to enable this feature. Signed-off-by: Pablo Fiori <pablofiori@fb.com> Signed-off-by: Brett Nash <nash@fb.com>
libslirp is a user-mode networking library used by virtual machines, containers or various tools.
A C compiler, meson and glib2 development libraries.
(see also .gitlab-ci.yml DEPS variable for the list of dependencies on Fedora)
You may build and install the shared library with meson:
meson build ninja -C build install
And configure QEMU with --enable-slirp=system to link against it.
(QEMU may build with the submodule static library using --enable-slirp=git)
Unfortunately, there are no automated tests available.
You may run QEMU -net user
linked with your development version.
Feel free to open issues on the project issues page.
You may clone the gitlab project and create a merge request.
Contributing with gitlab allows gitlab workflow, tracking issues, running CI etc.
Alternatively, you may send patches to slirp@lists.freedesktop.org mailing list.
We intend to use libtool's versioning for the shared libraries and use SemVer for project versions.
For the versions available, see the tags on this repository.
See the COPYRIGHT file for details.