All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] fuzz: Skip QTest serialization
@ 2020-05-29 22:14 Alexander Bulekov
  2020-05-29 22:14 ` [PATCH v3 1/2] fuzz: skip " Alexander Bulekov
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Alexander Bulekov @ 2020-05-29 22:14 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.

v2: applies properly

v3: add missing qtest_wrappers.c file and fix formatting in fuzz.c

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] 8+ messages in thread

end of thread, other threads:[~2020-06-03 15:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-29 22:14 [PATCH v3 0/2] fuzz: Skip QTest serialization Alexander Bulekov
2020-05-29 22:14 ` [PATCH v3 1/2] fuzz: skip " Alexander Bulekov
2020-05-29 22:14 ` [PATCH v3 2/2] fuzz: Add support for logging QTest commands Alexander Bulekov
2020-05-30  2:59 ` [PATCH v3 0/2] fuzz: Skip QTest serialization no-reply
2020-06-02 13:28 ` Darren Kenny
2020-06-02 13:40   ` Alexander Bulekov
2020-06-03 14:46     ` Thomas Huth
2020-06-03 15:22       ` Alexander Bulekov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.