On Mon, Jun 22, 2026 at 7:33 PM Daniel P. Berrangé <[email protected]> wrote: > > This updates MAINTAINERS with a "G:" line corresponding to every > "M:" line that can be identified with a match against > > https://gitlab.com/qemu-project/qemu/-/project_members > > This update was done using a largely automated process based on > the data extracted with > > $ glab api --paginate /projects/qemu-project%2fqemu/members | jq -c '.[] | > {username, name}' > $ glab api --paginate /groups/qemu-project/members | jq -c '.[] | > {username, name}' > > Some Git Lab accounts had real names that didn't have an exact
I believe the correct spelling of the product is called "GitLab". > match in MAINTAINERS so the glab api data was manually pre-processed > to change those names. > > A Perl script was then used to insert "G:" lines for every "M:" > lines. > > Signed-off-by: Daniel P. Berrangé <[email protected]> > --- > MAINTAINERS | 332 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 332 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 93df53d87f..9a62fe0e81 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -18,6 +18,13 @@ Descriptions of section entries: > These reviewers should be CCed on patches. > Reviewers are familiar with the subject matter and provide feedback > even though they are not maintainers. > + G: Git Lab handle to assign issues to: @GitLabHandle > + Maintainers must have a Git Lab handle listed. The handle will ditto > + be invited to be a member of https://gitlab.com/qemu-project/qemu > + with the "Reporter" role. This will enable triage actions, issue > + assignment, and visibilityof confidential security disclosures. > + Designated reviewers may also be listed at the discretion of the > + maintainer. > L: Mailing list that is relevant to this area > These lists should be CCed on patches. > W: Web-page with status/info > @@ -58,6 +65,7 @@ Descriptions of section entries: > General Project Administration > ------------------------------ > M: Peter Maydell <[email protected]> > +G: @pm215 > > All patches CC here > L: [email protected] > @@ -84,13 +92,16 @@ Responsible Disclosure, Reporting Security Issues > ------------------------------------------------- > W: https://wiki.qemu.org/SecurityProcess > M: Michael S. Tsirkin <[email protected]> > +G: @mstredhat > L: [email protected] > <snip> For my account, Acked-by: Bin Meng <[email protected]> Regards, Bin
