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: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v2 2/2] build-sys: move slirp as git submodule project
Date: Thu, 25 Apr 2019 11:03:26 +0100
User-agent: Mutt/1.11.3 (2019-02-01)

On Wed, Apr 24, 2019 at 01:14:57PM +0100, Peter Maydell wrote:
> 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?

The mirrors are now set up:

  https://git.qemu.org/

I will send a .gitmodules patch that switches over to our mirrors.  I
will also include this libslirp submodule patch.

Stefan

Attachment: signature.asc
Description: PGP signature


reply via email to

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