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 <arm...@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.hender...@linaro.org> R: Paolo Bonzini <pbonz...@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