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

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: Cameron Esfahani <dirty@apple.com>
Cc: Liran Alon <liran.alon@oracle.com>
Cc: Heiher <r@hev.cc>

Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com>
---

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 32867bc636..8649ff9cda 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -405,6 +405,13 @@ S: Supported
 F: target/i386/kvm.c
 F: scripts/kvm/vmxcap
 
+X86 HVF CPUs
+M: Roman Bolshakov <r.bolshakov@yadro.com>
+S: Maintained
+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 v2] MAINTAINERS: Add an entry for the HVF accelerator
  2020-03-16 17:18 [PATCH v2] MAINTAINERS: Add an entry for the HVF accelerator Roman Bolshakov
@ 2020-03-18 10:47 ` Paolo Bonzini
  2020-03-19 13:43   ` Roman Bolshakov
  0 siblings, 1 reply; 4+ messages in thread
From: Paolo Bonzini @ 2020-03-18 10:47 UTC (permalink / raw)
  To: Roman Bolshakov, qemu-devel
  Cc: Philippe Mathieu-Daudé,
	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 16/03/20 18:18, Roman Bolshakov wrote:
> 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: Cameron Esfahani <dirty@apple.com>
> Cc: Liran Alon <liran.alon@oracle.com>
> Cc: Heiher <r@hev.cc>
> 
> Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com>
> ---
> 
> 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 32867bc636..8649ff9cda 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -405,6 +405,13 @@ S: Supported
>  F: target/i386/kvm.c
>  F: scripts/kvm/vmxcap
>  
> +X86 HVF CPUs
> +M: Roman Bolshakov <r.bolshakov@yadro.com>
> +S: Maintained
> +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
> 

Queued, thanks.

Paolo



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

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

On Wed, Mar 18, 2020 at 11:47:15AM +0100, Paolo Bonzini wrote:
> 
> Queued, thanks.
> 

Hi Paolo,

I'm going to send v3 shortly to include Cameron as maintainer.

Thanks,
Roman


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

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

On 19/03/20 14:43, Roman Bolshakov wrote:
> On Wed, Mar 18, 2020 at 11:47:15AM +0100, Paolo Bonzini wrote:
>>
>> Queued, thanks.
>>
> 
> Hi Paolo,
> 
> I'm going to send v3 shortly to include Cameron as maintainer.

Okay!

Paolo



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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-16 17:18 [PATCH v2] MAINTAINERS: Add an entry for the HVF accelerator Roman Bolshakov
2020-03-18 10:47 ` Paolo Bonzini
2020-03-19 13:43   ` Roman Bolshakov
2020-03-19 17:35     ` 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.