qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: KVM/MIPS
@ 2020-02-24 11:50 Aleksandar Markovic
  2020-02-24 11:50 ` [PATCH] MAINTAINERS: Reactivate MIPS KVM CPUs Aleksandar Markovic
  2020-02-24 12:38 ` [PATCH] MAINTAINERS: KVM/MIPS Paolo Bonzini
  0 siblings, 2 replies; 9+ messages in thread
From: Aleksandar Markovic @ 2020-02-24 11:50 UTC (permalink / raw)
  To: qemu-devel
  Cc: James Hogan, Paolo Bonzini, Aleksandar Markovic,
	Christian Borntraeger

From: Aleksandar Markovic <amarkovic@wavecomp.com>

This patch is just a follow up to James' wish to be releived
of QEMU KVM/MIPS mainatainer duties. Many thanks to James for
his substantial contributions to QEMU for MIPS made over many
years, and not only in KVM area.

CC: James Hogan <jhogan@kernel.org>
CC: Christian Borntraeger <borntraeger@de.ibm.com>
CC: Paolo Bonzini <pbonzini@redhat.com>

Aleksandar Markovic (1):
  MAINTAINERS: Reactivate MIPS KVM CPUs

 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.7.4



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

* [PATCH] MAINTAINERS: Reactivate MIPS KVM CPUs
  2020-02-24 11:50 [PATCH] MAINTAINERS: KVM/MIPS Aleksandar Markovic
@ 2020-02-24 11:50 ` Aleksandar Markovic
  2020-02-24 11:55   ` Christian Borntraeger
  2020-02-24 12:38 ` [PATCH] MAINTAINERS: KVM/MIPS Paolo Bonzini
  1 sibling, 1 reply; 9+ messages in thread
From: Aleksandar Markovic @ 2020-02-24 11:50 UTC (permalink / raw)
  To: qemu-devel
  Cc: James Hogan, Paolo Bonzini, Aleksandar Markovic,
	Christian Borntraeger

From: Aleksandar Markovic <aleksandar.m.mail@gmail.com>

Reactivate MIPS KVM maintainership with a modest goal of keeping
the support alive, checking common KVM code changes against MIPS
functionality, etc. (hence the status "Odd Fixes"), with hope that
this component will be fully maintained at some further, but not
distant point in future.

CC: James Hogan <jhogan@kernel.org>
CC: Christian Borntraeger <borntraeger@de.ibm.com>
CC: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b0728c8..9cc55d5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -365,8 +365,8 @@ S: Maintained
 F: target/arm/kvm.c
 
 MIPS KVM CPUs
-R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
-S: Orphan
+M: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
+S: Odd Fixes
 F: target/mips/kvm.c
 
 PPC KVM CPUs
-- 
2.7.4



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

* Re: [PATCH] MAINTAINERS: Reactivate MIPS KVM CPUs
  2020-02-24 11:50 ` [PATCH] MAINTAINERS: Reactivate MIPS KVM CPUs Aleksandar Markovic
@ 2020-02-24 11:55   ` Christian Borntraeger
  2020-02-24 12:09     ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 9+ messages in thread
From: Christian Borntraeger @ 2020-02-24 11:55 UTC (permalink / raw)
  To: Aleksandar Markovic, qemu-devel
  Cc: James Hogan, Aleksandar Markovic, Paolo Bonzini



On 24.02.20 12:50, Aleksandar Markovic wrote:
> From: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
> 
> Reactivate MIPS KVM maintainership with a modest goal of keeping
> the support alive, checking common KVM code changes against MIPS
> functionality, etc. (hence the status "Odd Fixes"), with hope that
> this component will be fully maintained at some further, but not
> distant point in future.
> 
> CC: James Hogan <jhogan@kernel.org>
> CC: Christian Borntraeger <borntraeger@de.ibm.com>
> CC: Paolo Bonzini <pbonzini@redhat.com>
> Signed-off-by: Aleksandar Markovic <aleksandar.m.mail@gmail.com>

I talked with Aleksandar several times about maintainership and I 
think he is the right person for the job stepping up as maintainer.

Acked-by: Christian Borntraeger <borntraeger@de.ibm.co>

> ---
>  MAINTAINERS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b0728c8..9cc55d5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -365,8 +365,8 @@ S: Maintained
>  F: target/arm/kvm.c
>  
>  MIPS KVM CPUs
> -R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
> -S: Orphan
> +M: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
> +S: Odd Fixes
>  F: target/mips/kvm.c
>  
>  PPC KVM CPUs
> 



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

* Re: [PATCH] MAINTAINERS: Reactivate MIPS KVM CPUs
  2020-02-24 11:55   ` Christian Borntraeger
