Message ID | 20181125205000.10324-19-philmd@redhat.com |
---|---|
State | New |
Headers | show |
Series | MAINTAINERS: Add various missing entries | expand |
Philippe Mathieu-Daudé <philmd@redhat.com> writes: > Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> > --- > MAINTAINERS | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 28e5038c73..ac5d25491f 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1846,12 +1846,18 @@ S: Supported > F: qobject/ > F: include/qapi/qmp/ > X: include/qapi/qmp/dispatch.h > +F: include/qemu/qdist.h This isn't part of QObject. > 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 There are good. > F: tests/check-qstring.c > +F: tests/test-qdist.c Not part of QObject. > +F: qdict-test-data.txt Good. Should be moved to tests/, but not in this series. > T: git https://repo.or.cz/qemu/armbru.git qapi-next > > QEMU Guest Agent
diff --git a/MAINTAINERS b/MAINTAINERS index 28e5038c73..ac5d25491f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1846,12 +1846,18 @@ S: Supported F: qobject/ F: include/qapi/qmp/ X: include/qapi/qmp/dispatch.h +F: include/qemu/qdist.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: tests/test-qdist.c +F: qdict-test-data.txt T: git https://repo.or.cz/qemu/armbru.git qapi-next QEMU Guest Agent
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> --- MAINTAINERS | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)