Message ID | 20200316171825.42544-1-r.bolshakov@yadro.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2] MAINTAINERS: Add an entry for the HVF accelerator | expand |
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
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
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 --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
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(+)