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

2020-02-05 Thread Darren Kenny
On Wed, Jan 29, 2020 at 05:34:17AM +, Bulekov, 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 Reviewed-by: Stefan Hajnoczi Reviewed-by: Darren Kenny

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

2020-01-28 Thread Bulekov, 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 Reviewed-by: Stefan Hajnoczi --- include/sysemu/qtest.h | 1 + qtest.c| 13 + 2 files changed, 14 i