* [Qemu-devel] [PATCH 0/3] MAINTAINERS: Clean up main target MIPS section
@ 2018-12-17 16:59 Aleksandar Markovic
2018-12-17 16:59 ` [Qemu-devel] [PATCH 1/3] MAINTAINERS: target/mips: Add MIPS files under default-configs directory Aleksandar Markovic
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Aleksandar Markovic @ 2018-12-17 16:59 UTC (permalink / raw)
To: qemu-devel, smarkovic, amarkovic
From: Aleksandar Markovic <amarkovic@wavecomp.com>
Clean up main target MIPS section. Add some new files, add email
filter, and reorder items.
Aleksandar Markovic (3):
MAINTAINERS: target/mips: Add MIPS files under default-configs
directory
MAINTAINERS: target/mips: Add filter for mips in email subjects
MAINTAINERS: target/mips: Reorder items alphabetically
MAINTAINERS | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
--
2.17.1
^ permalink raw reply [flat|nested] 7+ messages in thread* [Qemu-devel] [PATCH 1/3] MAINTAINERS: target/mips: Add MIPS files under default-configs directory
2018-12-17 16:59 [Qemu-devel] [PATCH 0/3] MAINTAINERS: Clean up main target MIPS section Aleksandar Markovic
@ 2018-12-17 16:59 ` Aleksandar Markovic
2018-12-18 0:20 ` Philippe Mathieu-Daudé
2018-12-17 16:59 ` [Qemu-devel] [PATCH 2/3] MAINTAINERS: target/mips: Add filter for mips in email subjects Aleksandar Markovic
2018-12-17 17:00 ` [Qemu-devel] [PATCH 3/3] MAINTAINERS: target/mips: Reorder items alphabetically Aleksandar Markovic
2 siblings, 1 reply; 7+ messages in thread
From: Aleksandar Markovic @ 2018-12-17 16:59 UTC (permalink / raw)
To: qemu-devel, smarkovic, amarkovic
From: Aleksandar Markovic <amarkovic@wavecomp.com>
Add following files as maintained within the main MIPS target
section in MAINTAINERS:
default-configs/mips64el-linux-user.mak
default-configs/mips64-linux-user.mak
default-configs/mipsn32el-linux-user.mak
default-configs/mipsn32-linux-user.mak
default-configs/mipsel-linux-user.mak
default-configs/mips-linux-user.mak
default-configs/mips64el-softmmu.mak
default-configs/mips64-softmmu.mak
default-configs/mipsel-softmmu.mak
default-configs/mips-softmmu.mak
default-configs/mips-softmmu-common.mak
Future nanoMIPS user mode will also have its .mak file, and
because of that "*mips*" was used instead of *mips*" as a
shorthand in the new item in MAINTAINERS.
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 83c127f0d6..c052523373 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -206,6 +206,7 @@ M: Aleksandar Markovic <amarkovic@wavecomp.com>
R: Stefan Markovic <smarkovic@wavecomp.com>
S: Maintained
F: target/mips/
+F: default-configs/*mips*
F: hw/mips/
F: hw/misc/mips_*
F: hw/intc/mips_gic.c
--
2.17.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PATCH 1/3] MAINTAINERS: target/mips: Add MIPS files under default-configs directory
2018-12-17 16:59 ` [Qemu-devel] [PATCH 1/3] MAINTAINERS: target/mips: Add MIPS files under default-configs directory Aleksandar Markovic
@ 2018-12-18 0:20 ` Philippe Mathieu-Daudé
0 siblings, 0 replies; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2018-12-18 0:20 UTC (permalink / raw)
To: Aleksandar Markovic, qemu-devel, smarkovic, amarkovic
On 12/17/18 5:59 PM, Aleksandar Markovic wrote:
> From: Aleksandar Markovic <amarkovic@wavecomp.com>
>
> Add following files as maintained within the main MIPS target
> section in MAINTAINERS:
>
> default-configs/mips64el-linux-user.mak
> default-configs/mips64-linux-user.mak
> default-configs/mipsn32el-linux-user.mak
> default-configs/mipsn32-linux-user.mak
> default-configs/mipsel-linux-user.mak
> default-configs/mips-linux-user.mak
> default-configs/mips64el-softmmu.mak
> default-configs/mips64-softmmu.mak
> default-configs/mipsel-softmmu.mak
> default-configs/mips-softmmu.mak
> default-configs/mips-softmmu-common.mak
>
> Future nanoMIPS user mode will also have its .mak file, and
> because of that "*mips*" was used instead of *mips*" as a
... instead of "mips*"
('*' -> '"')
> shorthand in the new item in MAINTAINERS.
>
> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 83c127f0d6..c052523373 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -206,6 +206,7 @@ M: Aleksandar Markovic <amarkovic@wavecomp.com>
> R: Stefan Markovic <smarkovic@wavecomp.com>
> S: Maintained
> F: target/mips/
> +F: default-configs/*mips*
> F: hw/mips/
> F: hw/misc/mips_*
> F: hw/intc/mips_gic.c
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Qemu-devel] [PATCH 2/3] MAINTAINERS: target/mips: Add filter for mips in email subjects
2018-12-17 16:59 [Qemu-devel] [PATCH 0/3] MAINTAINERS: Clean up main target MIPS section Aleksandar Markovic
2018-12-17 16:59 ` [Qemu-devel] [PATCH 1/3] MAINTAINERS: target/mips: Add MIPS files under default-configs directory Aleksandar Markovic
@ 2018-12-17 16:59 ` Aleksandar Markovic
2018-12-18 0:27 ` Philippe Mathieu-Daudé
2018-12-17 17:00 ` [Qemu-devel] [PATCH 3/3] MAINTAINERS: target/mips: Reorder items alphabetically Aleksandar Markovic
2 siblings, 1 reply; 7+ messages in thread
From: Aleksandar Markovic @ 2018-12-17 16:59 UTC (permalink / raw)
To: qemu-devel, smarkovic, amarkovic
From: Aleksandar Markovic <amarkovic@wavecomp.com>
Add ability to redirect mails (sent to qemu-devel) containing
"mips" in the subject line to MIPS maintainers and reviewers.
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index c052523373..3dda82d31e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -219,6 +219,7 @@ F: tests/tcg/mips/
F: disas/mips.c
F: disas/nanomips.h
F: disas/nanomips.cpp
+K: ^Subject:.*(?i)mips?
Moxie
M: Anthony Green <green@moxielogic.com>
--
2.17.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PATCH 2/3] MAINTAINERS: target/mips: Add filter for mips in email subjects
2018-12-17 16:59 ` [Qemu-devel] [PATCH 2/3] MAINTAINERS: target/mips: Add filter for mips in email subjects Aleksandar Markovic
@ 2018-12-18 0:27 ` Philippe Mathieu-Daudé
0 siblings, 0 replies; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2018-12-18 0:27 UTC (permalink / raw)
To: Aleksandar Markovic, qemu-devel, smarkovic, amarkovic
Hi Aleksandar,
On 12/17/18 5:59 PM, Aleksandar Markovic wrote:
> From: Aleksandar Markovic <amarkovic@wavecomp.com>
>
> Add ability to redirect mails (sent to qemu-devel) containing
> "mips" in the subject line to MIPS maintainers and reviewers.
>
> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c052523373..3dda82d31e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -219,6 +219,7 @@ F: tests/tcg/mips/
> F: disas/mips.c
> F: disas/nanomips.h
> F: disas/nanomips.cpp
> +K: ^Subject:.*(?i)mips?
Why the trailing quantifier '?'?
This matches:
semipermeable
semiprecious
semiprivate
semiprofessional
>
> Moxie
> M: Anthony Green <green@moxielogic.com>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Qemu-devel] [PATCH 3/3] MAINTAINERS: target/mips: Reorder items alphabetically
2018-12-17 16:59 [Qemu-devel] [PATCH 0/3] MAINTAINERS: Clean up main target MIPS section Aleksandar Markovic
2018-12-17 16:59 ` [Qemu-devel] [PATCH 1/3] MAINTAINERS: target/mips: Add MIPS files under default-configs directory Aleksandar Markovic
2018-12-17 16:59 ` [Qemu-devel] [PATCH 2/3] MAINTAINERS: target/mips: Add filter for mips in email subjects Aleksandar Markovic
@ 2018-12-17 17:00 ` Aleksandar Markovic
2018-12-18 0:22 ` Philippe Mathieu-Daudé
2 siblings, 1 reply; 7+ messages in thread
From: Aleksandar Markovic @ 2018-12-17 17:00 UTC (permalink / raw)
To: qemu-devel, smarkovic, amarkovic
From: Aleksandar Markovic <amarkovic@wavecomp.com>
Reorder items alphabetically for better visibility.
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
---
MAINTAINERS | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 3dda82d31e..0909a24e97 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -207,18 +207,18 @@ R: Stefan Markovic <smarkovic@wavecomp.com>
S: Maintained
F: target/mips/
F: default-configs/*mips*
+F: disas/mips.c
+F: disas/nanomips.cpp
+F: disas/nanomips.h
+F: hw/intc/mips_gic.c
F: hw/mips/
F: hw/misc/mips_*
-F: hw/intc/mips_gic.c
F: hw/timer/mips_gictimer.c
+F: include/hw/intc/mips_gic.h
F: include/hw/mips/
F: include/hw/misc/mips_*
-F: include/hw/intc/mips_gic.h
F: include/hw/timer/mips_gictimer.h
F: tests/tcg/mips/
-F: disas/mips.c
-F: disas/nanomips.h
-F: disas/nanomips.cpp
K: ^Subject:.*(?i)mips?
Moxie
--
2.17.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PATCH 3/3] MAINTAINERS: target/mips: Reorder items alphabetically
2018-12-17 17:00 ` [Qemu-devel] [PATCH 3/3] MAINTAINERS: target/mips: Reorder items alphabetically Aleksandar Markovic
@ 2018-12-18 0:22 ` Philippe Mathieu-Daudé
0 siblings, 0 replies; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2018-12-18 0:22 UTC (permalink / raw)
To: Aleksandar Markovic, qemu-devel, smarkovic, amarkovic
On 12/17/18 6:00 PM, Aleksandar Markovic wrote:
> From: Aleksandar Markovic <amarkovic@wavecomp.com>
>
> Reorder items alphabetically for better visibility.
>
> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
> ---
> MAINTAINERS | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3dda82d31e..0909a24e97 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -207,18 +207,18 @@ R: Stefan Markovic <smarkovic@wavecomp.com>
> S: Maintained
> F: target/mips/
> F: default-configs/*mips*
> +F: disas/mips.c
> +F: disas/nanomips.cpp
> +F: disas/nanomips.h
All match disas/*mips*
Regardless:
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> +F: hw/intc/mips_gic.c
> F: hw/mips/
> F: hw/misc/mips_*
> -F: hw/intc/mips_gic.c
> F: hw/timer/mips_gictimer.c
> +F: include/hw/intc/mips_gic.h
> F: include/hw/mips/
> F: include/hw/misc/mips_*
> -F: include/hw/intc/mips_gic.h
> F: include/hw/timer/mips_gictimer.h
> F: tests/tcg/mips/
> -F: disas/mips.c
> -F: disas/nanomips.h
> -F: disas/nanomips.cpp
> K: ^Subject:.*(?i)mips?
>
> Moxie
>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2018-12-18 0:27 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-17 16:59 [Qemu-devel] [PATCH 0/3] MAINTAINERS: Clean up main target MIPS section Aleksandar Markovic
2018-12-17 16:59 ` [Qemu-devel] [PATCH 1/3] MAINTAINERS: target/mips: Add MIPS files under default-configs directory Aleksandar Markovic
2018-12-18 0:20 ` Philippe Mathieu-Daudé
2018-12-17 16:59 ` [Qemu-devel] [PATCH 2/3] MAINTAINERS: target/mips: Add filter for mips in email subjects Aleksandar Markovic
2018-12-18 0:27 ` Philippe Mathieu-Daudé
2018-12-17 17:00 ` [Qemu-devel] [PATCH 3/3] MAINTAINERS: target/mips: Reorder items alphabetically Aleksandar Markovic
2018-12-18 0:22 ` Philippe Mathieu-Daudé
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).