* [PATCH v2] MAINTAINERS: Mark the LatticeMico32 target as orphan
@ 2020-03-16 14:28 Philippe Mathieu-Daudé
2020-03-16 23:46 ` Richard Henderson
2020-05-04 9:20 ` Laurent Vivier
0 siblings, 2 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-03-16 14:28 UTC (permalink / raw)
To: Michael Walle, Ákos Kovács, qemu-devel
Cc: Peter Maydell, qemu-trivial, Markus Armbruster, Emilio G . Cota,
Paolo Bonzini, Philippe Mathieu-Daudé, OGAWA Hirofumi,
Richard Henderson
Michael Walle expressed his desire to orphan the lm32 target [*]:
I guess it is time to pull the plug. Mainly, because I have
no time for this anymore. I've always worked on this on my
spare time and life changed. And secondly, I guess RISC-V is
taking over ;) It has a far better ecosystem. Also, to my
knowledge the only (public) user of LM32 is milkymist and this
project is dead for years now..
So time to say goodbye. It was fun and I've learned a lot -
technically and also how a huge open source project works.
Thank you everyone for that :)
Basically everything still works and there are even TCG test
cases which covers all instructions the processor has.
Many thanks to Michael for his substantial contributions to QEMU,
and for maintaining the LM32 target for various years!
[*] https://www.mail-archive.com/qemu-devel@nongnu.org/msg605024.html
Acked-by: Michael Walle <michael@walle.cc>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
v2: Also orphan machines, added Michael A-b tag
---
MAINTAINERS | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 32867bc636..c89bf61989 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -183,8 +183,8 @@ F: hw/net/*i82596*
F: include/hw/net/lasi_82596.h
LM32 TCG CPUs
-M: Michael Walle <michael@walle.cc>
-S: Maintained
+R: Michael Walle <michael@walle.cc>
+S: Orphan
F: target/lm32/
F: disas/lm32.c
F: hw/lm32/
@@ -945,13 +945,13 @@ F: pc-bios/hppa-firmware.img
LM32 Machines
-------------
EVR32 and uclinux BSP
-M: Michael Walle <michael@walle.cc>
-S: Maintained
+R: Michael Walle <michael@walle.cc>
+S: Orphan
F: hw/lm32/lm32_boards.c
milkymist
-M: Michael Walle <michael@walle.cc>
-S: Maintained
+R: Michael Walle <michael@walle.cc>
+S: Orphan
F: hw/lm32/milkymist.c
M68K Machines
--
2.21.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] MAINTAINERS: Mark the LatticeMico32 target as orphan
2020-03-16 14:28 [PATCH v2] MAINTAINERS: Mark the LatticeMico32 target as orphan Philippe Mathieu-Daudé
@ 2020-03-16 23:46 ` Richard Henderson
2020-05-04 9:20 ` Laurent Vivier
1 sibling, 0 replies; 3+ messages in thread
From: Richard Henderson @ 2020-03-16 23:46 UTC (permalink / raw)
To: Philippe Mathieu-Daudé, Michael Walle, Ákos Kovács,
qemu-devel
Cc: Peter Maydell, qemu-trivial, Markus Armbruster, Emilio G . Cota,
Paolo Bonzini, OGAWA Hirofumi
On 3/16/20 7:28 AM, Philippe Mathieu-Daudé wrote:
> Michael Walle expressed his desire to orphan the lm32 target [*]:
>
> I guess it is time to pull the plug. Mainly, because I have
> no time for this anymore. I've always worked on this on my
> spare time and life changed. And secondly, I guess RISC-V is
> taking over ;) It has a far better ecosystem. Also, to my
> knowledge the only (public) user of LM32 is milkymist and this
> project is dead for years now..
>
> So time to say goodbye. It was fun and I've learned a lot -
> technically and also how a huge open source project works.
> Thank you everyone for that :)
>
> Basically everything still works and there are even TCG test
> cases which covers all instructions the processor has.
>
> Many thanks to Michael for his substantial contributions to QEMU,
> and for maintaining the LM32 target for various years!
>
> [*] https://www.mail-archive.com/qemu-devel@nongnu.org/msg605024.html
>
> Acked-by: Michael Walle <michael@walle.cc>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> v2: Also orphan machines, added Michael A-b tag
> ---
> MAINTAINERS | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] MAINTAINERS: Mark the LatticeMico32 target as orphan
2020-03-16 14:28 [PATCH v2] MAINTAINERS: Mark the LatticeMico32 target as orphan Philippe Mathieu-Daudé
2020-03-16 23:46 ` Richard Henderson
@ 2020-05-04 9:20 ` Laurent Vivier
1 sibling, 0 replies; 3+ messages in thread
From: Laurent Vivier @ 2020-05-04 9:20 UTC (permalink / raw)
To: Philippe Mathieu-Daudé, Michael Walle, Ákos Kovács,
qemu-devel
Cc: Peter Maydell, qemu-trivial, Markus Armbruster, Emilio G . Cota,
Paolo Bonzini, OGAWA Hirofumi, Richard Henderson
Le 16/03/2020 à 15:28, Philippe Mathieu-Daudé a écrit :
> Michael Walle expressed his desire to orphan the lm32 target [*]:
>
> I guess it is time to pull the plug. Mainly, because I have
> no time for this anymore. I've always worked on this on my
> spare time and life changed. And secondly, I guess RISC-V is
> taking over ;) It has a far better ecosystem. Also, to my
> knowledge the only (public) user of LM32 is milkymist and this
> project is dead for years now..
>
> So time to say goodbye. It was fun and I've learned a lot -
> technically and also how a huge open source project works.
> Thank you everyone for that :)
>
> Basically everything still works and there are even TCG test
> cases which covers all instructions the processor has.
>
> Many thanks to Michael for his substantial contributions to QEMU,
> and for maintaining the LM32 target for various years!
>
> [*] https://www.mail-archive.com/qemu-devel@nongnu.org/msg605024.html
>
> Acked-by: Michael Walle <michael@walle.cc>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> v2: Also orphan machines, added Michael A-b tag
> ---
> MAINTAINERS | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 32867bc636..c89bf61989 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -183,8 +183,8 @@ F: hw/net/*i82596*
> F: include/hw/net/lasi_82596.h
>
> LM32 TCG CPUs
> -M: Michael Walle <michael@walle.cc>
> -S: Maintained
> +R: Michael Walle <michael@walle.cc>
> +S: Orphan
> F: target/lm32/
> F: disas/lm32.c
> F: hw/lm32/
> @@ -945,13 +945,13 @@ F: pc-bios/hppa-firmware.img
> LM32 Machines
> -------------
> EVR32 and uclinux BSP
> -M: Michael Walle <michael@walle.cc>
> -S: Maintained
> +R: Michael Walle <michael@walle.cc>
> +S: Orphan
> F: hw/lm32/lm32_boards.c
>
> milkymist
> -M: Michael Walle <michael@walle.cc>
> -S: Maintained
> +R: Michael Walle <michael@walle.cc>
> +S: Orphan
> F: hw/lm32/milkymist.c
>
> M68K Machines
>
Applied to my trivial-patches branch.
Thanks,
Laurent
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-05-04 9:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-16 14:28 [PATCH v2] MAINTAINERS: Mark the LatticeMico32 target as orphan Philippe Mathieu-Daudé
2020-03-16 23:46 ` Richard Henderson
2020-05-04 9:20 ` Laurent Vivier
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).