On Wed, Oct 30, 2019 at 02:49:51PM +0000, Oleinik, Alexander wrote: > From: Alexander Oleinik > > 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 same process (inproc) > > Signed-off-by: Alexander Oleinik > --- > include/sysemu/qtest.h | 3 +++ > qtest.c | 17 +++++++++++++++-- > 2 files changed, 18 insertions(+), 2 deletions(-) Reviewed-by: Stefan Hajnoczi