On Wed, 24 Apr 2019 at 12:13, Marc-André Lureau <marcandre.lur...@redhat.com> wrote: > > 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.lur...@redhat.com>
> --- 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 We should prefer to set up a mirror of the git repo on git.qemu.org and use that, rather than a remote repo. We also need to do that for the berkeley softfloat and edk2 repos, I notice. Stefan or Jeff, could one of you set that up, please? thanks -- PMM