Re: [PATCH v6 07/21] qtest: add in-process incoming command handler

2020-01-03 Thread Stefan Hajnoczi
On Fri, Nov 29, 2019 at 09:34:43PM +, 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 Bulekov > --- > include/sysemu/qtest.h | 1 + > qtest.c

[PATCH v6 07/21] qtest: add in-process incoming command handler

2019-11-29 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 Bulekov --- include/sysemu/qtest.h | 1 + qtest.c| 13 + 2 files changed, 14 insertions(+) diff --git a/inc