qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] fuzz: Skip QTest serialization
@ 2020-05-29 16:57 Alexander Bulekov
  2020-05-29 16:57 ` [PATCH 1/2] fuzz: skip " Alexander Bulekov
  2020-05-29 16:57 ` [PATCH 2/2] fuzz: Add support for logging QTest commands Alexander Bulekov
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Bulekov @ 2020-05-29 16:57 UTC (permalink / raw)
  To: qemu-devel; +Cc: darren.kenny, bsd, f4bug, stefanha, Alexander Bulekov

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.


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           |  20 ++-
 tests/qtest/fuzz/fuzz.h           |   3 +
 tests/qtest/fuzz/qtest_wrappers.c | 252 ++++++++++++++++++++++++++++++
 4 files changed, 295 insertions(+), 1 deletion(-)
 create mode 100644 tests/qtest/fuzz/qtest_wrappers.c

-- 
2.26.2



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-29 17:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-29 16:57 [PATCH 0/2] fuzz: Skip QTest serialization Alexander Bulekov
2020-05-29 16:57 ` [PATCH 1/2] fuzz: skip " Alexander Bulekov
2020-05-29 16:57 ` [PATCH 2/2] fuzz: Add support for logging QTest commands Alexander Bulekov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).