All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] MAINTAINERS: Add Stefan Markovic as a MIPS reviewer
@ 2018-11-15 15:59 Aleksandar Markovic
  2018-11-16 12:14 ` Stefan Markovic
  0 siblings, 1 reply; 2+ messages in thread
From: Aleksandar Markovic @ 2018-11-15 15:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: aurelien, amarkovic, smarkovic, pjovanovic

From: Aleksandar Markovic <amarkovic@wavecomp.com>

Add Stefan Markovic as a MIPS reviewer. He had several key
contributions to QEMU for MIPS this year. He is a meticulous
person with the ability to think and act on many levels.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 4b8db61..f718264 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -190,6 +190,7 @@ F: disas/microblaze.c
 MIPS
 M: Aurelien Jarno <aurelien@aurel32.net>
 M: Aleksandar Markovic <amarkovic@wavecomp.com>
+R: Stefan Markovic <smarkovic@wavecomp.com>
 S: Maintained
 F: target/mips/
 F: hw/mips/
@@ -336,6 +337,7 @@ F: target/arm/kvm.c
 
 MIPS
 M: James Hogan <jhogan@kernel.org>
+R: Stefan Markovic <smarkovic@wavecomp.com>
 S: Maintained
 F: target/mips/kvm.c
 
@@ -741,27 +743,32 @@ MIPS Machines
 -------------
 Jazz
 M: Hervé Poussineau <hpoussin@reactos.org>
+R: Stefan Markovic <smarkovic@wavecomp.com>
 S: Maintained
 F: hw/mips/mips_jazz.c
 
 Malta
 M: Aurelien Jarno <aurelien@aurel32.net>
+R: Stefan Markovic <smarkovic@wavecomp.com>
 S: Maintained
 F: hw/mips/mips_malta.c
 
 Mipssim
 M: Aleksandar Markovic <amarkovic@wavecomp.com>
+R: Stefan Markovic <smarkovic@wavecomp.com>
 S: Odd Fixes
 F: hw/mips/mips_mipssim.c
 F: hw/net/mipsnet.c
 
 R4000
 M: Aurelien Jarno <aurelien@aurel32.net>
+R: Stefan Markovic <smarkovic@wavecomp.com>
 S: Maintained
 F: hw/mips/mips_r4k.c
 
 Fulong 2E
 M: Aleksandar Markovic <amarkovic@wavecomp.com>
+R: Stefan Markovic <smarkovic@wavecomp.com>
 S: Odd Fixes
 F: hw/mips/mips_fulong2e.c
 F: hw/isa/vt82c686.c
@@ -770,6 +777,7 @@ F: include/hw/isa/vt82c686.h
 
 Boston
 M: Paul Burton <pburton@wavecomp.com>
+R: Stefan Markovic <smarkovic@wavecomp.com>
 S: Maintained
 F: hw/core/loader-fit.c
 F: hw/mips/boston.c
@@ -1992,6 +2000,7 @@ F: disas/i386.c
 
 MIPS target
 M: Aurelien Jarno <aurelien@aurel32.net>
+R: Stefan Markovic <smarkovic@wavecomp.com>
 S: Maintained
 F: tcg/mips/
 F: disas/mips.c
-- 
2.7.4

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add Stefan Markovic as a MIPS reviewer
  2018-11-15 15:59 [Qemu-devel] [PATCH] MAINTAINERS: Add Stefan Markovic as a MIPS reviewer Aleksandar Markovic
@ 2018-11-16 12:14 ` Stefan Markovic
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Markovic @ 2018-11-16 12:14 UTC (permalink / raw)
  To: Aleksandar Markovic, qemu-devel
  Cc: aurelien, Aleksandar Markovic, Petar Jovanovic


On 15.11.18. 16:59, Aleksandar Markovic wrote:
> From: Aleksandar Markovic <amarkovic@wavecomp.com>
>
> Add Stefan Markovic as a MIPS reviewer. He had several key
> contributions to QEMU for MIPS this year. He is a meticulous
> person with the ability to think and act on many levels.
>
> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
> ---
>   MAINTAINERS | 9 +++++++++
>   1 file changed, 9 insertions(+)


Reviewed-by: Stefan Markovic <smarkovic@wavecomp.com>


> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4b8db61..f718264 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -190,6 +190,7 @@ F: disas/microblaze.c
>   MIPS
>   M: Aurelien Jarno <aurelien@aurel32.net>
>   M: Aleksandar Markovic <amarkovic@wavecomp.com>
> +R: Stefan Markovic <smarkovic@wavecomp.com>
>   S: Maintained
>   F: target/mips/
>   F: hw/mips/
> @@ -336,6 +337,7 @@ F: target/arm/kvm.c
>   
>   MIPS
>   M: James Hogan <jhogan@kernel.org>
> +R: Stefan Markovic <smarkovic@wavecomp.com>
>   S: Maintained
>   F: target/mips/kvm.c
>   
> @@ -741,27 +743,32 @@ MIPS Machines
>   -------------
>   Jazz
>   M: Hervé Poussineau <hpoussin@reactos.org>
> +R: Stefan Markovic <smarkovic@wavecomp.com>
>   S: Maintained
>   F: hw/mips/mips_jazz.c
>   
>   Malta
>   M: Aurelien Jarno <aurelien@aurel32.net>
> +R: Stefan Markovic <smarkovic@wavecomp.com>
>   S: Maintained
>   F: hw/mips/mips_malta.c
>   
>   Mipssim
>   M: Aleksandar Markovic <amarkovic@wavecomp.com>
> +R: Stefan Markovic <smarkovic@wavecomp.com>
>   S: Odd Fixes
>   F: hw/mips/mips_mipssim.c
>   F: hw/net/mipsnet.c
>   
>   R4000
>   M: Aurelien Jarno <aurelien@aurel32.net>
> +R: Stefan Markovic <smarkovic@wavecomp.com>
>   S: Maintained
>   F: hw/mips/mips_r4k.c
>   
>   Fulong 2E
>   M: Aleksandar Markovic <amarkovic@wavecomp.com>
> +R: Stefan Markovic <smarkovic@wavecomp.com>
>   S: Odd Fixes
>   F: hw/mips/mips_fulong2e.c
>   F: hw/isa/vt82c686.c
> @@ -770,6 +777,7 @@ F: include/hw/isa/vt82c686.h
>   
>   Boston
>   M: Paul Burton <pburton@wavecomp.com>
> +R: Stefan Markovic <smarkovic@wavecomp.com>
>   S: Maintained
>   F: hw/core/loader-fit.c
>   F: hw/mips/boston.c
> @@ -1992,6 +2000,7 @@ F: disas/i386.c
>   
>   MIPS target
>   M: Aurelien Jarno <aurelien@aurel32.net>
> +R: Stefan Markovic <smarkovic@wavecomp.com>
>   S: Maintained
>   F: tcg/mips/
>   F: disas/mips.c

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

end of thread, other threads:[~2018-11-16 12:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-15 15:59 [Qemu-devel] [PATCH] MAINTAINERS: Add Stefan Markovic as a MIPS reviewer Aleksandar Markovic
2018-11-16 12:14 ` Stefan Markovic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.