commit | 2facdf288df59690b62037cb91df472b2215e975 | [log] [tgz] |
---|---|---|
author | Thomas Huth <thuth@redhat.com> | Mon May 16 11:04:10 2022 +0200 |
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | Tue May 17 00:46:46 2022 +0200 |
tree | eed6c83355fb9d6c095ce5e82d1c9b2b00940807 | |
parent | 3ee97215ab2479e998071d7b4d1911de794a3107 [diff] |
src/slirp.h: Bump the minimum Windows version to Windows 7 Windows Vista is not supported by its vendor anymore. Additionally, glib uses 0x0601 as setting for _WIN32_WINNT since version 2.53.6 already, so unless libslirp is used with a very old version of glib, we are depending on Windows 7 anyway. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Message-Id: <20220516090410.39727-1-thuth@redhat.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.