On 15/05/2020 19.07, Philippe Mathieu-Daudé wrote: > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> > --- > Cc: Paolo Bonzini <pbonz...@redhat.com> > --- > MAINTAINERS | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index fd88a3de49..659092eb43 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -415,6 +415,15 @@ S: Supported > F: target/i386/kvm.c > F: scripts/kvm/vmxcap > > +Guest CPU Cores (other accelerators)
Maybe s/other accelerators/accelerators generic code/ ? > +------------------------------------ > +Overall > +M: Richard Henderson <r...@twiddle.net> > +R: Paolo Bonzini <pbonz...@redhat.com> > +S: Maintained > +F: include/sysemu/accel.h > +F: accel/stubs/Makefile.objs What about accel/accel.c and accel/Makefile.objs ? Should they also be in the list here? Thomas