qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v6 11/21] libqtest: make bufwrite rely on the TransportOps


From: Stefan Hajnoczi
Subject: Re: [PATCH v6 11/21] libqtest: make bufwrite rely on the TransportOps
Date: Fri, 3 Jan 2020 11:10:32 +0000

On Fri, Nov 29, 2019 at 09:34:46PM +0000, Oleinik, Alexander wrote:
> When using qtest "in-process" communication, qtest_sendf directly calls
> a function in the server (qtest.c). Previously, bufwrite used
> socket_send, which bypasses the TransportOps enabling the call into
> qtest.c. This change replaces the socket_send calls with ops->send,
> maintaining the benefits of the direct socket_send call, while adding
> support for in-process qtest calls.
> 
> Signed-off-by: Alexander Bulekov <address@hidden>
> ---
>  tests/libqtest.c | 4 ++--
>  tests/libqtest.h | 3 +++
>  2 files changed, 5 insertions(+), 2 deletions(-)

Reviewed-by: Stefan Hajnoczi <address@hidden>

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]