@ 2020-02-24 12:09     ` Philippe Mathieu-Daudé
  2020-02-24 12:11       ` Philippe Mathieu-Daudé
  2020-02-24 12:20       ` Aleksandar Markovic
  0 siblings, 2 replies; 9+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-02-24 12:09 UTC (permalink / raw)
  To: Christian Borntraeger, Aleksandar Markovic, qemu-devel
  Cc: James Hogan, Aleksandar Markovic, Paolo Bonzini

On 2/24/20 12:55 PM, Christian Borntraeger wrote:
> On 24.02.20 12:50, Aleksandar Markovic wrote:
>> From: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
>>
>> Reactivate MIPS KVM maintainership with a modest goal of keeping
>> the support alive, checking common KVM code changes against MIPS
>> functionality, etc. (hence the status "Odd Fixes"), with hope that
>> this component will be fully maintained at some further, but not
>> distant point in future.

My only worry here is, do you have hardware to run tests?

>>
>> CC: James Hogan <jhogan@kernel.org>
>> CC: Christian Borntraeger <borntraeger@de.ibm.com>
>> CC: Paolo Bonzini <pbonzini@redhat.com>
>> Signed-off-by: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
> 
> I talked with Aleksandar several times about maintainership and I
> think he is the right person for the job stepping up as maintainer.

Agreed.

FWIW:
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

> Acked-by: Christian Borntraeger <borntraeger@de.ibm.co>
> 
>> ---
>>   MAINTAINERS | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index b0728c8..9cc55d5 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -365,8 +365,8 @@ S: Maintained
>>   F: target/arm/kvm.c
>>   
>>   MIPS KVM CPUs
>> -R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
>> -S: Orphan
>> +M: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
>> +S: Odd Fixes
>>   F: target/mips/kvm.c
>>   
>>   PPC KVM CPUs
>>
> 
> 



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

* Re: [PATCH] MAINTAINERS: Reactivate MIPS KVM CPUs
  2020-02-24 12:09     ` Philippe Mathieu-Daudé
