diff options
author | Marc-André Lureau | 2019-04-24 13:00:41 +0200 |
---|---|---|
committer | Samuel Thibault | 2019-05-03 00:15:37 +0200 |
commit | 7c57bdd82026ba03f3158bbcd841afde7c2dc43a (patch) | |
tree | 4ddb7c7ccbe33e6158ee4a9c4ae2f0a67e227bf4 /.gitmodules | |
parent | build-sys: pass CFLAGS & LDFLAGS to subdir-slirp (diff) | |
download | qemu-7c57bdd82026ba03f3158bbcd841afde7c2dc43a.tar.gz qemu-7c57bdd82026ba03f3158bbcd841afde7c2dc43a.tar.xz qemu-7c57bdd82026ba03f3158bbcd841afde7c2dc43a.zip |
build-sys: move slirp as git submodule project
The slirp project is now hosted on freedesktop at:
https://gitlab.freedesktop.org/slirp.
The libslirp source was extracted from qemu/slirp filtered through
clang-format (available in project tree). The qemu slirp directory can
be swapped by a git submodule.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20190424110041.8175-3-marcandre.lureau@redhat.com>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index ceafb0ee29..aa77ce6f50 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,6 @@ [submodule "roms/edk2"] path = roms/edk2 url = https://github.com/tianocore/edk2.git +[submodule "slirp"] + path = slirp + url = https://gitlab.freedesktop.org/slirp/libslirp.git |