* [Qemu-devel] [PATCH] MAINTAINERS: add Artyom Tarasenko as SPARC maintainer
@ 2016-06-07 22:04 Mark Cave-Ayland
2016-06-07 22:09 ` Mark Cave-Ayland
2016-06-08 14:46 ` Markus Armbruster
0 siblings, 2 replies; 8+ messages in thread
From: Mark Cave-Ayland @ 2016-06-07 22:04 UTC (permalink / raw)
To: qemu-devel, atar4qemu
Artyom has been working on QEMU's SPARC emulation for several years, providing
initial support for Solaris under qemu-system-sparc and more recently bugfixes
for qemu-system-sparc64 and TCG patch reviews. As work progresses on improving
emulation for sun4u machines and beyond, Artyom has agreed to take on
co-maintainership of SPARC with a focus on 64-bit architecture.
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index df990a8..081bf20 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -191,6 +191,7 @@ F: disas/sh4.c
SPARC
M: Blue Swirl <blauwirbel@gmail.com>
M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
+M: Artyom Tarasenko <atar4qemu@gmail.com>
S: Maintained
F: target-sparc/
F: hw/sparc/
--
1.7.10.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add Artyom Tarasenko as SPARC maintainer
2016-06-07 22:04 [Qemu-devel] [PATCH] MAINTAINERS: add Artyom Tarasenko as SPARC maintainer Mark Cave-Ayland
@ 2016-06-07 22:09 ` Mark Cave-Ayland
2016-06-08 8:41 ` Artyom Tarasenko
2016-06-08 14:46 ` Markus Armbruster
1 sibling, 1 reply; 8+ messages in thread
From: Mark Cave-Ayland @ 2016-06-07 22:09 UTC (permalink / raw)
To: qemu-devel, atar4qemu
On 07/06/16 23:04, Mark Cave-Ayland wrote:
> Artyom has been working on QEMU's SPARC emulation for several years, providing
> initial support for Solaris under qemu-system-sparc and more recently bugfixes
> for qemu-system-sparc64 and TCG patch reviews. As work progresses on improving
> emulation for sun4u machines and beyond, Artyom has agreed to take on
> co-maintainership of SPARC with a focus on 64-bit architecture.
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index df990a8..081bf20 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -191,6 +191,7 @@ F: disas/sh4.c
> SPARC
> M: Blue Swirl <blauwirbel@gmail.com>
> M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
> +M: Artyom Tarasenko <atar4qemu@gmail.com>
> S: Maintained
> F: target-sparc/
> F: hw/sparc/
>
Obviously this has my implicit SoB which I'll add to v2 once an Ack has
been received.
ATB,
Mark.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add Artyom Tarasenko as SPARC maintainer
2016-06-07 22:09 ` Mark Cave-Ayland
@ 2016-06-08 8:41 ` Artyom Tarasenko
0 siblings, 0 replies; 8+ messages in thread
From: Artyom Tarasenko @ 2016-06-08 8:41 UTC (permalink / raw)
To: Mark Cave-Ayland; +Cc: qemu-devel
Thank you, Mark.
Acked-by: Artyom Tarasenko <atar4qemu@gmail.com>
On Wed, Jun 8, 2016 at 12:09 AM, Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk> wrote:
> On 07/06/16 23:04, Mark Cave-Ayland wrote:
>
>> Artyom has been working on QEMU's SPARC emulation for several years, providing
>> initial support for Solaris under qemu-system-sparc and more recently bugfixes
>> for qemu-system-sparc64 and TCG patch reviews. As work progresses on improving
>> emulation for sun4u machines and beyond, Artyom has agreed to take on
>> co-maintainership of SPARC with a focus on 64-bit architecture.
>> ---
>> MAINTAINERS | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index df990a8..081bf20 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -191,6 +191,7 @@ F: disas/sh4.c
>> SPARC
>> M: Blue Swirl <blauwirbel@gmail.com>
>> M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
>> +M: Artyom Tarasenko <atar4qemu@gmail.com>
>> S: Maintained
>> F: target-sparc/
>> F: hw/sparc/
>>
>
> Obviously this has my implicit SoB which I'll add to v2 once an Ack has
> been received.
>
>
> ATB,
>
> Mark.
>
--
Regards,
Artyom Tarasenko
SPARC and PPC PReP under qemu blog: http://tyom.blogspot.com/search/label/qemu
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add Artyom Tarasenko as SPARC maintainer
2016-06-07 22:04 [Qemu-devel] [PATCH] MAINTAINERS: add Artyom Tarasenko as SPARC maintainer Mark Cave-Ayland
2016-06-07 22:09 ` Mark Cave-Ayland
@ 2016-06-08 14:46 ` Markus Armbruster
2016-06-08 15:02 ` Artyom Tarasenko
1 sibling, 1 reply; 8+ messages in thread
From: Markus Armbruster @ 2016-06-08 14:46 UTC (permalink / raw)
To: Mark Cave-Ayland; +Cc: qemu-devel, atar4qemu
Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> writes:
> Artyom has been working on QEMU's SPARC emulation for several years, providing
> initial support for Solaris under qemu-system-sparc and more recently bugfixes
> for qemu-system-sparc64 and TCG patch reviews. As work progresses on improving
> emulation for sun4u machines and beyond, Artyom has agreed to take on
> co-maintainership of SPARC with a focus on 64-bit architecture.
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index df990a8..081bf20 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -191,6 +191,7 @@ F: disas/sh4.c
> SPARC
> M: Blue Swirl <blauwirbel@gmail.com>
Is Blue still active?
> M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
> +M: Artyom Tarasenko <atar4qemu@gmail.com>
> S: Maintained
> F: target-sparc/
> F: hw/sparc/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add Artyom Tarasenko as SPARC maintainer
2016-06-08 14:46 ` Markus Armbruster
@ 2016-06-08 15:02 ` Artyom Tarasenko
2016-06-08 16:15 ` Laurent Vivier
0 siblings, 1 reply; 8+ messages in thread
From: Artyom Tarasenko @ 2016-06-08 15:02 UTC (permalink / raw)
To: Markus Armbruster, Blue Swirl; +Cc: Mark Cave-Ayland, qemu-devel
On Wed, Jun 8, 2016 at 4:46 PM, Markus Armbruster <armbru@redhat.com> wrote:
> Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> writes:
>
>> Artyom has been working on QEMU's SPARC emulation for several years, providing
>> initial support for Solaris under qemu-system-sparc and more recently bugfixes
>> for qemu-system-sparc64 and TCG patch reviews. As work progresses on improving
>> emulation for sun4u machines and beyond, Artyom has agreed to take on
>> co-maintainership of SPARC with a focus on 64-bit architecture.
>> ---
>> MAINTAINERS | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index df990a8..081bf20 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -191,6 +191,7 @@ F: disas/sh4.c
>> SPARC
>> M: Blue Swirl <blauwirbel@gmail.com>
>
> Is Blue still active?
You forgot to put Blue on CC. :-) AFAIK he has not resigned.
>> M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
>> +M: Artyom Tarasenko <atar4qemu@gmail.com>
>> S: Maintained
>> F: target-sparc/
>> F: hw/sparc/
--
Regards,
Artyom Tarasenko
SPARC and PPC PReP under qemu blog: http://tyom.blogspot.com/search/label/qemu
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add Artyom Tarasenko as SPARC maintainer
2016-06-08 15:02 ` Artyom Tarasenko
@ 2016-06-08 16:15 ` Laurent Vivier
2016-06-09 14:11 ` Markus Armbruster
2016-06-13 19:50 ` Mark Cave-Ayland
0 siblings, 2 replies; 8+ messages in thread
From: Laurent Vivier @ 2016-06-08 16:15 UTC (permalink / raw)
To: Artyom Tarasenko, Markus Armbruster, Blue Swirl
Cc: Mark Cave-Ayland, qemu-devel
On 08/06/2016 17:02, Artyom Tarasenko wrote:
> On Wed, Jun 8, 2016 at 4:46 PM, Markus Armbruster <armbru@redhat.com> wrote:
>> Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> writes:
>>
>>> Artyom has been working on QEMU's SPARC emulation for several years, providing
>>> initial support for Solaris under qemu-system-sparc and more recently bugfixes
>>> for qemu-system-sparc64 and TCG patch reviews. As work progresses on improving
>>> emulation for sun4u machines and beyond, Artyom has agreed to take on
>>> co-maintainership of SPARC with a focus on 64-bit architecture.
>>> ---
>>> MAINTAINERS | 1 +
>>> 1 file changed, 1 insertion(+)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index df990a8..081bf20 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -191,6 +191,7 @@ F: disas/sh4.c
>>> SPARC
>>> M: Blue Swirl <blauwirbel@gmail.com>
>>
>> Is Blue still active?
>
> You forgot to put Blue on CC. :-) AFAIK he has not resigned.
Last commit of Blue is 3 years old, last mail 2 years old, perhaps he
has resigned?
>>> M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
>>> +M: Artyom Tarasenko <atar4qemu@gmail.com>
>>> S: Maintained
>>> F: target-sparc/
>>> F: hw/sparc/
>
>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add Artyom Tarasenko as SPARC maintainer
2016-06-08 16:15 ` Laurent Vivier
@ 2016-06-09 14:11 ` Markus Armbruster
2016-06-13 19:50 ` Mark Cave-Ayland
1 sibling, 0 replies; 8+ messages in thread
From: Markus Armbruster @ 2016-06-09 14:11 UTC (permalink / raw)
To: Laurent Vivier; +Cc: Artyom Tarasenko, Blue Swirl, Mark Cave-Ayland, qemu-devel
Laurent Vivier <lvivier@redhat.com> writes:
> On 08/06/2016 17:02, Artyom Tarasenko wrote:
>> On Wed, Jun 8, 2016 at 4:46 PM, Markus Armbruster <armbru@redhat.com> wrote:
>>> Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> writes:
>>>
>>>> Artyom has been working on QEMU's SPARC emulation for several years, providing
>>>> initial support for Solaris under qemu-system-sparc and more recently bugfixes
>>>> for qemu-system-sparc64 and TCG patch reviews. As work progresses on improving
>>>> emulation for sun4u machines and beyond, Artyom has agreed to take on
>>>> co-maintainership of SPARC with a focus on 64-bit architecture.
>>>> ---
>>>> MAINTAINERS | 1 +
>>>> 1 file changed, 1 insertion(+)
>>>>
>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>> index df990a8..081bf20 100644
>>>> --- a/MAINTAINERS
>>>> +++ b/MAINTAINERS
>>>> @@ -191,6 +191,7 @@ F: disas/sh4.c
>>>> SPARC
>>>> M: Blue Swirl <blauwirbel@gmail.com>
>>>
>>> Is Blue still active?
>>
>> You forgot to put Blue on CC. :-) AFAIK he has not resigned.
>
> Last commit of Blue is 3 years old, last mail 2 years old, perhaps he
> has resigned?
Looks like it. MAINTAINERS should be updated to match reality then.
>>>> M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
>>>> +M: Artyom Tarasenko <atar4qemu@gmail.com>
>>>> S: Maintained
>>>> F: target-sparc/
>>>> F: hw/sparc/
>>
>>
>>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add Artyom Tarasenko as SPARC maintainer
2016-06-08 16:15 ` Laurent Vivier
2016-06-09 14:11 ` Markus Armbruster
@ 2016-06-13 19:50 ` Mark Cave-Ayland
1 sibling, 0 replies; 8+ messages in thread
From: Mark Cave-Ayland @ 2016-06-13 19:50 UTC (permalink / raw)
To: Laurent Vivier, Artyom Tarasenko, Markus Armbruster, Blue Swirl
Cc: qemu-devel
On 08/06/16 17:15, Laurent Vivier wrote:
> On 08/06/2016 17:02, Artyom Tarasenko wrote:
>> On Wed, Jun 8, 2016 at 4:46 PM, Markus Armbruster <armbru@redhat.com> wrote:
>>> Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> writes:
>>>
>>>> Artyom has been working on QEMU's SPARC emulation for several years, providing
>>>> initial support for Solaris under qemu-system-sparc and more recently bugfixes
>>>> for qemu-system-sparc64 and TCG patch reviews. As work progresses on improving
>>>> emulation for sun4u machines and beyond, Artyom has agreed to take on
>>>> co-maintainership of SPARC with a focus on 64-bit architecture.
>>>> ---
>>>> MAINTAINERS | 1 +
>>>> 1 file changed, 1 insertion(+)
>>>>
>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>> index df990a8..081bf20 100644
>>>> --- a/MAINTAINERS
>>>> +++ b/MAINTAINERS
>>>> @@ -191,6 +191,7 @@ F: disas/sh4.c
>>>> SPARC
>>>> M: Blue Swirl <blauwirbel@gmail.com>
>>>
>>> Is Blue still active?
>>
>> You forgot to put Blue on CC. :-) AFAIK he has not resigned.
>
> Last commit of Blue is 3 years old, last mail 2 years old, perhaps he
> has resigned?
My current understanding is that Blue is no longer active, so I will
send a second patch with this one to remove him as SPARC maintainer.
ATB,
Mark.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2016-06-13 19:51 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-07 22:04 [Qemu-devel] [PATCH] MAINTAINERS: add Artyom Tarasenko as SPARC maintainer Mark Cave-Ayland
2016-06-07 22:09 ` Mark Cave-Ayland
2016-06-08 8:41 ` Artyom Tarasenko
2016-06-08 14:46 ` Markus Armbruster
2016-06-08 15:02 ` Artyom Tarasenko
2016-06-08 16:15 ` Laurent Vivier
2016-06-09 14:11 ` Markus Armbruster
2016-06-13 19:50 ` Mark Cave-Ayland
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).