[PATCH v2 0/2] fuzz: Skip QTest serialization

Alexander Bulekov posted 2 patches 3 years, 11 months ago
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200529180210.28120-1-alxndr@bu.edu
Maintainers: Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, Alexander Bulekov <alxndr@bu.edu>, Thomas Huth <thuth@redhat.com>, Bandan Das <bsd@redhat.com>
There is a newer version of this series
tests/qtest/fuzz/Makefile.include | 21 +++++++++++++++++++++
tests/qtest/fuzz/fuzz.c           | 22 +++++++++++++++++++++-
tests/qtest/fuzz/fuzz.h           |  3 +++
3 files changed, 45 insertions(+), 1 deletion(-)
[PATCH v2 0/2] fuzz: Skip QTest serialization
Posted by Alexander Bulekov 3 years, 11 months ago
In the same vein as Philippe's patch:

https://patchew.org/QEMU/20200528165303.1877-1-f4bug@amsat.org/

This uses linker trickery to wrap calls to libqtest functions and
directly call the corresponding read/write functions, rather than
relying on the ASCII-serialized QTest protocol.

v2: applies properly

Alexander Bulekov (2):
  fuzz: skip QTest serialization
  fuzz: Add support for logging QTest commands

 tests/qtest/fuzz/Makefile.include | 21 +++++++++++++++++++++
 tests/qtest/fuzz/fuzz.c           | 22 +++++++++++++++++++++-
 tests/qtest/fuzz/fuzz.h           |  3 +++
 3 files changed, 45 insertions(+), 1 deletion(-)

-- 
2.26.2