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