* [Qemu-devel] [PATCH v2] MAINTAINERS: qemu-trivial information
@ 2016-10-08 10:00 Laurent Vivier
2016-10-08 16:08 ` Eric Blake
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Laurent Vivier @ 2016-10-08 10:00 UTC (permalink / raw)
To: Michael Tokarev
Cc: qemu-trivial, qemu-devel, Peter Maydell, Eric Blake,
Laurent Vivier
Information about "qemu-trivial" ML can be found in the wiki:
http://wiki.qemu.org/Contribute/TrivialPatches
But the first place where a developer looks is the file MAINTAINERS.
This also allows the get_maintainer.pl script to display
the qemu-trivial ML address when the mail subject contains "trivial".
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
---
v2:
- move to the top
- add my name to help Michael to manage trivial-patches
MAINTAINERS | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 9bca506..18e38e8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -63,6 +63,17 @@ W: http://wiki.qemu.org/SecurityProcess
M: Michael S. Tsirkin <mst@redhat.com>
L: secalert@redhat.com
+Trivial patches
+---------------
+Trivial patches
+M: Michael Tokarev <mjt@tls.msk.ru>
+M: Laurent Vivier <laurent@vivier.eu>
+S: Maintained
+L: qemu-trivial@nongnu.org
+K: ^Subject:.*(?i)trivial
+T: git git://git.corpit.ru/qemu.git trivial-patches
+T: git git://github.com/vivier/qemu.git trivial-patches
+
Guest CPU cores (TCG):
----------------------
Overall
--
2.7.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH v2] MAINTAINERS: qemu-trivial information
2016-10-08 10:00 [Qemu-devel] [PATCH v2] MAINTAINERS: qemu-trivial information Laurent Vivier
@ 2016-10-08 16:08 ` Eric Blake
2016-10-11 12:34 ` Laurent Vivier
2016-10-15 12:56 ` Michael Tokarev
2 siblings, 0 replies; 4+ messages in thread
From: Eric Blake @ 2016-10-08 16:08 UTC (permalink / raw)
To: Laurent Vivier, Michael Tokarev; +Cc: qemu-trivial, qemu-devel, Peter Maydell
On 10/08/2016 05:00 AM, Laurent Vivier wrote:
> Information about "qemu-trivial" ML can be found in the wiki:
>
> http://wiki.qemu.org/Contribute/TrivialPatches
>
> But the first place where a developer looks is the file MAINTAINERS.
>
> This also allows the get_maintainer.pl script to display
> the qemu-trivial ML address when the mail subject contains "trivial".
>
> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
> ---
> v2:
> - move to the top
> - add my name to help Michael to manage trivial-patches
>
> MAINTAINERS | 11 +++++++++++
> 1 file changed, 11 insertions(+)
Reviewed-by: Eric Blake <eblake@redhat.com>
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9bca506..18e38e8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -63,6 +63,17 @@ W: http://wiki.qemu.org/SecurityProcess
> M: Michael S. Tsirkin <mst@redhat.com>
> L: secalert@redhat.com
>
> +Trivial patches
> +---------------
> +Trivial patches
> +M: Michael Tokarev <mjt@tls.msk.ru>
> +M: Laurent Vivier <laurent@vivier.eu>
> +S: Maintained
> +L: qemu-trivial@nongnu.org
> +K: ^Subject:.*(?i)trivial
> +T: git git://git.corpit.ru/qemu.git trivial-patches
> +T: git git://github.com/vivier/qemu.git trivial-patches
> +
> Guest CPU cores (TCG):
> ----------------------
> Overall
>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH v2] MAINTAINERS: qemu-trivial information
2016-10-08 10:00 [Qemu-devel] [PATCH v2] MAINTAINERS: qemu-trivial information Laurent Vivier
2016-10-08 16:08 ` Eric Blake
@ 2016-10-11 12:34 ` Laurent Vivier
2016-10-15 12:56 ` Michael Tokarev
2 siblings, 0 replies; 4+ messages in thread
From: Laurent Vivier @ 2016-10-11 12:34 UTC (permalink / raw)
To: Michael Tokarev; +Cc: qemu-trivial, qemu-devel, Peter Maydell, Eric Blake
Le 08/10/2016 à 12:00, Laurent Vivier a écrit :
> Information about "qemu-trivial" ML can be found in the wiki:
>
> http://wiki.qemu.org/Contribute/TrivialPatches
>
> But the first place where a developer looks is the file MAINTAINERS.
>
> This also allows the get_maintainer.pl script to display
> the qemu-trivial ML address when the mail subject contains "trivial".
>
> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
> ---
> v2:
> - move to the top
> - add my name to help Michael to manage trivial-patches
>
> MAINTAINERS | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9bca506..18e38e8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -63,6 +63,17 @@ W: http://wiki.qemu.org/SecurityProcess
> M: Michael S. Tsirkin <mst@redhat.com>
> L: secalert@redhat.com
>
> +Trivial patches
> +---------------
> +Trivial patches
> +M: Michael Tokarev <mjt@tls.msk.ru>
> +M: Laurent Vivier <laurent@vivier.eu>
> +S: Maintained
> +L: qemu-trivial@nongnu.org
> +K: ^Subject:.*(?i)trivial
> +T: git git://git.corpit.ru/qemu.git trivial-patches
> +T: git git://github.com/vivier/qemu.git trivial-patches
> +
> Guest CPU cores (TCG):
> ----------------------
> Overall
>
Michael, could you acknowledge (or not)?
Thanks,
Laurent
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH v2] MAINTAINERS: qemu-trivial information
2016-10-08 10:00 [Qemu-devel] [PATCH v2] MAINTAINERS: qemu-trivial information Laurent Vivier
2016-10-08 16:08 ` Eric Blake
2016-10-11 12:34 ` Laurent Vivier
@ 2016-10-15 12:56 ` Michael Tokarev
2 siblings, 0 replies; 4+ messages in thread
From: Michael Tokarev @ 2016-10-15 12:56 UTC (permalink / raw)
To: Laurent Vivier; +Cc: qemu-trivial, Peter Maydell, Eric Blake, qemu-devel
08.10.2016 13:00, Laurent Vivier wrote:
> Information about "qemu-trivial" ML can be found in the wiki:
>
> http://wiki.qemu.org/Contribute/TrivialPatches
>
> But the first place where a developer looks is the file MAINTAINERS.
>
> This also allows the get_maintainer.pl script to display
> the qemu-trivial ML address when the mail subject contains "trivial".
Applied to -trivial, thank you!
/mjt
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-10-15 12:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-08 10:00 [Qemu-devel] [PATCH v2] MAINTAINERS: qemu-trivial information Laurent Vivier
2016-10-08 16:08 ` Eric Blake
2016-10-11 12:34 ` Laurent Vivier
2016-10-15 12:56 ` Michael Tokarev
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).