commit | da3afd3ccdde4f2317f3a73e31c879c0a2847a25 | [log] [tgz] |
---|---|---|
author | Peter Delevoryas <pdel@fb.com> | Fri May 13 19:56:45 2022 -0700 |
committer | Peter Delevoryas <pdel@fb.com> | Wed May 18 21:11:04 2022 -0700 |
tree | 559926d481fd2dffc7701af64996a2469a9f2263 | |
parent | 2facdf288df59690b62037cb91df472b2215e975 [diff] |
ncsi: Pass command header to response handlers This change passes the command header as an additional read-only parameter to each response handler so that they can make more response handling descisions based on the command header fields. This is especially useful for handling OEM NC-SI commands, or any protocol that's encapsulated in an NC-SI header. Signed-off-by: Peter Delevoryas <pdel@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.