All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] MAINTAINERS: Add an entry for the HVF accelerator
@ 2020-03-19 13:55 Roman Bolshakov
  2020-03-19 17:06 ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 4+ messages in thread
From: Roman Bolshakov @ 2020-03-19 13:55 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alex Bennée, Riku Voipio, Laurent Vivier, Cameron Esfahani,
	Sergio Andres Gomez Del Real, Roman Bolshakov, Liran Alon,
	Nikita Leshenko, Aleksandar Markovic, Patrick Colp,
	Aleksandar Rikalo, Philippe Mathieu-Daudé,
	Heiher

Cameron signed up for taking HVF ownership.

Cc: Cameron Esfahani <dirty@apple.com>
Cc: Nikita Leshenko <nikita.leshchenko@oracle.com>
Cc: Sergio Andres Gomez Del Real <sergio.g.delreal@gmail.com>
Cc: Patrick Colp <patrick.colp@oracle.com>
Cc: Liran Alon <liran.alon@oracle.com>
Cc: Heiher <r@hev.cc>

Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com>
---
Changes since v2:
  Removed myself from the list of maintainers, added Cameron from Apple.
  Status is changed to Supported again.
Changes since v1:
  Status is changed to Maintained instead of Supported.

 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7364af0d8b..ab4dc2816c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -406,6 +406,13 @@ S: Supported
 F: target/i386/kvm.c
 F: scripts/kvm/vmxcap
 
+X86 HVF CPUs
+M: Cameron Esfahani <dirty@apple.com>
+S: Supported
+F: accel/stubs/hvf-stub.c
+F: target/i386/hvf/
+F: include/sysemu/hvf.h
+
 WHPX CPUs
 M: Sunil Muthuswamy <sunilmut@microsoft.com>
 S: Supported
-- 
2.24.1



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

* Re: [PATCH v3] MAINTAINERS: Add an entry for the HVF accelerator
  2020-03-19 13:55 [PATCH v3] MAINTAINERS: Add an entry for the HVF accelerator Roman Bolshakov
@ 2020-03-19 17:06 ` Philippe Mathieu-Daudé
  2020-03-19 18:07   ` Roman Bolshakov
  0 siblings, 1 reply; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-03-19 17:06 UTC (permalink / raw)
  To: Roman Bolshakov, qemu-devel
  Cc: Riku Voipio, Laurent Vivier, Cameron Esfahani,
	Sergio Andres Gomez Del Real, Patrick Colp, Liran Alon,
	Nikita Leshenko, Aleksandar Markovic, Aleksandar Rikalo,
	Alex Bennée, Heiher

On 3/19/20 2:55 PM, Roman Bolshakov wrote:
> Cameron signed up for taking HVF ownership.
> 
> Cc: Cameron Esfahani <dirty@apple.com>
> Cc: Nikita Leshenko <nikita.leshchenko@oracle.com>
> Cc: Sergio Andres Gomez Del Real <sergio.g.delreal@gmail.com>
> Cc: Patrick Colp <patrick.colp@oracle.com>
> Cc: Liran Alon <liran.alon@oracle.com>
> Cc: Heiher <r@hev.cc>
> 
> Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com>
> ---
> Changes since v2:
>    Removed myself from the list of maintainers, added Cameron from Apple.
>    Status is changed to Supported again.
> Changes since v1:
>    Status is changed to Maintained instead of Supported.
> 
>   MAINTAINERS | 7 +++++++
>   1 file changed, 7 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7364af0d8b..ab4dc2816c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -406,6 +406,13 @@ S: Supported
>   F: target/i386/kvm.c
>   F: scripts/kvm/vmxcap
>   
> +X86 HVF CPUs
> +M: Cameron Esfahani <dirty@apple.com>

 From the other thread discussions, I'd keep you at least listed as 
designated reviewer:

R: Roman Bolshakov <r.bolshakov@yadro.com>

