qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-3.1] MAINTAINERS: Add an ARM SMMU section
@ 2018-11-22 18:01 Eric Auger
  2018-11-22 22:33 ` Philippe Mathieu-Daudé
  2018-11-26 13:41 ` Peter Maydell
  0 siblings, 2 replies; 5+ messages in thread
From: Eric Auger @ 2018-11-22 18:01 UTC (permalink / raw)
  To: eric.auger.pro, eric.auger, qemu-devel, qemu-arm, peter.maydell,
	thuth

Add a new ARM SMMU section and set Eric Auger as the maintainer
for ARM SMMU emulation sources.

Signed-off-by: Eric Auger <eric.auger@redhat.com>
Suggested-by: Peter Maydell <peter.maydell@linaro.org>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1032406c56..3cac9f0a0c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -151,6 +151,13 @@ F: disas/arm.c
 F: disas/arm-a64.cc
 F: disas/libvixl/
 
+ARM SMMU
+M: Eric Auger <eric.auger@redhat.com>
+L: qemu-arm@nongnu.org
+S: Maintained
+F: hw/arm/smmu*
+F: include/hw/arm/smmu*
+
 CRIS
 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
 S: Maintained
-- 
2.17.2

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

* Re: [Qemu-devel] [PATCH for-3.1] MAINTAINERS: Add an ARM SMMU section
  2018-11-22 18:01 [Qemu-devel] [PATCH for-3.1] MAINTAINERS: Add an ARM SMMU section Eric Auger
@ 2018-11-22 22:33 ` Philippe Mathieu-Daudé
  2018-11-23  8:04   ` Auger Eric
  2018-11-26 13:41 ` Peter Maydell
  1 sibling, 1 reply; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2018-11-22 22:33 UTC (permalink / raw)
  To: Eric Auger, eric.auger.pro, qemu-devel, qemu-arm, peter.maydell,
	thuth

Hi Eric,

On 22/11/18 19:01, Eric Auger wrote:
> Add a new ARM SMMU section and set Eric Auger as the maintainer
> for ARM SMMU emulation sources.
> 
> Signed-off-by: Eric Auger <eric.auger@redhat.com>
> Suggested-by: Peter Maydell <peter.maydell@linaro.org>
> ---
>  MAINTAINERS | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1032406c56..3cac9f0a0c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -151,6 +151,13 @@ F: disas/arm.c
>  F: disas/arm-a64.cc
>  F: disas/libvixl/
>  
> +ARM SMMU
> +M: Eric Auger <eric.auger@redhat.com>
> +L: qemu-arm@nongnu.org
> +S: Maintained

Shouldn't you use 'Supported': "Someone is actually paid to look after
this."?

> +F: hw/arm/smmu*
> +F: include/hw/arm/smmu*
> +
>  CRIS
>  M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
>  S: Maintained
> 

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

* Re: [Qemu-devel] [PATCH for-3.1] MAINTAINERS: Add an ARM SMMU section
  2018-11-22 22:33 ` Philippe Mathieu-Daudé
@ 2018-11-23  8:04   ` Auger Eric
  2018-11-23  9:08     ` Peter Maydell
  0 siblings, 1 reply; 5+ messages in thread
From: Auger Eric @ 2018-11-23  8:04 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, eric.auger.pro, qemu-devel, qemu-arm,
	peter.maydell, thuth

Hi Philippe,

On 11/22/18 11:33 PM, Philippe Mathieu-Daudé wrote:
> Hi Eric,
> 
> On 22/11/18 19:01, Eric Auger wrote:
>> Add a new ARM SMMU section and set Eric Auger as the maintainer
>> for ARM SMMU emulation sources.
>>
>> Signed-off-by: Eric Auger <eric.auger@redhat.com>
>> Suggested-by: Peter Maydell <peter.maydell@linaro.org>
>> ---
>>  MAINTAINERS | 7 +++++++
>>  1 file changed, 7 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 1032406c56..3cac9f0a0c 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -151,6 +151,13 @@ F: disas/arm.c
>>  F: disas/arm-a64.cc
>>  F: disas/libvixl/
>>  
>> +ARM SMMU
>> +M: Eric Auger <eric.auger@redhat.com>
>> +L: qemu-arm@nongnu.org
>> +S: Maintained
> 
> Shouldn't you use 'Supported': "Someone is actually paid to look after
> this."?
Not sure this is really important as long as get_maintainer.pl returns
the right contacts. Many ARM sections do not feature the "Supported"
tag. I will follow Peter's guidance though.

