From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: Aleksandar Markovic <aleksandar.markovic@rt-rk.com>,
qemu-devel@nongnu.org
Cc: arikalo@wavecomp.com, amarkovic@wavecomp.com, aurelien@aurel32.net
Subject: Re: [Qemu-devel] [PATCH v2 9/9] MAINTAINERS: Update MIPS sections
Date: Wed, 23 Jan 2019 19:28:59 +0100 [thread overview]
Message-ID: <544d3c67-c766-6069-607b-97bf32cf40f6@redhat.com> (raw)
In-Reply-To: <1548242160-16039-10-git-send-email-aleksandar.markovic@rt-rk.com>
On 1/23/19 12:16 PM, Aleksandar Markovic wrote:
> From: Aleksandar Markovic <amarkovic@wavecomp.com>
>
> Remove Stefan Markovic as a reviewer for MIPS directories and
> files, as he left Wave Computing.
>
> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> MAINTAINERS | 9 ---------
> 1 file changed, 9 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index af339b8..060db23 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -206,7 +206,6 @@ MIPS
> M: Aurelien Jarno <aurelien@aurel32.net>
> M: Aleksandar Markovic <amarkovic@wavecomp.com>
> R: Aleksandar Rikalo <arikalo@wavecomp.com>
> -R: Stefan Markovic <smarkovic@wavecomp.com>
> S: Maintained
> F: target/mips/
> F: default-configs/*mips*
> @@ -365,7 +364,6 @@ F: target/arm/kvm.c
> MIPS
> M: James Hogan <jhogan@kernel.org>
> R: Aleksandar Rikalo <arikalo@wavecomp.com>
> -R: Stefan Markovic <smarkovic@wavecomp.com>
> S: Maintained
> F: target/mips/kvm.c
>
> @@ -890,7 +888,6 @@ MIPS Machines
> Jazz
> M: Hervé Poussineau <hpoussin@reactos.org>
> R: Aleksandar Rikalo <arikalo@wavecomp.com>
> -R: Stefan Markovic <smarkovic@wavecomp.com>
> S: Maintained
> F: hw/mips/mips_jazz.c
> F: hw/display/jazz_led.c
> @@ -899,14 +896,12 @@ F: hw/dma/rc4030.c
> Malta
> M: Aurelien Jarno <aurelien@aurel32.net>
> R: Aleksandar Rikalo <arikalo@wavecomp.com>
> -R: Stefan Markovic <smarkovic@wavecomp.com>
> S: Maintained
> F: hw/mips/mips_malta.c
>
> Mipssim
> M: Aleksandar Markovic <amarkovic@wavecomp.com>
> R: Aleksandar Rikalo <arikalo@wavecomp.com>
> -R: Stefan Markovic <smarkovic@wavecomp.com>
> S: Odd Fixes
> F: hw/mips/mips_mipssim.c
> F: hw/net/mipsnet.c
> @@ -914,14 +909,12 @@ F: hw/net/mipsnet.c
> R4000
> M: Aurelien Jarno <aurelien@aurel32.net>
> R: Aleksandar Rikalo <arikalo@wavecomp.com>
> -R: Stefan Markovic <smarkovic@wavecomp.com>
> S: Maintained
> F: hw/mips/mips_r4k.c
>
> Fulong 2E
> M: Aleksandar Markovic <amarkovic@wavecomp.com>
> R: Aleksandar Rikalo <arikalo@wavecomp.com>
> -R: Stefan Markovic <smarkovic@wavecomp.com>
> S: Odd Fixes
> F: hw/mips/mips_fulong2e.c
> F: hw/isa/vt82c686.c
> @@ -931,7 +924,6 @@ F: include/hw/isa/vt82c686.h
> Boston
> M: Paul Burton <pburton@wavecomp.com>
> R: Aleksandar Rikalo <arikalo@wavecomp.com>
> -R: Stefan Markovic <smarkovic@wavecomp.com>
> S: Maintained
> F: hw/core/loader-fit.c
> F: hw/mips/boston.c
> @@ -2203,7 +2195,6 @@ F: disas/i386.c
> MIPS target
> M: Aurelien Jarno <aurelien@aurel32.net>
> R: Aleksandar Rikalo <arikalo@wavecomp.com>
> -R: Stefan Markovic <smarkovic@wavecomp.com>
> S: Maintained
> F: tcg/mips/
> F: disas/mips.c
>
prev parent reply other threads:[~2019-01-23 18:29 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-23 11:15 [Qemu-devel] [PATCH v2 0/9] target/mips: Misc fixes Aleksandar Markovic
2019-01-23 11:15 ` [Qemu-devel] [PATCH v2 1/9] target/mips: nanoMIPS: Remove duplicate macro definitions Aleksandar Markovic
2019-01-23 11:15 ` [Qemu-devel] [PATCH v2 2/9] target/mips: nanoMIPS: Remove an unused macro Aleksandar Markovic
2019-01-23 11:15 ` [Qemu-devel] [PATCH v2 3/9] target/mips: nanoMIPS: Rename macros for extracting 3-bit-coded GPR numbers Aleksandar Markovic
2019-01-24 14:27 ` Aleksandar Markovic
2019-01-23 11:15 ` [Qemu-devel] [PATCH v2 4/9] target/mips: Correct the second argument type of cpu_supports_isa() Aleksandar Markovic
2019-01-23 11:15 ` [Qemu-devel] [PATCH v2 5/9] target/mips: Extend gen_scwp() functionality to support EVA Aleksandar Markovic
2019-01-24 14:25 ` Aleksandar Rikalo
2019-01-23 11:15 ` [Qemu-devel] [PATCH v2 6/9] disas: nanoMIPS: Amend DSP instructions related comments Aleksandar Markovic
2019-01-24 14:29 ` Aleksandar Rikalo
2019-01-23 11:15 ` [Qemu-devel] [PATCH v2 7/9] target/mips: nanoMIPS: Fix branch handling Aleksandar Markovic
2019-01-24 14:34 ` Aleksandar Rikalo
2019-01-23 11:15 ` [Qemu-devel] [PATCH v2 8/9] target/mips: Add I6500 core configuration Aleksandar Markovic
2019-01-24 14:30 ` Aleksandar Rikalo
2019-01-23 11:16 ` [Qemu-devel] [PATCH v2 9/9] MAINTAINERS: Update MIPS sections Aleksandar Markovic
2019-01-23 18:28 ` Philippe Mathieu-Daudé [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=544d3c67-c766-6069-607b-97bf32cf40f6@redhat.com \
--to=philmd@redhat.com \
--cc=aleksandar.markovic@rt-rk.com \
--cc=amarkovic@wavecomp.com \
--cc=arikalo@wavecomp.com \
--cc=aurelien@aurel32.net \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).