Commit bd688fc931 "accel: introduce accelerator blocker API" aded
include/sysemu/accel-blocker.h and accel/accel-blocker.c. MAINTAINERS
covers the latter in section "Guest CPU Cores (other accelerators) /
Overall", but not the former. Fix that.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 0dfdf71d48..c888ccaf7a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -437,7 +437,7 @@ M: Richard Henderson <richard.henderson@linaro.org>
R: Paolo Bonzini <pbonzini@redhat.com>
S: Maintained
F: include/qemu/accel.h
-F: include/sysemu/accel-ops.h
+F: include/sysemu/accel-*.h
F: include/hw/core/accel-cpu.h
F: accel/accel-*.c
F: accel/Makefile.objs
--
2.39.0
Markus Armbruster <armbru@redhat.com> wrote: > Commit bd688fc931 "accel: introduce accelerator blocker API" aded > include/sysemu/accel-blocker.h and accel/accel-blocker.c. MAINTAINERS > covers the latter in section "Guest CPU Cores (other accelerators) / > Overall", but not the former. Fix that. > > Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com>
On 19/1/23 10:15, Markus Armbruster wrote: > Commit bd688fc931 "accel: introduce accelerator blocker API" aded > include/sysemu/accel-blocker.h and accel/accel-blocker.c. MAINTAINERS > covers the latter in section "Guest CPU Cores (other accelerators) / > Overall", but not the former. Fix that. Doesn't this belong to "Read, Copy, Update (RCU)" or "Main loop" sections? > Signed-off-by: Markus Armbruster <armbru@redhat.com> > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 0dfdf71d48..c888ccaf7a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -437,7 +437,7 @@ M: Richard Henderson <richard.henderson@linaro.org> > R: Paolo Bonzini <pbonzini@redhat.com> > S: Maintained > F: include/qemu/accel.h > -F: include/sysemu/accel-ops.h > +F: include/sysemu/accel-*.h > F: include/hw/core/accel-cpu.h > F: accel/accel-*.c > F: accel/Makefile.objs
Philippe Mathieu-Daudé <philmd@linaro.org> writes: > On 19/1/23 10:15, Markus Armbruster wrote: >> Commit bd688fc931 "accel: introduce accelerator blocker API" aded >> include/sysemu/accel-blocker.h and accel/accel-blocker.c. MAINTAINERS >> covers the latter in section "Guest CPU Cores (other accelerators) / >> Overall", but not the former. Fix that. > > Doesn't this belong to "Read, Copy, Update (RCU)" or "Main loop" > sections? I have no idea, I merely aped the existing accel/accel-*.c line :) >> Signed-off-by: Markus Armbruster <armbru@redhat.com> >> --- >> MAINTAINERS | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 0dfdf71d48..c888ccaf7a 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -437,7 +437,7 @@ M: Richard Henderson <richard.henderson@linaro.org> >> R: Paolo Bonzini <pbonzini@redhat.com> >> S: Maintained >> F: include/qemu/accel.h >> -F: include/sysemu/accel-ops.h >> +F: include/sysemu/accel-*.h >> F: include/hw/core/accel-cpu.h >> F: accel/accel-*.c >> F: accel/Makefile.objs
© 2016 - 2026 Red Hat, Inc.