* [PATCH] MAINTAINERS: Mark the LatticeMico32 target as orphan
@ 2020-03-16 12:26 Philippe Mathieu-Daudé
2020-03-16 12:37 ` Paolo Bonzini
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-03-16 12:26 UTC (permalink / raw)
To: Ákos Kovács, qemu-devel, Michael Walle
Cc: Peter Maydell, 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
Cc: Michael Walle <michael@walle.cc>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
Michael: Do you want to keep your M: entry, switch it to R: or remove?
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 32867bc636..5376c59581 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -184,7 +184,7 @@ F: include/hw/net/lasi_82596.h
LM32 TCG CPUs
M: Michael Walle <michael@walle.cc>
-S: Maintained
+S: Orphan
F: target/lm32/
F: disas/lm32.c
F: hw/lm32/
--
2.21.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH] MAINTAINERS: Mark the LatticeMico32 target as orphan
2020-03-16 12:26 [PATCH] MAINTAINERS: Mark the LatticeMico32 target as orphan Philippe Mathieu-Daudé
@ 2020-03-16 12:37 ` Paolo Bonzini
2020-03-16 13:32 ` Michael Walle
2020-03-16 13:36 ` Michael Walle
2 siblings, 0 replies; 5+ messages in thread
From: Paolo Bonzini @ 2020-03-16 12:37 UTC (permalink / raw)
To: Philippe Mathieu-Daudé, Ákos Kovács, qemu-devel,
Michael Walle
Cc: Peter Maydell, qemu-trivial@nongnu.org, Markus Armbruster,
Emilio G . Cota, OGAWA Hirofumi, Richard Henderson
On 16/03/20 13:26, 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
>
> Cc: Michael Walle <michael@walle.cc>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> Michael: Do you want to keep your M: entry, switch it to R: or remove?
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 32867bc636..5376c59581 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -184,7 +184,7 @@ F: include/hw/net/lasi_82596.h
>
> LM32 TCG CPUs
> M: Michael Walle <michael@walle.cc>
> -S: Maintained
> +S: Orphan
> F: target/lm32/
> F: disas/lm32.c
> F: hw/lm32/
>
Cc: qemu-trivial@nongnu.org
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Mark the LatticeMico32 target as orphan
2020-03-16 12:26 [PATCH] MAINTAINERS: Mark the LatticeMico32 target as orphan Philippe Mathieu-Daudé
2020-03-16 12:37 ` Paolo Bonzini
@ 2020-03-16 13:32 ` Michael Walle
2020-03-16 13:34 ` Philippe Mathieu-Daudé
2020-03-16 13:36 ` Michael Walle
2 siblings, 1 reply; 5+ messages in thread
From: Michael Walle @ 2020-03-16 13:32 UTC (permalink / raw)
To: Philippe Mathieu-Daudé
Cc: Peter Maydell, Ákos Kovács, qemu-devel,
Markus Armbruster, Emilio G . Cota, Paolo Bonzini, OGAWA Hirofumi,
Richard Henderson
Hi,
Am 2020-03-16 13:26, schrieb Philippe Mathieu-Daudé:
> 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
>
> Cc: Michael Walle <michael@walle.cc>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> Michael: Do you want to keep your M: entry, switch it to R: or remove?
You can change it to R:
-michael
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 32867bc636..5376c59581 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -184,7 +184,7 @@ F: include/hw/net/lasi_82596.h
>
> LM32 TCG CPUs
> M: Michael Walle <michael@walle.cc>
> -S: Maintained
> +S: Orphan
> F: target/lm32/
> F: disas/lm32.c
> F: hw/lm32/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Mark the LatticeMico32 target as orphan
2020-03-16 13:32 ` Michael Walle
@ 2020-03-16 13:34 ` Philippe Mathieu-Daudé
0 siblings, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-03-16 13:34 UTC (permalink / raw)
To: Michael Walle
Cc: Peter Maydell, Ákos Kovács, qemu-devel,
Markus Armbruster, Emilio G . Cota, Paolo Bonzini, OGAWA Hirofumi,
Richard Henderson
On 3/16/20 2:32 PM, Michael Walle wrote:
> Hi,
>
>
> Am 2020-03-16 13:26, schrieb Philippe Mathieu-Daudé:
>> 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
>>
>> Cc: Michael Walle <michael@walle.cc>
>> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
>> ---
>> Michael: Do you want to keep your M: entry, switch it to R: or remove?
>
> You can change it to R:
OK. Can I amend your Ack-by tag too?
>
> -michael
>
>> ---
>> MAINTAINERS | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 32867bc636..5376c59581 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -184,7 +184,7 @@ F: include/hw/net/lasi_82596.h
>>
>> LM32 TCG CPUs
>> M: Michael Walle <michael@walle.cc>
>> -S: Maintained
>> +S: Orphan
>> F: target/lm32/
>> F: disas/lm32.c
>> F: hw/lm32/
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Mark the LatticeMico32 target as orphan
2020-03-16 12:26 [PATCH] MAINTAINERS: Mark the LatticeMico32 target as orphan Philippe Mathieu-Daudé
2020-03-16 12:37 ` Paolo Bonzini
2020-03-16 13:32 ` Michael Walle
@ 2020-03-16 13:36 ` Michael Walle
2 siblings, 0 replies; 5+ messages in thread
From: Michael Walle @ 2020-03-16 13:36 UTC (permalink / raw)
To: Philippe Mathieu-Daudé
Cc: Peter Maydell, Ákos Kovács, qemu-devel,
Markus Armbruster, Emilio G . Cota, Paolo Bonzini, OGAWA Hirofumi,
Richard Henderson
Am 2020-03-16 13:26, schrieb Philippe Mathieu-Daudé:
> 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
>
> Cc: Michael Walle <michael@walle.cc>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Michael Walle <michael@walle.cc>
> ---
> Michael: Do you want to keep your M: entry, switch it to R: or remove?
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 32867bc636..5376c59581 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -184,7 +184,7 @@ F: include/hw/net/lasi_82596.h
>
> LM32 TCG CPUs
> M: Michael Walle <michael@walle.cc>
> -S: Maintained
> +S: Orphan
> F: target/lm32/
> F: disas/lm32.c
> F: hw/lm32/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-03-16 16:38 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-16 12:26 [PATCH] MAINTAINERS: Mark the LatticeMico32 target as orphan Philippe Mathieu-Daudé
2020-03-16 12:37 ` Paolo Bonzini
2020-03-16 13:32 ` Michael Walle
2020-03-16 13:34 ` Philippe Mathieu-Daudé
2020-03-16 13:36 ` Michael Walle
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).