qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] MAINTAINERS: Fine adjustment for (mostly mips) content
@ 2019-11-08 19:10 Aleksandar Markovic
  2019-11-08 19:10 ` [PATCH 1/5] MAINTAINERS: Add a section on git infrastructure Aleksandar Markovic
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Aleksandar Markovic @ 2019-11-08 19:10 UTC (permalink / raw)
  To: qemu-devel
  Cc: peter.maydell, philmd, hpoussin, Aleksandar Markovic,
	aleksandar.rikalo, alex.bennee, aurelien

From: Aleksandar Markovic <amarkovic@wavecomp.com>

The goal of this series is to:

  * reduce the amount of "unmainatined" files (not having their
    maintainer in "MAINTAINERS")
  * reduce the amount of nominally maintained files, but unmaintained
    in reality
  * increase the role of non-mips open source participants in
    maintaining and reviewing mips content

I contacted most of the involved persons regarding these changes.
I am asking all to accept new roles, since really there is no better
option than this. Please help QEMU maintainance, and best wishes in
future activities and enavours!

I am fine with Philippe and Herve sending direct pull requests from
coresponding areas to Peter.

Aleksandar Markovic (5):
  MAINTAINERS: Add a section on git infrastructure
  MAINTAINERS: Add a section on UI translation
  MAINTAINERS: Adjust maintainership for Fulong 2E board
  MAINTAINERS: Adjust maintainership for Malta board
  MAINTAINERS: Adjust maintainership for R4000 systems

 MAINTAINERS | 39 ++++++++++++++++++++++++++++++++-------
 1 file changed, 32 insertions(+), 7 deletions(-)

-- 
2.7.4



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

* [PATCH 1/5] MAINTAINERS: Add a section on git infrastructure
  2019-11-08 19:10 [PATCH 0/5] MAINTAINERS: Fine adjustment for (mostly mips) content Aleksandar Markovic
@ 2019-11-08 19:10 ` Aleksandar Markovic
  2019-11-12 16:57   ` Alex Bennée
  2019-11-08 19:10 ` [PATCH 2/5] MAINTAINERS: Add a section on UI translation Aleksandar Markovic
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 11+ messages in thread
From: Aleksandar Markovic @ 2019-11-08 19:10 UTC (permalink / raw)
  To: qemu-devel
  Cc: peter.maydell, philmd, hpoussin, Aleksandar Markovic,
	aleksandar.rikalo, alex.bennee, aurelien

From: Aleksandar Markovic <amarkovic@wavecomp.com>

There should be a patient person maintaining gory details of
git-related files, and there is no better person for that role
than Philippe. Alex should be the reviewer for some relations
with gitdm.

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
---
 MAINTAINERS | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4964fbb..be43ccb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2664,6 +2664,23 @@ M: Daniel P. Berrange <berrange@redhat.com>
 S: Odd Fixes
 F: scripts/git-submodule.sh
 
+GIT infrastructure
+M: Philippe Mathieu-Daudé <philmd@redhat.com>
+R: Alex Bennée <alex.bennee@linaro.org>
+S: Maintained
+F: .mailmap
+F: scripts/git.orderfile
+F: .gitignore
+F: tests/fp/.gitignore
+F: tests/fp/berkeley-softfloat-3/.gitignore
+F: tests/fp/berkeley-testfloat-3/.gitignore
+F: tests/migration/.gitignore
+F: tests/multiboot/.gitignore
+F: tests/qemu-iotests/.gitignore
+F: tests/tcg/.gitignore
+F: tests/uefi-test-tools/.gitignore
+F: ui/keycodemapdb/tests/.gitignore
+
 Sphinx documentation configuration and build machinery
 M: Peter Maydell <peter.maydell@linaro.org>
 S: Maintained
-- 
2.7.4



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

