Message ID | 1461345407-28094-1-git-send-email-thuth@redhat.com |
---|---|
State | Superseded |
Headers | show |
On Fri, Apr 22, 2016 at 07:16:47PM +0200, 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 | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 798acfa..27ed823 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -74,3 +74,9 @@ 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-ppc@vger.kernel.org please add L: kvm@vger.kernel.org > +F: powerpc/* > +F: lib/powerpc/* also add F: lib/ppc64/* Thanks, drew > -- > 1.8.3.1 > > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- 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
On 22.04.2016 19:53, Andrew Jones wrote: > On Fri, Apr 22, 2016 at 07:16:47PM +0200, 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 | 6 ++++++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 798acfa..27ed823 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -74,3 +74,9 @@ 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-ppc@vger.kernel.org > > please add > > L: kvm@vger.kernel.org > >> +F: powerpc/* >> +F: lib/powerpc/* > > also add > > F: lib/ppc64/* Ah, good hint, missed that one. I'll sent a v2. Thanks, Thomas -- 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..27ed823 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -74,3 +74,9 @@ 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-ppc@vger.kernel.org +F: powerpc/* +F: lib/powerpc/*
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 | 6 ++++++ 1 file changed, 6 insertions(+)