Re: [PATCH v6 05/21] libqtest: Add a layer of abstraciton to send/recv

2020-01-03 Thread Philippe Mathieu-Daudé
Hi Aleksander, Typo in patch subject: "abstraction" On 11/29/19 10:34 PM, 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 exis

Re: [PATCH v6 05/21] libqtest: Add a layer of abstraciton to send/recv

2020-01-03 Thread Stefan Hajnoczi
On Fri, Nov 29, 2019 at 09:34:41PM +, 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,

[PATCH v6 05/21] libqtest: Add a layer of abstraciton to send/recv

2019-11-29 Thread Oleinik, 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