On Wed, Sep 18, 2019 at 11:19:39PM +0000, Oleinik, Alexander wrote: > The moved functions are not specific to qos-test and might be useful > elsewhere. For example the virtual-device fuzzer makes use of them for > qos-assisted fuzz-targets. > > Signed-off-by: Alexander Oleinik > --- > tests/Makefile.include | 1 + > tests/libqos/qos_external.c | 151 ++++++++++++++++++++++++++++++++++++ > tests/libqos/qos_external.h | 10 +++ > tests/qos-test.c | 140 ++------------------------------- > 4 files changed, 167 insertions(+), 135 deletions(-) > create mode 100644 tests/libqos/qos_external.c > create mode 100644 tests/libqos/qos_external.h Reviewed-by: Stefan Hajnoczi