On 17/10/2025 00.58, Stefan Hajnoczi wrote:
On Thu, Oct 16, 2025 at 3:23 PM Daniel P. Berrangé <[email protected]> wrote:
On Thu, Oct 16, 2025 at 02:57:20PM -0400, Stefan Hajnoczi wrote:
Hi,
QEMU's SLOF mirror at https://gitlab.com/qemu-project/SLOF has been
updated to pull from https://gitlab.com/slof/slof instead of
https://github.com/aik/SLOF.
Thomas Huth requested this change on IRC and I see that
https://github.com/aik/SLOF has a notice pointing to
https://gitlab.com/slof/slof as the new official repo.
Just changing the mirror location is not sufficient. The most recent
commit in aik/SLOF, which was mirrored into qemu-project/SLOF, never
existed in slof/slof.
We'll need to force push history to qemu-project/SLOF to get rid of
the divergence, before the mirroring will succeed.
Thanks for pointing this out, Daniel. I have force pushed so QEMU's
SLOF mirror is now syncing with the new upstream repo.
Thanks, Stefan, very appreciated!
Thomas