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 <[email protected]> > M: Colin Xu <[email protected]> > L: [email protected] > 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é <[email protected]> > Sent: Friday, June 5, 2020 17:33 > To: [email protected] > Cc: Richard Henderson <[email protected]>; Paolo Bonzini > <[email protected]>; Philippe Mathieu-Daudé <[email protected]>; haxm-team > <[email protected]>; Tao Wu <[email protected]>; Xu, Colin > <[email protected]>; Wang, Wenchao <[email protected]>; Vincent Palatin > <[email protected]>; Sergio Andres Gomez Del Real > <[email protected]> > 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/[email protected] > > Cc: [email protected] > Cc: Tao Wu <[email protected]> > Cc: Colin Xu <[email protected]> > Cc: Wenchao Wang <[email protected]> > Cc: Vincent Palatin <[email protected]> > Cc: Sergio Andres Gomez Del Real <[email protected]> > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > 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 <[email protected]> > S: Maintained > -- > 2.21.3 >
