On Wed, Sep 18, 2019 at 11:19:27PM +0000, Oleinik, Alexander wrote: > This series adds a framework for coverage-guided fuzzing of > virtual-devices. Fuzzing targets are based on qtest and can make use of > the libqos abstractions. > > Build instructions in docs/devel/fuzzing.txt > > V3: > * Rebased onto v4.1.0+ > * Add the fuzzer as a new build-target type in the build-system > * Add indirection to qtest client/server communication functions > * Remove ramfile and snapshot-based fuzzing support > * Add i440fx fuzz-target as a reference for developers. > * Add linker-script to assist with fork-based fuzzer I have done an initial review, mostly skipping Makefile changes. Thanks! Stefan