Searched hist:d92e1b6d5439e04d2b863113ce714709f40fb84e (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | qtest_wrappers.c | d92e1b6d5439e04d2b863113ce714709f40fb84e Fri May 29 17:14:49 CDT 2020 Alexander Bulekov <alxndr@bu.edu> fuzz: skip QTest serialization
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é <f4bug@amsat.org> Signed-off-by: Alexander Bulekov <alxndr@bu.edu> Message-Id: <20200529221450.26673-2-alxndr@bu.edu> Reviewed-by: Darren Kenny <darren.kenny@oracle.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
|
H A D | fuzz.h | diff d92e1b6d5439e04d2b863113ce714709f40fb84e Fri May 29 17:14:49 CDT 2020 Alexander Bulekov <alxndr@bu.edu> fuzz: skip QTest serialization
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é <f4bug@amsat.org> Signed-off-by: Alexander Bulekov <alxndr@bu.edu> Message-Id: <20200529221450.26673-2-alxndr@bu.edu> Reviewed-by: Darren Kenny <darren.kenny@oracle.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
|
H A D | fuzz.c | diff d92e1b6d5439e04d2b863113ce714709f40fb84e Fri May 29 17:14:49 CDT 2020 Alexander Bulekov <alxndr@bu.edu> fuzz: skip QTest serialization
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é <f4bug@amsat.org> Signed-off-by: Alexander Bulekov <alxndr@bu.edu> Message-Id: <20200529221450.26673-2-alxndr@bu.edu> Reviewed-by: Darren Kenny <darren.kenny@oracle.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
|