diff options
author | Alexander Bulekov | 2020-06-12 07:51:45 +0200 |
---|---|---|
committer | Thomas Huth | 2020-06-15 18:26:46 +0200 |
commit | 211635b3a2e717a09fc7fdb475c93d9ccab125e7 (patch) | |
tree | 12313e65a366e105920d6a85b35eea6ed9775ed6 /MAINTAINERS | |
parent | fuzz: Add support for logging QTest commands (diff) | |
download | qemu-211635b3a2e717a09fc7fdb475c93d9ccab125e7.tar.gz qemu-211635b3a2e717a09fc7fdb475c93d9ccab125e7.tar.xz qemu-211635b3a2e717a09fc7fdb475c93d9ccab125e7.zip |
fuzz: add oss-fuzz build-script
It is neater to keep this in the QEMU repo, since any change that
requires an update to the oss-fuzz build configuration, can make the
necessary changes in the same series.
Suggested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
Message-Id: <20200612055145.12101-1-alxndr@bu.edu>
Signed-off-by: Thomas Huth <thuth@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 a922775e45..9ec50e165d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2339,6 +2339,7 @@ R: Bandan Das <bsd@redhat.com> R: Stefan Hajnoczi <stefanha@redhat.com> S: Maintained F: tests/qtest/fuzz/ +F: scripts/oss-fuzz/ Register API M: Alistair Francis <alistair@alistair23.me> |