> +S: Supported
> +F: accel/stubs/hvf-stub.c
> +F: target/i386/hvf/
> +F: include/sysemu/hvf.h
> +
>   WHPX CPUs
>   M: Sunil Muthuswamy <sunilmut@microsoft.com>
>   S: Supported
> 



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

* Re: [PATCH v3] MAINTAINERS: Add an entry for the HVF accelerator
  2020-03-19 17:06 ` Philippe Mathieu-Daudé
@ 2020-03-19 18:07   ` Roman Bolshakov
  2020-03-19 18:12     ` Paolo Bonzini
  0 siblings, 1 reply; 4+ messages in thread
From: Roman Bolshakov @ 2020-03-19 18:07 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, Paolo Bonzini
  Cc: Riku Voipio, qemu-devel, Cameron Esfahani, Laurent Vivier,
	Sergio Andres Gomez Del Real, Patrick Colp, Liran Alon,
	Nikita Leshenko, Aleksandar Markovic, Aleksandar Rikalo,
	Alex Bennée, Heiher

On Thu, Mar 19, 2020 at 06:06:15PM +0100, Philippe Mathieu-Daudé wrote:
> On 3/19/20 2:55 PM, Roman Bolshakov wrote:
> > Cameron signed up for taking HVF ownership.
> > 
> > Cc: Cameron Esfahani <dirty@apple.com>
> > Cc: Nikita Leshenko <nikita.leshchenko@oracle.com>
> > Cc: Sergio Andres Gomez Del Real <sergio.g.delreal@gmail.com>
> > Cc: Patrick Colp <patrick.colp@oracle.com>
> > Cc: Liran Alon <liran.alon@oracle.com>
> > Cc: Heiher <r@hev.cc>
> > 
> > Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com>
> > ---
> > Changes since v2:
> >    Removed myself from the list of maintainers, added Cameron from Apple.
> >    Status is changed to Supported again.
> > Changes since v1:
> >    Status is changed to Maintained instead of Supported.
> > 
> >   MAINTAINERS | 7 +++++++
> >   1 file changed, 7 insertions(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 7364af0d8b..ab4dc2816c 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -406,6 +406,13 @@ S: Supported
> >   F: target/i386/kvm.c
> >   F: scripts/kvm/vmxcap
> > +X86 HVF CPUs
> > +M: Cameron Esfahani <dirty@apple.com>
> 
> From the other thread discussions, I'd keep you at least listed as
> designated reviewer:
> 
> R: Roman Bolshakov <r.bolshakov@yadro.com>
> 

Sounds good to me, thanks.

Roman


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

* Re: [PATCH v3] MAINTAINERS: Add an entry for the HVF accelerator
  2020-03-19 18:07   ` Roman Bolshakov
@ 2020-03-19 18:12     ` Paolo Bonzini
  0 siblings, 0 replies; 4+ messages in thread
From: Paolo Bonzini @ 2020-03-19 18:12 UTC (permalink / raw)
  To: Roman Bolshakov, Philippe Mathieu-Daudé
  Cc: Riku Voipio, qemu-devel, Cameron Esfahani, Laurent Vivier,
	Sergio Andres Gomez Del Real, Patrick Colp, Liran Alon,
	Nikita Leshenko, Aleksandar Markovic, Aleksandar Rikalo,
	Alex Bennée, Heiher

On 19/03/20 19:07, Roman Bolshakov wrote:
>> From the other thread discussions, I'd keep you at least listed as
>> designated reviewer:
>>
>> R: Roman Bolshakov <r.bolshakov@yadro.com>
>>
> Sounds good to me, thanks.

I'll add you back.  Anyway as long as it's me sending pull requests, M
vs. R doesn't change much.

Thanks,

Paolo



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

end of thread, other threads:[~2020-03-19 18:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-19 13:55 [PATCH v3] MAINTAINERS: Add an entry for the HVF accelerator Roman Bolshakov
2020-03-19 17:06 ` Philippe Mathieu-Daudé
2020-03-19 18:07   ` Roman Bolshakov
2020-03-19 18:12     ` Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.