Message ID | 20200605093256.30351-4-philmd@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | accel: Allow targets to use Kconfig | expand |
Hi, Philippe, Sorry for missing your mail. We are still maintaining HAX accelerator in QEMU. The status had been added as below in MAINTAINERS line 458. I noticed that the only difference with your commit is the last third line. The file accel/stubs/hax-stub.c is missed in the current files, while others are listed. Do you want to add this one only? And I will avoid missing emails in future and reply as soon as possible. Thanks. Guest CPU Cores (HAXM) --------------------- X86 HAXM CPUs M: Wenchao Wang <wenchao.wang@intel.com> M: Colin Xu <colin.xu@intel.com> L: haxm-team@intel.com W: https://github.com/intel/haxm/issues S: Maintained +F: accel/stubs/hax-stub.c F: include/sysemu/hax.h F: target/i386/hax-* Best Regards, Wenchao -----Original Message----- From: Philippe Mathieu-Daudé <philmd@redhat.com> Sent: Friday, June 5, 2020 17:33 To: qemu-devel@nongnu.org Cc: Richard Henderson <rth@twiddle.net>; Paolo Bonzini <pbonzini@redhat.com>; Philippe Mathieu-Daudé <philmd@redhat.com>; haxm-team <haxm-team@intel.com>; Tao Wu <lepton@google.com>; Xu, Colin <colin.xu@intel.com>; Wang, Wenchao <wenchao.wang@intel.com>; Vincent Palatin <vpalatin@chromium.org>; Sergio Andres Gomez Del Real <sergio.g.delreal@gmail.com> Subject: [PATCH v6 03/11] MAINTAINERS: Add an entry for the HAX accelerator Nobody replied since the first time [*] that patch was posted, so mark HAX as orphan. [*] https://mid.mail-archive.com/20200316120049.11225-4-philmd@redhat.com Cc: haxm-team@intel.com Cc: Tao Wu <lepton@google.com> Cc: Colin Xu <colin.xu@intel.com> Cc: Wenchao Wang <wenchao.wang@intel.com> Cc: Vincent Palatin <vpalatin@chromium.org> Cc: Sergio Andres Gomez Del Real <sergio.g.delreal@gmail.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index f725c12161..05d7210204 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -426,6 +426,12 @@ F: accel/accel.c F: accel/Makefile.objs F: accel/stubs/Makefile.objs +HAX Accelerator +S: Orphan +F: accel/stubs/hax-stub.c +F: target/i386/hax-all.c +F: include/sysemu/hax.h + X86 HVF CPUs M: Roman Bolshakov <r.bolshakov@yadro.com> S: Maintained -- 2.21.3
On 6/8/20 11:27 AM, Wang, Wenchao wrote: > Hi, Philippe, > > Sorry for missing your mail. > > We are still maintaining HAX accelerator in QEMU. The status had been added as below in MAINTAINERS line 458. I noticed that the only difference with your commit is the last third line. The file accel/stubs/hax-stub.c is missed in the current files, while others are listed. Do you want to add this one only? And I will avoid missing emails in future and reply as soon as possible. Thanks. > > > Guest CPU Cores (HAXM) > --------------------- > X86 HAXM CPUs > M: Wenchao Wang <wenchao.wang@intel.com> > M: Colin Xu <colin.xu@intel.com> > L: haxm-team@intel.com > W: https://github.com/intel/haxm/issues > S: Maintained > +F: accel/stubs/hax-stub.c > F: include/sysemu/hax.h > F: target/i386/hax-* I missed it, sorry. > > > Best Regards, > Wenchao > > -----Original Message----- > From: Philippe Mathieu-Daudé <philmd@redhat.com> > Sent: Friday, June 5, 2020 17:33 > To: qemu-devel@nongnu.org > Cc: Richard Henderson <rth@twiddle.net>; Paolo Bonzini <pbonzini@redhat.com>; Philippe Mathieu-Daudé <philmd@redhat.com>; haxm-team <haxm-team@intel.com>; Tao Wu <lepton@google.com>; Xu, Colin <colin.xu@intel.com>; Wang, Wenchao <wenchao.wang@intel.com>; Vincent Palatin <vpalatin@chromium.org>; Sergio Andres Gomez Del Real <sergio.g.delreal@gmail.com> > Subject: [PATCH v6 03/11] MAINTAINERS: Add an entry for the HAX accelerator > > Nobody replied since the first time [*] that patch was posted, so mark HAX as orphan. > > [*] https://mid.mail-archive.com/20200316120049.11225-4-philmd@redhat.com > > Cc: haxm-team@intel.com > Cc: Tao Wu <lepton@google.com> > Cc: Colin Xu <colin.xu@intel.com> > Cc: Wenchao Wang <wenchao.wang@intel.com> > Cc: Vincent Palatin <vpalatin@chromium.org> > Cc: Sergio Andres Gomez Del Real <sergio.g.delreal@gmail.com> > Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> > --- > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index f725c12161..05d7210204 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -426,6 +426,12 @@ F: accel/accel.c > F: accel/Makefile.objs > F: accel/stubs/Makefile.objs > > +HAX Accelerator > +S: Orphan > +F: accel/stubs/hax-stub.c > +F: target/i386/hax-all.c > +F: include/sysemu/hax.h > + > X86 HVF CPUs > M: Roman Bolshakov <r.bolshakov@yadro.com> > S: Maintained > -- > 2.21.3 >
diff --git a/MAINTAINERS b/MAINTAINERS index f725c12161..05d7210204 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -426,6 +426,12 @@ F: accel/accel.c F: accel/Makefile.objs F: accel/stubs/Makefile.objs +HAX Accelerator +S: Orphan +F: accel/stubs/hax-stub.c +F: target/i386/hax-all.c +F: include/sysemu/hax.h + X86 HVF CPUs M: Roman Bolshakov <r.bolshakov@yadro.com> S: Maintained
Nobody replied since the first time [*] that patch was posted, so mark HAX as orphan. [*] https://mid.mail-archive.com/20200316120049.11225-4-philmd@redhat.com Cc: haxm-team@intel.com Cc: Tao Wu <lepton@google.com> Cc: Colin Xu <colin.xu@intel.com> Cc: Wenchao Wang <wenchao.wang@intel.com> Cc: Vincent Palatin <vpalatin@chromium.org> Cc: Sergio Andres Gomez Del Real <sergio.g.delreal@gmail.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+)