Message ID | 20200605073953.19268-4-philmd@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | accel: Allow targets to use Kconfig | expand |
On 6/5/20 9:39 AM, Philippe Mathieu-Daudé wrote: > 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 > > Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> > --- > This patch has been posted 5 times, first time more than 2 months ago: > https://www.mail-archive.com/qemu-devel@nongnu.org/msg689009.html > > Cc: Sergio Andres Gomez Del Real <sergio.g.delreal@gmail.com> > Cc: Vincent Palatin <vpalatin@chromium.org> > Cc: Yu Ning <yu.ning@intel.com> FYI Yu Ning email is also invalid. > Cc: Tao Wu <lepton@google.com> > Cc: haxm-team@intel.com > Cc: Colin Xu <colin.xu@intel.com> > Cc: Wenchao Wang <wenchao.wang@intel.com> > Invalid: Hang Yuan <hang.yuan@intel.com> > Invalid: David Chou <david.j.chou@intel.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 >
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 Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> --- This patch has been posted 5 times, first time more than 2 months ago: https://www.mail-archive.com/qemu-devel@nongnu.org/msg689009.html Cc: Sergio Andres Gomez Del Real <sergio.g.delreal@gmail.com> Cc: Vincent Palatin <vpalatin@chromium.org> Cc: Yu Ning <yu.ning@intel.com> Cc: Tao Wu <lepton@google.com> Cc: haxm-team@intel.com Cc: Colin Xu <colin.xu@intel.com> Cc: Wenchao Wang <wenchao.wang@intel.com> Invalid: Hang Yuan <hang.yuan@intel.com> Invalid: David Chou <david.j.chou@intel.com> --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+)