Re: [Qemu-devel] [PATCH v3 09/22] qtest: add in-process incoming command handler

2019-09-19 Thread Stefan Hajnoczi
On Wed, Sep 18, 2019 at 11:19:36PM +, Oleinik, Alexander wrote: > 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

[Qemu-devel] [PATCH v3 09/22] qtest: add in-process incoming command handler

2019-09-18 Thread Oleinik, Alexander
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| 7 +++ 2 files changed, 8 insertions(+) diff --git a/include/syse