diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2021-01-26 12:28:49 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-03-16 14:19:54 -0400 |
commit | d3d39fc0184fdf2f4b2f5ab9c35f2a5085cfad4d (patch) | |
tree | 703287636872bc5c6cd786d9154e02e5615f4f07 /MAINTAINERS | |
parent | b43957dcdda3c6190b94a0d186897f8fc8ecec7a (diff) | |
download | qemu-d3d39fc0184fdf2f4b2f5ab9c35f2a5085cfad4d.zip qemu-d3d39fc0184fdf2f4b2f5ab9c35f2a5085cfad4d.tar.gz qemu-d3d39fc0184fdf2f4b2f5ab9c35f2a5085cfad4d.tar.bz2 |
MAINTAINERS: Cover fuzzer reproducer tests within 'Device Fuzzing'
When we started to commit the fuzzer QTest reproducers to
fuzz-test.c in commit d8dd1095019 ("qtest: add fuzz test case"),
we forgot to add the corresponding MAINTAINERS entry. Do it now.
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 71c835b..0bd720a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2634,6 +2634,7 @@ R: Stefan Hajnoczi <stefanha@redhat.com> R: Thomas Huth <thuth@redhat.com> S: Maintained F: tests/qtest/fuzz/ +F: tests/qtest/fuzz-*test.c F: scripts/oss-fuzz/ F: docs/devel/fuzzing.rst |