On Wed, Oct 30, 2019 at 02:49:56PM +0000, Oleinik, Alexander wrote: > From: Alexander Oleinik > > 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 | 168 ++++++++++++++++++++++++++++++++++++ > tests/libqos/qos_external.h | 28 ++++++ > tests/qos-test.c | 140 ++---------------------------- > 4 files changed, 202 insertions(+), 135 deletions(-) > create mode 100644 tests/libqos/qos_external.c > create mode 100644 tests/libqos/qos_external.h Reviewed-by: Stefan Hajnoczi