* [PATCH 2/5] MAINTAINERS: Add a section on UI translation
  2019-11-08 19:10 [PATCH 0/5] MAINTAINERS: Fine adjustment for (mostly mips) content Aleksandar Markovic
  2019-11-08 19:10 ` [PATCH 1/5] MAINTAINERS: Add a section on git infrastructure Aleksandar Markovic
@ 2019-11-08 19:10 ` Aleksandar Markovic
  2019-11-08 19:10 ` [PATCH 3/5] MAINTAINERS: Adjust maintainership for Fulong 2E board Aleksandar Markovic
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 11+ messages in thread
From: Aleksandar Markovic @ 2019-11-08 19:10 UTC (permalink / raw)
  To: qemu-devel
  Cc: peter.maydell, philmd, hpoussin, Aleksandar Markovic,
	aleksandar.rikalo, alex.bennee, aurelien

From: Aleksandar Markovic <amarkovic@wavecomp.com>

There should be a person who will quickly evaluate new UI
translation, and find a way to update existing ones should
something changes in UI.

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
---
 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index be43ccb..69cdc13 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2681,6 +2681,11 @@ F: tests/tcg/.gitignore
 F: tests/uefi-test-tools/.gitignore
 F: ui/keycodemapdb/tests/.gitignore
 
+UI translations
+M: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
+R: Philippe Mathieu-Daudé <philmd@redhat.com>
+F: po/*.po
+
 Sphinx documentation configuration and build machinery
 M: Peter Maydell <peter.maydell@linaro.org>
 S: Maintained
-- 
2.7.4



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

* [PATCH 3/5] MAINTAINERS: Adjust maintainership for Fulong 2E board
  2019-11-08 19:10 [PATCH 0/5] MAINTAINERS: Fine adjustment for (mostly mips) content Aleksandar Markovic
  2019-11-08 19:10 ` [PATCH 1/5] MAINTAINERS: Add a section on git infrastructure Aleksandar Markovic
  2019-11-08 19:10 ` [PATCH 2/5] MAINTAINERS: Add a section on UI translation Aleksandar Markovic
@ 2019-11-08 19:10 ` Aleksandar Markovic
  2019-11-08 19:10 ` [PATCH 4/5] MAINTAINERS: Adjust maintainership for Malta board Aleksandar Markovic
  2019-11-08 19:10 ` [PATCH 5/5] MAINTAINERS: Adjust maintainership for R4000 systems Aleksandar Markovic
  4 siblings, 0 replies; 11+ messages in thread
From: Aleksandar Markovic @ 2019-11-08 19:10 UTC (permalink / raw)
  To: qemu-devel
  Cc: peter.maydell, philmd, hpoussin, Aleksandar Markovic,
	aleksandar.rikalo, alex.bennee, aurelien

From: Aleksandar Markovic <amarkovic@wavecomp.com>

Change the maintainership for Fulong 2E board to improve its quality.

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
---
 MAINTAINERS | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 69cdc13..4a478f8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -962,9 +962,10 @@ S: Maintained
 F: hw/mips/mips_r4k.c
 
 Fulong 2E
-M: Aleksandar Markovic <amarkovic@wavecomp.com>
-R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
-S: Odd Fixes
+M: Philippe Mathieu-Daudé <philmd@redhat.com>
+R: Hervé Poussineau <hpoussin@reactos.org>
+R: Aleksandar Markovic <amarkovic@wavecomp.com>
+S: Maintained
 F: hw/mips/mips_fulong2e.c
 F: hw/isa/vt82c686.c
 F: hw/pci-host/bonito.c
-- 
2.7.4



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

* [PATCH 4/5] MAINTAINERS: Adjust maintainership for Malta board
  2019-11-08 19:10 [PATCH 0/5] MAINTAINERS: Fine adjustment for (mostly mips) content Aleksandar Markovic
                   ` (2 preceding siblings ...)
  2019-11-08 19:10 ` [PATCH 3/5] MAINTAINERS: Adjust maintainership for Fulong 2E board Aleksandar Markovic
@ 2019-11-08 19:10 ` Aleksandar Markovic
  2019-11-11 10:12   ` Aurelien Jarno
  2019-11-11 10:13   ` Aurelien Jarno
  2019-11-08 19:10 ` [PATCH 5/5] MAINTAINERS: Adjust maintainership for R4000 systems Aleksandar Markovic
  4 siblings, 2 replies; 11+ messages in thread
From: Aleksandar Markovic @ 2019-11-08 19:10 UTC (permalink / raw)
  To: qemu-devel
  Cc: peter.maydell, philmd, hpoussin, Aleksandar Markovic,
	aleksandar.rikalo, alex.bennee, aurelien

From: Aleksandar Markovic <amarkovic@wavecomp.com>

Change the maintainership for Malta board to improve its quality.

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
---
 MAINTAINERS | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4a478f8..1a49381 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -941,8 +941,9 @@ F: hw/display/jazz_led.c
 F: hw/dma/rc4030.c
 
 Malta
-M: Aurelien Jarno <aurelien@aurel32.net>
-R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
+M: Philippe Mathieu-Daudé <philmd@redhat.com>
+R: Hervé Poussineau <hpoussin@reactos.org>
+R: Aurelien Jarno <aurelien@aurel32.net>
 S: Maintained
 F: hw/mips/mips_malta.c
 F: hw/mips/gt64xxx_pci.c
