Re: [PATCH v8 04/21] qtest: add qtest_server_send abstraction

2020-02-05 Thread Darren Kenny
On Wed, Jan 29, 2020 at 05:34:14AM +, Bulekov, Alexander wrote: qtest_server_send is a function pointer specifying the handler used to transmit data to the qtest client. In the standard configuration, this calls the CharBackend handler, but now it is possible for other types of handlers, e.g

[PATCH v8 04/21] qtest: add qtest_server_send abstraction

2020-01-28 Thread Bulekov, Alexander
qtest_server_send is a function pointer specifying the handler used to transmit data to the qtest client. In the standard configuration, this calls the CharBackend handler, but now it is possible for other types of handlers, e.g direct-function calls if the qtest client and server exist within the