On Thu, Apr 22, 2021 at 09:39:44AM +0200, Paolo Bonzini wrote: > On 22/04/21 05:42, Thomas Huth wrote: > > On 21/04/2021 21.16, Jacob Xu wrote: > > > The MAINTAINERS file appears to have been forgotten during the migration > > > to gitlab from the kernel.org. Let's update it now. > > > > > > Signed-off-by: Jacob Xu <jacobhxu@xxxxxxxxxx> > > > --- > > > MAINTAINERS | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > > index 54124f6..e0c8e99 100644 > > > --- a/MAINTAINERS > > > +++ b/MAINTAINERS > > > @@ -55,7 +55,7 @@ Maintainers > > > ----------- > > > M: Paolo Bonzini <pbonzini@xxxxxxxxxx> > > > L: kvm@xxxxxxxxxxxxxxx > > > -T: git://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git > > > +T: https://gitlab.com/kvm-unit-tests/kvm-unit-tests.git > > > > Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx> > > You're too humble, Thomas. :) Since Drew and you have commit access this > could very well be: > > diff --git a/MAINTAINERS b/MAINTAINERS > index ef7e9af..0082e58 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -54,8 +54,9 @@ Descriptions of section entries: > Maintainers > ----------- > M: Paolo Bonzini <pbonzini@xxxxxxxxxx> > +M: Thomas Huth <thuth@xxxxxxxxxx> > +M: Andrew Jones <drjones@xxxxxxxxxx> > L: kvm@xxxxxxxxxxxxxxx > -T: git://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git > +T: https://gitlab.com/kvm-unit-tests/kvm-unit-tests.git > > Architecture Specific Code: > --------------------------- > > And also, while at it: > > diff --git a/MAINTAINERS b/MAINTAINERS > index ef7e9af..0082e58 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -92,3 +94,4 @@ M: Paolo Bonzini <pbonzini@xxxxxxxxxx> > L: kvm@xxxxxxxxxxxxxxx > F: x86/* > F: lib/x86/* > +T: https://gitlab.com/bonzini/kvm-unit-tests.git > > I also use my own gitlab for arm/queue. So we could also add diff --git a/MAINTAINERS b/MAINTAINERS index 54124f6f1a5e..0a2f3a645bb3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -67,6 +67,7 @@ L: kvmarm@xxxxxxxxxxxxxxxxxxxxx F: arm/* F: lib/arm/* F: lib/arm64/* +T: https://gitlab.com/rhdrjones/kvm-unit-tests.git POWERPC M: Laurent Vivier <lvivier@xxxxxxxxxx> Thanks, drew