All of lore.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH v2] MAINTAINERS: Add a section for powerpc
@ 2016-04-22 18:12 ` Thomas Huth
  0 siblings, 0 replies; 10+ messages in thread
From: Thomas Huth @ 2016-04-22 18:12 UTC (permalink / raw)
  To: kvm, pbonzini, lvivier, rkrcmar; +Cc: kvm-ppc, mtosatti, drjones

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


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [kvm-unit-tests PATCH v2] MAINTAINERS: Add a section for powerpc
@ 2016-04-22 18:12 ` Thomas Huth
  0 siblings, 0 replies; 10+ messages in thread
From: Thomas Huth @ 2016-04-22 18:12 UTC (permalink / raw)
  To: kvm, pbonzini, lvivier, rkrcmar; +Cc: kvm-ppc, mtosatti, drjones

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


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [kvm-unit-tests PATCH v2] MAINTAINERS: Add a section for powerpc
  2016-04-22 18:12 ` Thomas Huth
@ 2016-04-22 18:19   ` Andrew Jones
  -1 siblings, 0 replies; 10+ messages in thread
From: Andrew Jones @ 2016-04-22 18:19 UTC (permalink / raw)
  To: Thomas Huth; +Cc: kvm, pbonzini, lvivier, rkrcmar, kvm-ppc, mtosatti

On Fri, Apr 22, 2016 at 08:12:54PM +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 | 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/*
> -- 
> 1.8.3.1
>

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 :-)?

Anyway,

Acked-by: Andrew Jones <drjones@redhat.com>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [kvm-unit-tests PATCH v2] MAINTAINERS: Add a section for powerpc
@ 2016-04-22 18:19   ` Andrew Jones
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Jones @ 2016-04-22 18:19 UTC (permalink / raw)
  To: Thomas Huth; +Cc: kvm, pbonzini, lvivier, rkrcmar, kvm-ppc, mtosatti

On Fri, Apr 22, 2016 at 08:12:54PM +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 | 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/*
> -- 
> 1.8.3.1
>

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 :-)?

Anyway,

Acked-by: Andrew Jones <drjones@redhat.com>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [kvm-unit-tests PATCH v2] MAINTAINERS: Add a section for powerpc
  2016-04-22 18:12 ` Thomas Huth
@ 2016-04-23  8:09   ` Laurent Vivier
  -1 siblings, 0 replies; 10+ messages in thread
From: Laurent Vivier @ 2016-04-23  8:09 UTC (permalink / raw)
  To: Thomas Huth, kvm, pbonzini, rkrcmar; +Cc: kvm-ppc, mtosatti, drjones



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>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [kvm-unit-tests PATCH v2] MAINTAINERS: Add a section for powerpc
@ 2016-04-23  8:09   ` Laurent Vivier
  0 siblings, 0 replies; 10+ messages in thread
From: Laurent Vivier @ 2016-04-23  8:09 UTC (permalink / raw)
  To: Thomas Huth, kvm, pbonzini, rkrcmar; +Cc: kvm-ppc, mtosatti, drjones



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>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [kvm-unit-tests PATCH v2] MAINTAINERS: Add a section for powerpc
  2016-04-22 18:19   ` Andrew Jones
@ 2016-04-25 14:22     ` Radim Krčmář
  -1 siblings, 0 replies; 10+ messages in thread
From: Radim Krčmář @ 2016-04-25 14:22 UTC (permalink / raw)
  To: Andrew Jones; +Cc: Thomas Huth, kvm, pbonzini, lvivier, kvm-ppc, mtosatti

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. :])

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [kvm-unit-tests PATCH v2] MAINTAINERS: Add a section for powerpc
@ 2016-04-25 14:22     ` Radim Krčmář
  0 siblings, 0 replies; 10+ messages in thread
From: Radim Krčmář @ 2016-04-25 14:22 UTC (permalink / raw)
  To: Andrew Jones; +Cc: Thomas Huth, kvm, pbonzini, lvivier, kvm-ppc, mtosatti

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. :])

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [kvm-unit-tests PATCH v2] MAINTAINERS: Add a section for powerpc
  2016-04-22 18:12 ` Thomas Huth
@ 2016-04-25 15:28   ` Radim Krčmář
  -1 siblings, 0 replies; 10+ messages in thread
From: Radim Krčmář @ 2016-04-25 15:28 UTC (permalink / raw)
  To: Thomas Huth; +Cc: kvm, pbonzini, lvivier, kvm-ppc, mtosatti, drjones

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.)

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [kvm-unit-tests PATCH v2] MAINTAINERS: Add a section for powerpc
@ 2016-04-25 15:28   ` Radim Krčmář
  0 siblings, 0 replies; 10+ messages in thread
From: Radim Krčmář @ 2016-04-25 15:28 UTC (permalink / raw)
  To: Thomas Huth; +Cc: kvm, pbonzini, lvivier, kvm-ppc, mtosatti, drjones

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.)

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-04-25 15:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-22 18:12 [kvm-unit-tests PATCH v2] MAINTAINERS: Add a section for powerpc Thomas Huth
2016-04-22 18:12 ` Thomas Huth
2016-04-22 18:19 ` Andrew Jones
2016-04-22 18:19   ` Andrew Jones
2016-04-25 14:22   ` Radim Krčmář
2016-04-25 14:22     ` Radim Krčmář
2016-04-23  8:09 ` Laurent Vivier
2016-04-23  8:09   ` Laurent Vivier
2016-04-25 15:28 ` Radim Krčmář
2016-04-25 15:28   ` Radim Krčmář

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.