diff mbox

[kvm-unit-tests] MAINTAINERS: Add a section for powerpc

Message ID 1461345407-28094-1-git-send-email-thuth@redhat.com
State Superseded
Headers show

Commit Message

Thomas Huth April 22, 2016, 5:16 p.m. UTC
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(+)

Comments

Andrew Jones April 22, 2016, 5:53 p.m. UTC | #1
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
Thomas Huth April 22, 2016, 5:57 p.m. UTC | #2
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 mbox

Patch

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/*