On 18/12/2018 12.56, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> > --- > v2: Removed qdist > --- > MAINTAINERS | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 7a94b0dab3..a381882c27 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1900,10 +1900,14 @@ F: include/qapi/qmp/ > X: include/qapi/qmp/dispatch.h > F: scripts/coccinelle/qobject.cocci > F: tests/check-qdict.c > -F: tests/check-qnum.c > F: tests/check-qjson.c > F: tests/check-qlist.c > +F: tests/check-qlit.c > +F: tests/check-qnull.c > +F: tests/check-qnum.c > +F: tests/check-qobject.c > F: tests/check-qstring.c > +F: qdict-test-data.txt > T: git https://repo.or.cz/qemu/armbru.git qapi-next
Reviewed-by: Thomas Huth <th...@redhat.com>