Re: [PATCH v8 05/21] libqtest: add a layer of abstraction to send/recv

2020-02-05 Thread Darren Kenny
On Wed, Jan 29, 2020 at 05:34:15AM +, Bulekov, 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, withou

[PATCH v8 05/21] libqtest: add a layer of abstraction to send/recv

2020-01-28 Thread Bulekov, Alexander
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: Al