On Fri, Sep 10, 2021 at 05:21:33PM +0200, Philippe Mathieu-Daudé wrote: > On 9/8/21 2:25 PM, Stefan Hajnoczi wrote: > > On Fri, Aug 27, 2021 at 01:53:20PM -0400, Jagannathan Raman wrote: > > >> diff --git a/.gitmodules b/.gitmodules > >> index 08b1b48..cfeea7c 100644 > >> --- a/.gitmodules > >> +++ b/.gitmodules > >> @@ -64,3 +64,6 @@ > >> [submodule "roms/vbootrom"] > >> path = roms/vbootrom > >> url = https://gitlab.com/qemu-project/vbootrom.git > >> +[submodule "subprojects/libvfio-user"] > >> + path = subprojects/libvfio-user > >> + url = https://github.com/nutanix/libvfio-user.git > > > > Once this is merged I'll set up a > > gitlab.com/qemu-project/libvfio-user.git mirror. This ensures that no > > matter what happens with upstream libvfio-user.git, the source code that > > QEMU builds against will remain archived/available. > > Can we do it the other way around? When the series is OK to be merged, > setup the https://gitlab.com/qemu-project/libvfio-user.git mirror and > have the submodule point to it? Yes, good idea. Stefan