@ 2020-02-24 12:11       ` Philippe Mathieu-Daudé
  2020-02-24 12:44         ` Aleksandar Markovic
  2020-02-24 12:20       ` Aleksandar Markovic
  1 sibling, 1 reply; 9+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-02-24 12:11 UTC (permalink / raw)
  To: Christian Borntraeger, Aleksandar Markovic, QEMU Developers
  Cc: James Hogan, Aleksandar Markovic, Paolo Bonzini

On Mon, Feb 24, 2020 at 1:09 PM Philippe Mathieu-Daudé
<philmd@redhat.com> wrote:
> On 2/24/20 12:55 PM, Christian Borntraeger wrote:
> > On 24.02.20 12:50, Aleksandar Markovic wrote:
> >> From: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
> >>
> >> Reactivate MIPS KVM maintainership with a modest goal of keeping
> >> the support alive, checking common KVM code changes against MIPS
> >> functionality, etc. (hence the status "Odd Fixes"), with hope that
> >> this component will be fully maintained at some further, but not
> >> distant point in future.
>
> My only worry here is, do you have hardware to run tests?
>
> >>
> >> CC: James Hogan <jhogan@kernel.org>
> >> CC: Christian Borntraeger <borntraeger@de.ibm.com>
> >> CC: Paolo Bonzini <pbonzini@redhat.com>
> >> Signed-off-by: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
> >
> > I talked with Aleksandar several times about maintainership and I
> > think he is the right person for the job stepping up as maintainer.
>
> Agreed.
>
> FWIW:
> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
>
> > Acked-by: Christian Borntraeger <borntraeger@de.ibm.co>
> >
> >> ---
> >>   MAINTAINERS | 4 ++--
> >>   1 file changed, 2 insertions(+), 2 deletions(-)
> >>
> >> diff --git a/MAINTAINERS b/MAINTAINERS
> >> index b0728c8..9cc55d5 100644
> >> --- a/MAINTAINERS
> >> +++ b/MAINTAINERS
> >> @@ -365,8 +365,8 @@ S: Maintained
> >>   F: target/arm/kvm.c
> >>
> >>   MIPS KVM CPUs
> >> -R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>

BTW are you sure you want to remove Aleksandar Rikalo as reviewer?
(There is no description about this change.)

> >> -S: Orphan
> >> +M: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
> >> +S: Odd Fixes
> >>   F: target/mips/kvm.c
> >>
> >>   PPC KVM CPUs
> >>
> >
> >



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

* Re: [PATCH] MAINTAINERS:  Reactivate MIPS KVM CPUs
  2020-02-24 12:09     ` Philippe Mathieu-Daudé
  2020-02-24 12:11       ` Philippe Mathieu-Daudé
@ 2020-02-24 12:20       ` Aleksandar Markovic
  2020-02-24 12:25         ` Philippe Mathieu-Daudé
  1 sibling, 1 reply; 9+ messages in thread
From: Aleksandar Markovic @ 2020-02-24 12:20 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: James Hogan, Christian Borntraeger, qemu-devel,
	Aleksandar Markovic, Paolo Bonzini

[-- Attachment #1: Type: text/plain, Size: 606 bytes --]


> Philippe Mathieu-Daudé wrote:
> > Aleksandar Markovic wrote:
> >> From: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
> >>
> >> Reactivate MIPS KVM maintainership with a modest goal of keeping
> >> the support alive, checking common KVM code changes against MIPS
> >> functionality, etc. (hence the status "Odd Fixes"), with hope that
> >> this component will be fully maintained at some further, but not
> >> distant point in future.
>
> My only worry here is, do you have hardware to run tests?

Yes, I do have access to the appropriate MIPS hardware.

Thank you,
Aleksandar
 

[-- Attachment #2: Type: text/html, Size: 791 bytes --]

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

* Re: [PATCH] MAINTAINERS: Reactivate MIPS KVM CPUs
  2020-02-24 12:20       ` Aleksandar Markovic
@ 2020-02-24 12:25         ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 9+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-02-24 12:25 UTC (permalink / raw)
  To: Aleksandar Markovic
  Cc: James Hogan, Christian Borntraeger, qemu-devel,
	Aleksandar Markovic, Paolo Bonzini

On 2/24/20 1:20 PM, Aleksandar Markovic wrote:
> 
>  > Philippe Mathieu-Daudé wrote:
>  > > Aleksandar Markovic wrote:
>  > >> From: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
>  > >>
>  > >> Reactivate MIPS KVM maintainership with a modest goal of keeping
>  > >> the support alive, checking common KVM code changes against MIPS
>  > >> functionality, etc. (hence the status "Odd Fixes"), with hope that
>  > >> this component will be fully maintained at some further, but not
>  > >> distant point in future.
>  >
>  > My only worry here is, do you have hardware to run tests?
> 
> Yes, I do have access to the appropriate MIPS hardware.

Great news :)

This is something to consider when we add more GitLab CI runners (for 
automated testing).



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

