On Wed, Sep 18, 2019 at 11:19:32PM +0000, Oleinik, Alexander wrote: > This makes it simple to swap the transport functions for qtest commands > to and from the qtest client. For example, now it is possible to > directly pass qtest commands to a server handler that exists within the > same process, without the standard way of writing to a file descriptor. > > Signed-off-by: Alexander Oleinik > --- > tests/libqtest.c | 64 +++++++++++++++++++++++++++++++++++++++--------- > tests/libqtest.h | 1 - > 2 files changed, 53 insertions(+), 12 deletions(-) Reviewed-by: Stefan Hajnoczi