diff mbox series

[v2] MAINTAINERS: Add an entry for the HVF accelerator

Message ID 20200316171825.42544-1-r.bolshakov@yadro.com
State New
Headers show
Series [v2] MAINTAINERS: Add an entry for the HVF accelerator | expand

Commit Message

Roman Bolshakov March 16, 2020, 5:18 p.m. UTC
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(+)

Comments

Paolo Bonzini March 18, 2020, 10:47 a.m. UTC | #1
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
Roman Bolshakov March 19, 2020, 1:43 p.m. UTC | #2
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
Paolo Bonzini March 19, 2020, 5:35 p.m. UTC | #3
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
diff mbox series

Patch

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