Re: [PATCH v2 1/2] fuzz: skip QTest serialization

2020-05-29 Thread Alexander Bulekov
This is missing the actual wrapper functions... Sending v3 On 200529 1402, Alexander Bulekov wrote: > The QTest server usually parses ASCII commands from clients. Since we > fuzz within the QEMU process, skip the QTest serialization and server > for most QTest commands. Leave the option to use

[PATCH v2 1/2] fuzz: skip QTest serialization

2020-05-29 Thread Alexander Bulekov
The QTest server usually parses ASCII commands from clients. Since we fuzz within the QEMU process, skip the QTest serialization and server for most QTest commands. Leave the option to use the ASCII protocol, to generate readable traces for crash reproducers. Inspired-by: Philippe Mathieu-Daudé