All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] MAINTAINERS: Add some more pattern to recognize all win32 related files
@ 2016-09-27 14:27 Thomas Huth
  2016-09-28 19:28 ` Stefan Weil
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Huth @ 2016-09-27 14:27 UTC (permalink / raw)
  To: Stefan Weil, qemu-devel; +Cc: qemu-trivial

The get_maintainer.pl script currently thinks that the win32
related files in the util and include folders are currently
unmaintained. Thus let's add some additional wildcards to
match these files.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6902885..a5dec30 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -324,6 +324,8 @@ L: qemu-devel@nongnu.org
 M: Stefan Weil <sw@weilnetz.de>
 S: Maintained
 F: *win32*
+F: */*win32*
+F: include/*/*win32*
 F: qemu.nsi
 
 ARM Machines
-- 
1.8.3.1

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add some more pattern to recognize all win32 related files
  2016-09-27 14:27 [Qemu-devel] [PATCH] MAINTAINERS: Add some more pattern to recognize all win32 related files Thomas Huth
@ 2016-09-28 19:28 ` Stefan Weil
  2016-09-29  7:44   ` Thomas Huth
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Weil @ 2016-09-28 19:28 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel; +Cc: qemu-trivial

Am 27.09.2016 um 16:27 schrieb Thomas Huth:
> The get_maintainer.pl script currently thinks that the win32
> related files in the util and include folders are currently
> unmaintained. Thus let's add some additional wildcards to
> match these files.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6902885..a5dec30 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -324,6 +324,8 @@ L: qemu-devel@nongnu.org
>  M: Stefan Weil <sw@weilnetz.de>
>  S: Maintained
>  F: *win32*
> +F: */*win32*
> +F: include/*/*win32*
>  F: qemu.nsi
>
>  ARM Machines
>

Thank you, Thomas, for this patch. I suggest a small modification 
because there is already a maintainer for qga/ (Michael Roth) and I 
cannot contribute much to the QEMU guest agent. Therefore I'd prefer 
excluding that directory. That requires replacing */*win32* by an 
explicit list of directories.

Otherwise fine for me.

Reviewed-by: Stefan Weil <sw@weilnetz.de>

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add some more pattern to recognize all win32 related files
  2016-09-28 19:28 ` Stefan Weil
@ 2016-09-29  7:44   ` Thomas Huth
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Huth @ 2016-09-29  7:44 UTC (permalink / raw)
  To: Stefan Weil, qemu-devel; +Cc: qemu-trivial

On 28.09.2016 21:28, Stefan Weil wrote:
> Am 27.09.2016 um 16:27 schrieb Thomas Huth:
>> The get_maintainer.pl script currently thinks that the win32
>> related files in the util and include folders are currently
>> unmaintained. Thus let's add some additional wildcards to
>> match these files.
>>
>> Signed-off-by: Thomas Huth <thuth@redhat.com>
>> ---
>>  MAINTAINERS | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 6902885..a5dec30 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -324,6 +324,8 @@ L: qemu-devel@nongnu.org
>>  M: Stefan Weil <sw@weilnetz.de>
>>  S: Maintained
>>  F: *win32*
>> +F: */*win32*
>> +F: include/*/*win32*
>>  F: qemu.nsi
>>
>>  ARM Machines
> 
> Thank you, Thomas, for this patch. I suggest a small modification
> because there is already a maintainer for qga/ (Michael Roth) and I
> cannot contribute much to the QEMU guest agent. Therefore I'd prefer
> excluding that directory. That requires replacing */*win32* by an
> explicit list of directories.

Sure. There is even a nicer way to exclude certain files: Adding a line
starting with "X:". I just sent a v2 of this patch with that line included.

 Thomas

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

end of thread, other threads:[~2016-09-29  7:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-27 14:27 [Qemu-devel] [PATCH] MAINTAINERS: Add some more pattern to recognize all win32 related files Thomas Huth
2016-09-28 19:28 ` Stefan Weil
2016-09-29  7:44   ` Thomas Huth

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.