* Re: [PATCH] MAINTAINERS: KVM/MIPS
  2020-02-24 11:50 [PATCH] MAINTAINERS: KVM/MIPS Aleksandar Markovic
  2020-02-24 11:50 ` [PATCH] MAINTAINERS: Reactivate MIPS KVM CPUs Aleksandar Markovic
@ 2020-02-24 12:38 ` Paolo Bonzini
  1 sibling, 0 replies; 9+ messages in thread
From: Paolo Bonzini @ 2020-02-24 12:38 UTC (permalink / raw)
  To: Aleksandar Markovic, qemu-devel
  Cc: James Hogan, Aleksandar Markovic, Christian Borntraeger

On 24/02/20 12:50, Aleksandar Markovic wrote:
> From: Aleksandar Markovic <amarkovic@wavecomp.com>
> 
> This patch is just a follow up to James' wish to be releived
> of QEMU KVM/MIPS mainatainer duties. Many thanks to James for
> his substantial contributions to QEMU for MIPS made over many
> years, and not only in KVM area.
> 
> CC: James Hogan <jhogan@kernel.org>
> CC: Christian Borntraeger <borntraeger@de.ibm.com>
> CC: Paolo Bonzini <pbonzini@redhat.com>
> 
> Aleksandar Markovic (1):
>   MAINTAINERS: Reactivate MIPS KVM CPUs
> 
>  MAINTAINERS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 

Acked-by: Paolo Bonzini <pbonzini@redhat.com>



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

* Re: [PATCH] MAINTAINERS:  Reactivate MIPS KVM CPUs
  2020-02-24 12:11       ` Philippe Mathieu-Daudé
@ 2020-02-24 12:44         ` Aleksandar Markovic
  0 siblings, 0 replies; 9+ messages in thread
From: Aleksandar Markovic @ 2020-02-24 12:44 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: James Hogan, Christian Borntraeger, QEMU Developers,
	Aleksandar Markovic, Paolo Bonzini

[-- Attachment #1: Type: text/plain, Size: 996 bytes --]


> Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
> > >> diff --git a/MAINTAINERS b/MAINTAINERS
> > >> index b0728c8..9cc55d5 100644
> > >> --- a/MAINTAINERS
> > >> +++ b/MAINTAINERS
> > >> @@ -365,8 +365,8 @@ S: Maintained
> > >>   F: target/arm/kvm.c
> > >>
> > >>   MIPS KVM CPUs
> > >> -R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
>
> BTW are you sure you want to remove Aleksandar Rikalo as reviewer?
> (There is no description about this change.)

Aleksandar Rikalo is an experienced engineer very familiar
with QEMU, and he is helping reviewing many other areas of
QEMU for MIPS - however, his main day-to-day duties currently
involve projects other than QEMU, and he is not sure if he will
manage to get enough time to devote to KVM/MIPS. I talked to
him too about the whole situation. If the current situation
changes (he gets more time), and he wishes to participate,
he will be welcomed, and we can add him easily.

Thank you,
Aleksandar

 

[-- Attachment #2: Type: text/html, Size: 1269 bytes --]

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

end of thread, other threads:[~2020-02-24 12:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-24 11:50 [PATCH] MAINTAINERS: KVM/MIPS Aleksandar Markovic
2020-02-24 11:50 ` [PATCH] MAINTAINERS: Reactivate MIPS KVM CPUs Aleksandar Markovic
2020-02-24 11:55   ` Christian Borntraeger
2020-02-24 12:09     ` Philippe Mathieu-Daudé
2020-02-24 12:11       ` Philippe Mathieu-Daudé
2020-02-24 12:44         ` Aleksandar Markovic
2020-02-24 12:20       ` Aleksandar Markovic
2020-02-24 12:25         ` Philippe Mathieu-Daudé
2020-02-24 12:38 ` [PATCH] MAINTAINERS: KVM/MIPS Paolo Bonzini

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).