On 29/11/2019 22.34, Oleinik, 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 direct-function calls if the qtest client and server > exist within the same process (inproc) > > Signed-off-by: Alexander Bulekov <alx...@bu.edu> > Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com> > --- > include/sysemu/qtest.h | 3 +++ > qtest.c | 18 ++++++++++++++++-- > 2 files changed, 19 insertions(+), 2 deletions(-)
Acked-by: Thomas Huth <th...@redhat.com>