qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [RFC 04/19] fuzz: Add qos support to fuzz targets
Date: Fri, 26 Jul 2019 12:39:10 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

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 <address@hidden>
> ---
>  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, 404 insertions(+)
>  create mode 100644 tests/fuzz/qos_fuzz.c
>  create mode 100644 tests/fuzz/qos_fuzz.h
>  create mode 100644 tests/fuzz/qos_helpers.c
>  create mode 100644 tests/fuzz/qos_helpers.h

If there are functions that are exactly the same, please move them to a
new file that is shared by qos-test.c and the fuzzing driver.  Other
functions can stay in qos_fuzz.c.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]