Re: [Qemu-devel] [RFC 04/19] fuzz: Add qos support to fuzz targets

2019-07-26 Thread Paolo Bonzini
On 25/07/19 05:23, Oleinik, Alexander wrote: > qos_helpers.c is largely a copy of tests/qos-test.c > > Signed-off-by: Alexander Oleinik > --- > tests/fuzz/qos_fuzz.c| 63 + > tests/fuzz/qos_fuzz.h| 29 > tests/fuzz/qos_helpers.c | 295

[Qemu-devel] [RFC 04/19] fuzz: Add qos support to fuzz targets

2019-07-24 Thread Oleinik, Alexander
qos_helpers.c is largely a copy of tests/qos-test.c Signed-off-by: Alexander Oleinik --- tests/fuzz/qos_fuzz.c| 63 + tests/fuzz/qos_fuzz.h| 29 tests/fuzz/qos_helpers.c | 295 +++ tests/fuzz/qos_helpers.h | 17 +++ 4 files changed,