[PATCH] MAINTAINERS: Mark the LatticeMico32 target as orphan

Philippe Mathieu-Daudé posted 1 patch 4 years ago
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test FreeBSD passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200316122641.14017-1-philmd@redhat.com
There is a newer version of this series
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: Mark the LatticeMico32 target as orphan
Posted by Philippe Mathieu-Daudé 4 years ago
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


Re: [PATCH] MAINTAINERS: Mark the LatticeMico32 target as orphan
Posted by Paolo Bonzini 4 years ago
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


Re: [PATCH] MAINTAINERS: Mark the LatticeMico32 target as orphan
Posted by Michael Walle 4 years ago
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/

Re: [PATCH] MAINTAINERS: Mark the LatticeMico32 target as orphan
Posted by Philippe Mathieu-Daudé 4 years ago
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/
> 


Re: [PATCH] MAINTAINERS: Mark the LatticeMico32 target as orphan
Posted by Michael Walle 4 years ago
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/