Thanks

Eric
> 
>> +F: hw/arm/smmu*
>> +F: include/hw/arm/smmu*
>> +
>>  CRIS
>>  M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
>>  S: Maintained
>>

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

* Re: [Qemu-devel] [PATCH for-3.1] MAINTAINERS: Add an ARM SMMU section
  2018-11-23  8:04   ` Auger Eric
@ 2018-11-23  9:08     ` Peter Maydell
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Maydell @ 2018-11-23  9:08 UTC (permalink / raw)
  To: Auger Eric
  Cc: Philippe Mathieu-Daudé, Eric Auger, QEMU Developers,
	qemu-arm, Thomas Huth

On 23 November 2018 at 08:04, Auger Eric <eric.auger@redhat.com> wrote:
> On 11/22/18 11:33 PM, Philippe Mathieu-Daudé wrote:
>> On 22/11/18 19:01, Eric Auger wrote:
>>> +ARM SMMU
>>> +M: Eric Auger <eric.auger@redhat.com>
>>> +L: qemu-arm@nongnu.org
>>> +S: Maintained
>>
>> Shouldn't you use 'Supported': "Someone is actually paid to look after
>> this."?
> Not sure this is really important as long as get_maintainer.pl returns
> the right contacts. Many ARM sections do not feature the "Supported"
> tag. I will follow Peter's guidance though.

I don't really understand the purpose of the Supported vs
Maintained distinction. Mostly I list stuff as just
Maintained when I am dealing with it.

I think in particular that if a part of QEMU is just one
of a whole set of things that you are doing as part of
your job then Supported is a bit overstating things.

thanks
-- PMM

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

* Re: [Qemu-devel] [PATCH for-3.1] MAINTAINERS: Add an ARM SMMU section
  2018-11-22 18:01 [Qemu-devel] [PATCH for-3.1] MAINTAINERS: Add an ARM SMMU section Eric Auger
  2018-11-22 22:33 ` Philippe Mathieu-Daudé
@ 2018-11-26 13:41 ` Peter Maydell
  1 sibling, 0 replies; 5+ messages in thread
From: Peter Maydell @ 2018-11-26 13:41 UTC (permalink / raw)
  To: Eric Auger; +Cc: Eric Auger, QEMU Developers, qemu-arm, Thomas Huth

On Thu, 22 Nov 2018 at 18:01, Eric Auger <eric.auger@redhat.com> wrote:
>
> Add a new ARM SMMU section and set Eric Auger as the maintainer
> for ARM SMMU emulation sources.
>
> Signed-off-by: Eric Auger <eric.auger@redhat.com>
> Suggested-by: Peter Maydell <peter.maydell@linaro.org>
> ---
>  MAINTAINERS | 7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1032406c56..3cac9f0a0c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -151,6 +151,13 @@ F: disas/arm.c
>  F: disas/arm-a64.cc
>  F: disas/libvixl/
>
> +ARM SMMU
> +M: Eric Auger <eric.auger@redhat.com>
> +L: qemu-arm@nongnu.org
> +S: Maintained
> +F: hw/arm/smmu*
> +F: include/hw/arm/smmu*
> +
>  CRIS
>  M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
>  S: Maintained

Applied to target-arm.next, thanks.

-- PMM

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

end of thread, other threads:[~2018-11-26 13:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-22 18:01 [Qemu-devel] [PATCH for-3.1] MAINTAINERS: Add an ARM SMMU section Eric Auger
2018-11-22 22:33 ` Philippe Mathieu-Daudé
2018-11-23  8:04   ` Auger Eric
2018-11-23  9:08     ` Peter Maydell
2018-11-26 13:41 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).