On Tue, May 08, 2018 at 02:07:31PM +0100, Daniel P. Berrangé wrote:
Currently all patches are simply sent to the main libvirt development
mailing list. Sometimes individual developers are also CC'd but this is
typically the exception.

Libvirt does not follow a subsystem maintainer model, so there is no
notion of owners for the different areas of code, but there certainly
are people with high levels of expertize in specific areas.

We do not follow a subsystem maintainer model, so I think this approach
is out of place. If a maintainer feels like a change should be reviewed
by an expert, they already do that in my experience.


This patch thus proposes pulling in QEMU's  get_maintainer.pl script and
creating MAINTAINERS file to list who the experts are for specific
areas. Combined with git-pubish, this will help ensure that patches are
brought to the attention of people with direct expertize.


Personally, I prefer not to be CC'd on libvirt patches. I follow the list.
And Jirka actually sets his Mail-Followup-To header to exclude
his address for all the patches and e-mail he sends.

For example:

$ git show b04629b62934caa8786e73c3db985672422fc662 | \
   ./build-aux/get_maintainer.pl
Jim Fehlig <jfeh...@suse.com> (maintainer:libxl)
libvir-list@redhat.com (open list:All patches)

Or

$ git show e7cb9c4e230c3c77e35e72334c261b5b0a2211c6 | \
   ./build-aux/get_maintainer.pl
Jiri Denemar <jdene...@redhat.com> (maintainer:CPU modelling)

s/Denemar/Denemark/

libvir-list@redhat.com (open list:All patches)

Signed-off-by: Daniel P. Berrangé <berra...@redhat.com>
---

diff --git a/MAINTAINERS b/MAINTAINERS
new file mode 100644
index 0000000000..5756fd8b00
--- /dev/null
+++ b/MAINTAINERS

[...]

+
+Common code
+-----------
+
+CPU modelling
+M: Jiri Denemar <jdene...@redhat.com>

s/Denemar/Denemark/

+S: Maintained
+F: src/cpu/
+
+Driver code
+-----------
+libxl
+M: Jim Fehlig <jfeh...@suse.com>
+S: Maintained
+F: src/libxl/
+F: tests/*libxl*
+

Jano

Attachment: signature.asc
Description: Digital signature

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to