Message ID | 1461348774-29853-1-git-send-email-thuth@redhat.com |
---|---|
State | Accepted |
Headers | show |
On 22/04/2016 20:12, Thomas Huth wrote: > Laurent and I agreed to volunteer for looking after > the powerpc specific code of kvm-unit-tests. > > Signed-off-by: Thomas Huth <thuth@redhat.com> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 798acfa..2d55162 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -74,3 +74,11 @@ L: kvm@vger.kernel.org > F: x86/* > F: lib/x86/* > > +POWERPC > +M: Laurent Vivier <lvivier@redhat.com> > +M: Thomas Huth <thuth@redhat.com> > +L: kvm@vger.kernel.org > +L: kvm-ppc@vger.kernel.org > +F: powerpc/* > +F: lib/powerpc/* > +F: lib/ppc64/* > Reviewed-by: Laurent Vivier <lvivier@redhat.com> -- To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
2016-04-22 20:19+0200, Andrew Jones: > On Fri, Apr 22, 2016 at 08:12:54PM +0200, Thomas Huth wrote: >> +POWERPC >> +M: Laurent Vivier <lvivier@redhat.com> >> +M: Thomas Huth <thuth@redhat.com> >> +L: kvm@vger.kernel.org >> +L: kvm-ppc@vger.kernel.org >> +F: powerpc/* >> +F: lib/powerpc/* >> +F: lib/ppc64/* > > Looks like MAINTAINERS files usually have the sections in alphabetical > order (or least the kernel does), so we should probably have put > POWERPC in between ARM and x86 (and x86 should be X86). But, has a > MAINTAINERS file update ever gone to a v3 :-)? I can (and will if you don't protest) change that before pushing. > But, has a > MAINTAINERS file update ever gone to a v3 :-)? (And we could ask to change the heading to "PowerPC" for v4. :]) -- To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
2016-04-22 20:12+0200, Thomas Huth: > Laurent and I agreed to volunteer for looking after > the powerpc specific code of kvm-unit-tests. > > Signed-off-by: Thomas Huth <thuth@redhat.com> > --- By the power accidentally given to me, applied. Thanks for stepping up. > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 798acfa..2d55162 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -74,3 +74,11 @@ L: kvm@vger.kernel.org > F: x86/* > F: lib/x86/* > > +POWERPC > +M: Laurent Vivier <lvivier@redhat.com> > +M: Thomas Huth <thuth@redhat.com> > +L: kvm@vger.kernel.org > +L: kvm-ppc@vger.kernel.org > +F: powerpc/* > +F: lib/powerpc/* > +F: lib/ppc64/* (I also took the liberty and moved this above x86.) -- To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/MAINTAINERS b/MAINTAINERS index 798acfa..2d55162 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -74,3 +74,11 @@ L: kvm@vger.kernel.org F: x86/* F: lib/x86/* +POWERPC +M: Laurent Vivier <lvivier@redhat.com> +M: Thomas Huth <thuth@redhat.com> +L: kvm@vger.kernel.org +L: kvm-ppc@vger.kernel.org +F: powerpc/* +F: lib/powerpc/* +F: lib/ppc64/*
Laurent and I agreed to volunteer for looking after the powerpc specific code of kvm-unit-tests. Signed-off-by: Thomas Huth <thuth@redhat.com> --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)