-- 
2.7.4



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

* [PATCH 5/5] MAINTAINERS: Adjust maintainership for R4000 systems
  2019-11-08 19:10 [PATCH 0/5] MAINTAINERS: Fine adjustment for (mostly mips) content Aleksandar Markovic
                   ` (3 preceding siblings ...)
  2019-11-08 19:10 ` [PATCH 4/5] MAINTAINERS: Adjust maintainership for Malta board Aleksandar Markovic
@ 2019-11-08 19:10 ` Aleksandar Markovic
  2019-11-11 10:13   ` Aurelien Jarno
  4 siblings, 1 reply; 11+ messages in thread
From: Aleksandar Markovic @ 2019-11-08 19:10 UTC (permalink / raw)
  To: qemu-devel
  Cc: peter.maydell, philmd, hpoussin, Aleksandar Markovic,
	aleksandar.rikalo, alex.bennee, aurelien

From: Aleksandar Markovic <amarkovic@wavecomp.com>

Change the maintainership for R4000 systems to improve its quality.

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
---
 MAINTAINERS | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1a49381..62e7d6d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -957,8 +957,9 @@ F: hw/mips/mips_mipssim.c
 F: hw/net/mipsnet.c
 
 R4000
-M: Aurelien Jarno <aurelien@aurel32.net>
-R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
+M: Hervé Poussineau <hpoussin@reactos.org>
+R: Aurelien Jarno <aurelien@aurel32.net>
+R: Philippe Mathieu-Daudé <philmd@redhat.com>
 S: Maintained
 F: hw/mips/mips_r4k.c
 
-- 
2.7.4



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

* Re: [PATCH 4/5] MAINTAINERS: Adjust maintainership for Malta board
  2019-11-08 19:10 ` [PATCH 4/5] MAINTAINERS: Adjust maintainership for Malta board Aleksandar Markovic
@ 2019-11-11 10:12   ` Aurelien Jarno
  2019-11-11 10:13   ` Aurelien Jarno
  1 sibling, 0 replies; 11+ messages in thread
From: Aurelien Jarno @ 2019-11-11 10:12 UTC (permalink / raw)
  To: Aleksandar Markovic
  Cc: peter.maydell, philmd, qemu-devel, hpoussin, Aleksandar Markovic,
	aleksandar.rikalo, alex.bennee

On 2019-11-08 20:10, Aleksandar Markovic wrote:
> From: Aleksandar Markovic <amarkovic@wavecomp.com>
> 
> Change the maintainership for Malta board to improve its quality.
> 
> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
> ---
>  MAINTAINERS | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4a478f8..1a49381 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -941,8 +941,9 @@ F: hw/display/jazz_led.c
>  F: hw/dma/rc4030.c
>  
>  Malta
> -M: Aurelien Jarno <aurelien@aurel32.net>
> -R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
> +M: Philippe Mathieu-Daudé <philmd@redhat.com>
> +R: Hervé Poussineau <hpoussin@reactos.org>
> +R: Aurelien Jarno <aurelien@aurel32.net>
>  S: Maintained
>  F: hw/mips/mips_malta.c
>  F: hw/mips/gt64xxx_pci.c
 
Acked-by: Aurelien Jarno <aurelien@aurel32.net>

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
aurelien@aurel32.net                 http://www.aurel32.net


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

* Re: [PATCH 4/5] MAINTAINERS: Adjust maintainership for Malta board
  2019-11-08 19:10 ` [PATCH 4/5] MAINTAINERS: Adjust maintainership for Malta board Aleksandar Markovic
  2019-11-11 10:12   ` Aurelien Jarno
@ 2019-11-11 10:13   ` Aurelien Jarno
  1 sibling, 0 replies; 11+ messages in thread
From: Aurelien Jarno @ 2019-11-11 10:13 UTC (permalink / raw)
  To: Aleksandar Markovic
  Cc: peter.maydell, philmd, qemu-devel, hpoussin, Aleksandar Markovic,
	aleksandar.rikalo, alex.bennee

On 2019-11-08 20:10, Aleksandar Markovic wrote:
> From: Aleksandar Markovic <amarkovic@wavecomp.com>
> 
> Change the maintainership for Malta board to improve its quality.
> 
> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
> ---
>  MAINTAINERS | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4a478f8..1a49381 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -941,8 +941,9 @@ F: hw/display/jazz_led.c
>  F: hw/dma/rc4030.c
>  
>  Malta
> -M: Aurelien Jarno <aurelien@aurel32.net>
> -R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
> +M: Philippe Mathieu-Daudé <philmd@redhat.com>
> +R: Hervé Poussineau <hpoussin@reactos.org>
> +R: Aurelien Jarno <aurelien@aurel32.net>
>  S: Maintained
>  F: hw/mips/mips_malta.c
>  F: hw/mips/gt64xxx_pci.c

