[Qemu-devel] [RFC PATCH 01/47] MAINTAINERS: add missing entry for documentation

Philippe Mathieu-Daudé posted 47 patches 8 years, 6 months ago
There is a newer version of this series
[Qemu-devel] [RFC PATCH 01/47] MAINTAINERS: add missing entry for documentation
Posted by Philippe Mathieu-Daudé 8 years, 6 months ago
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---

because having only a "Build system architecture" entry in Documentation seems
odd to me, so RFC.

 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5ea273f899..972118e70b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1886,6 +1886,9 @@ W: http://patchew.org/QEMU/
 
 Documentation
 -------------
+Overall
+F: docs/
+
 Build system architecture
 M: Daniel P. Berrange <berrange@redhat.com>
 S: Odd Fixes
-- 
2.13.3


Re: [Qemu-devel] [RFC PATCH 01/47] MAINTAINERS: add missing entry for documentation
Posted by Thomas Huth 8 years, 6 months ago
On 28.07.2017 07:35, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> 
> because having only a "Build system architecture" entry in Documentation seems
> odd to me, so RFC.
> 
>  MAINTAINERS | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5ea273f899..972118e70b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1886,6 +1886,9 @@ W: http://patchew.org/QEMU/
>  
>  Documentation
>  -------------
> +Overall
> +F: docs/

But it also does not make sense to add such an entry without a "M:"
line, does it?

 Thomas


Re: [Qemu-devel] [RFC PATCH 01/47] MAINTAINERS: add missing entry for documentation
Posted by Philippe Mathieu-Daudé 8 years, 5 months ago
On 07/28/2017 03:47 AM, Thomas Huth wrote:
> On 28.07.2017 07:35, Philippe Mathieu-Daudé wrote:
>> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
>> ---
>>
>> because having only a "Build system architecture" entry in Documentation seems
>> odd to me, so RFC.
>>
>>   MAINTAINERS | 3 +++
>>   1 file changed, 3 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 5ea273f899..972118e70b 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -1886,6 +1886,9 @@ W: http://patchew.org/QEMU/
>>   
>>   Documentation
>>   -------------
>> +Overall
>> +F: docs/
> 
> But it also does not make sense to add such an entry without a "M:"
> line, does it?

Indeed, dropped.