[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v6 04/21] qtest: add qtest_server_send abstraction
From: |
Thomas Huth |
Subject: |
Re: [PATCH v6 04/21] qtest: add qtest_server_send abstraction |
Date: |
Mon, 9 Dec 2019 15:37:57 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 |
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 <address@hidden>
> Reviewed-by: Stefan Hajnoczi <address@hidden>
> ---
> include/sysemu/qtest.h | 3 +++
> qtest.c | 18 ++++++++++++++++--
> 2 files changed, 19 insertions(+), 2 deletions(-)
Acked-by: Thomas Huth <address@hidden>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH v6 04/21] qtest: add qtest_server_send abstraction,
Thomas Huth <=