qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 2/2] build-sys: move slirp as git submodule p


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v2 2/2] build-sys: move slirp as git submodule project
Date: Wed, 24 Apr 2019 13:14:57 +0100

On Wed, 24 Apr 2019 at 12:13, Marc-André Lureau
<address@hidden> 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 <address@hidden>

> --- 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]