Acked-by: Aurelien Jarno <aurelien@aurel32.net>

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
aurelien@aurel32.net                 http://www.aurel32.net


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

* Re: [PATCH 5/5] MAINTAINERS: Adjust maintainership for R4000 systems
  2019-11-08 19:10 ` [PATCH 5/5] MAINTAINERS: Adjust maintainership for R4000 systems Aleksandar Markovic
@ 2019-11-11 10:13   ` Aurelien Jarno
  0 siblings, 0 replies; 11+ messages in thread
From: Aurelien Jarno @ 2019-11-11 10:13 UTC (permalink / raw)
  To: Aleksandar Markovic
  Cc: peter.maydell, philmd, qemu-devel, hpoussin, Aleksandar Markovic,
	aleksandar.rikalo, alex.bennee

On 2019-11-08 20:10, Aleksandar Markovic wrote:
> From: Aleksandar Markovic <amarkovic@wavecomp.com>
> 
> Change the maintainership for R4000 systems to improve its quality.
> 
> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
> ---
>  MAINTAINERS | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1a49381..62e7d6d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -957,8 +957,9 @@ F: hw/mips/mips_mipssim.c
>  F: hw/net/mipsnet.c
>  
>  R4000
> -M: Aurelien Jarno <aurelien@aurel32.net>
> -R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
> +M: Hervé Poussineau <hpoussin@reactos.org>
> +R: Aurelien Jarno <aurelien@aurel32.net>
> +R: Philippe Mathieu-Daudé <philmd@redhat.com>
>  S: Maintained
>  F: hw/mips/mips_r4k.c

Acked-by: Aurelien Jarno <aurelien@aurel32.net>

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
aurelien@aurel32.net                 http://www.aurel32.net


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

* Re: [PATCH 1/5] MAINTAINERS: Add a section on git infrastructure
  2019-11-08 19:10 ` [PATCH 1/5] MAINTAINERS: Add a section on git infrastructure Aleksandar Markovic
@ 2019-11-12 16:57   ` Alex Bennée
  2019-11-12 20:57     ` Aleksandar Markovic
  0 siblings, 1 reply; 11+ messages in thread
From: Alex Bennée @ 2019-11-12 16:57 UTC (permalink / raw)
  To: Aleksandar Markovic
  Cc: peter.maydell, qemu-devel, hpoussin, Aleksandar Markovic,
	aleksandar.rikalo, philmd, aurelien


Aleksandar Markovic <aleksandar.markovic@rt-rk.com> writes:

> From: Aleksandar Markovic <amarkovic@wavecomp.com>
>
> There should be a patient person maintaining gory details of
> git-related files, and there is no better person for that role
> than Philippe. Alex should be the reviewer for some relations
> with gitdm.

I'm not sure about this. The .gitignore files are best updated by people
responsible for the various parts of the tree. Once out-of-tree builds
become standard we should be able to eliminate them all together. As far
as .mailmap is concerned I think people are quite capable of updating it
themselves without putting the changes through a maintainer tree.

>
> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
> ---
>  MAINTAINERS | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4964fbb..be43ccb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2664,6 +2664,23 @@ M: Daniel P. Berrange <berrange@redhat.com>
>  S: Odd Fixes
>  F: scripts/git-submodule.sh
>
> +GIT infrastructure
> +M: Philippe Mathieu-Daudé <philmd@redhat.com>
> +R: Alex Bennée <alex.bennee@linaro.org>
> +S: Maintained
> +F: .mailmap
> +F: scripts/git.orderfile
> +F: .gitignore
> +F: tests/fp/.gitignore
> +F: tests/fp/berkeley-softfloat-3/.gitignore
> +F: tests/fp/berkeley-testfloat-3/.gitignore
> +F: tests/migration/.gitignore
> +F: tests/multiboot/.gitignore
> +F: tests/qemu-iotests/.gitignore
> +F: tests/tcg/.gitignore
> +F: tests/uefi-test-tools/.gitignore
> +F: ui/keycodemapdb/tests/.gitignore
> +
>  Sphinx documentation configuration and build machinery
>  M: Peter Maydell <peter.maydell@linaro.org>
>  S: Maintained


--
Alex Bennée


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

* Re: [PATCH 1/5] MAINTAINERS: Add a section on git infrastructure
  2019-11-12 16:57   ` Alex Bennée
