Re: [PATCH v4 07/20] qtest: add in-process incoming command handler

2019-11-06 Thread Stefan Hajnoczi
On Wed, Oct 30, 2019 at 02:49:53PM +, Oleinik, Alexander wrote: > diff --git a/qtest.c b/qtest.c > index ae7e6d779d..9fbfa0f08f 100644 > --- a/qtest.c > +++ b/qtest.c > @@ -802,3 +802,16 @@ bool qtest_driver(void) > { > return qtest_chr.chr != NULL; > } > + > +void qtest_server_inproc_re

[PATCH v4 07/20] qtest: add in-process incoming command handler

2019-10-30 Thread Oleinik, Alexander
From: Alexander Oleinik The handler allows a qtest client to send commands to the server by directly calling a function, rather than using a file/CharBackend Signed-off-by: Alexander Oleinik --- include/sysemu/qtest.h | 1 + qtest.c| 13 + 2 files changed, 14 inser