@ 2019-11-12 20:57     ` Aleksandar Markovic
  0 siblings, 0 replies; 11+ messages in thread
From: Aleksandar Markovic @ 2019-11-12 20:57 UTC (permalink / raw)
  To: Alex Bennée
  Cc: peter.maydell, qemu-devel, Aleksandar Markovic, hpoussin,
	Aleksandar Markovic, aleksandar.rikalo, philmd, aurelien

[-- Attachment #1: Type: text/plain, Size: 2544 bytes --]

On Tuesday, November 12, 2019, Alex Bennée <alex.bennee@linaro.org> wrote:

>
> Aleksandar Markovic <aleksandar.markovic@rt-rk.com> writes:
>
> > From: Aleksandar Markovic <amarkovic@wavecomp.com>
> >
> > There should be a patient person maintaining gory details of
> > git-related files, and there is no better person for that role
> > than Philippe. Alex should be the reviewer for some relations
> > with gitdm.
>
> I'm not sure about this. The .gitignore files are best updated by people
> responsible for the various parts of the tree. Once out-of-tree builds
> become standard we should be able to eliminate them all together. As far
> as .mailmap is concerned I think people are quite capable of updating it
> themselves without putting the changes through a maintainer tree.
>
>
Thank you Alex for your feedback.

People here are mainly concerned about the substance of their contribution,
and don't know or don't care about .mailmap file - as evidenced by many
items Philippe had to add to that file. The essence of this patch was not
to force people to go to the maintainer approval, but that the maintainer
ftom time to time refreshes the file, if needed.

But, OK, if you have such reservations that you mentioned, I am going to
remove this patch in v2. We leave all these files listed in this patch
unmaintained.

Yours,
Aleksandar



> >
> > Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
> > ---
> >  MAINTAINERS | 17 +++++++++++++++++
> >  1 file changed, 17 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 4964fbb..be43ccb 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -2664,6 +2664,23 @@ M: Daniel P. Berrange <berrange@redhat.com>
> >  S: Odd Fixes
> >  F: scripts/git-submodule.sh
> >
> > +GIT infrastructure
> > +M: Philippe Mathieu-Daudé <philmd@redhat.com>
> > +R: Alex Bennée <alex.bennee@linaro.org>
> > +S: Maintained
> > +F: .mailmap
> > +F: scripts/git.orderfile
> > +F: .gitignore
> > +F: tests/fp/.gitignore
> > +F: tests/fp/berkeley-softfloat-3/.gitignore
> > +F: tests/fp/berkeley-testfloat-3/.gitignore
> > +F: tests/migration/.gitignore
> > +F: tests/multiboot/.gitignore
> > +F: tests/qemu-iotests/.gitignore
> > +F: tests/tcg/.gitignore
> > +F: tests/uefi-test-tools/.gitignore
> > +F: ui/keycodemapdb/tests/.gitignore
> > +
> >  Sphinx documentation configuration and build machinery
> >  M: Peter Maydell <peter.maydell@linaro.org>
> >  S: Maintained
>
>
> --
> Alex Bennée
>
>

[-- Attachment #2: Type: text/html, Size: 3570 bytes --]

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

end of thread, other threads:[~2019-11-12 20:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-08 19:10 [PATCH 0/5] MAINTAINERS: Fine adjustment for (mostly mips) content Aleksandar Markovic
2019-11-08 19:10 ` [PATCH 1/5] MAINTAINERS: Add a section on git infrastructure Aleksandar Markovic
2019-11-12 16:57   ` Alex Bennée
2019-11-12 20:57     ` Aleksandar Markovic
2019-11-08 19:10 ` [PATCH 2/5] MAINTAINERS: Add a section on UI translation Aleksandar Markovic
2019-11-08 19:10 ` [PATCH 3/5] MAINTAINERS: Adjust maintainership for Fulong 2E board Aleksandar Markovic
2019-11-08 19:10 ` [PATCH 4/5] MAINTAINERS: Adjust maintainership for Malta board Aleksandar Markovic
2019-11-11 10:12   ` Aurelien Jarno
2019-11-11 10:13   ` Aurelien Jarno
2019-11-08 19:10 ` [PATCH 5/5] MAINTAINERS: Adjust maintainership for R4000 systems Aleksandar Markovic
2019-11-11 10:13   ` Aurelien Jarno

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).