Re: [PATCH 27/51] tests/qtest: Use send/recv for socket communication

2022-09-02 Thread Bin Meng
On Wed, Aug 31, 2022 at 10:06 PM Marc-André Lureau wrote: > > Hi > > On Fri, Aug 26, 2022 at 10:27 PM Thomas Huth wrote: >> >> On 26/08/2022 16.59, Bin Meng wrote: >> > On Thu, Aug 25, 2022 at 9:04 PM Thomas Huth wrote: >> >> >> >> On 24/08/2022 11.40, Bin Meng wrote: >> >>> From: Xuzhou Cheng

Re: [PATCH 27/51] tests/qtest: Use send/recv for socket communication

2022-08-31 Thread Daniel P . Berrangé
On Wed, Aug 31, 2022 at 06:05:51PM +0400, Marc-André Lureau wrote: > Hi > > On Fri, Aug 26, 2022 at 10:27 PM Thomas Huth wrote: > > > On 26/08/2022 16.59, Bin Meng wrote: > > > On Thu, Aug 25, 2022 at 9:04 PM Thomas Huth wrote: > > >> > > >> On 24/08/2022 11.40, Bin Meng wrote: > > >>> From: Xu

Re: [PATCH 27/51] tests/qtest: Use send/recv for socket communication

2022-08-31 Thread Marc-André Lureau
Hi On Fri, Aug 26, 2022 at 10:27 PM Thomas Huth wrote: > On 26/08/2022 16.59, Bin Meng wrote: > > On Thu, Aug 25, 2022 at 9:04 PM Thomas Huth wrote: > >> > >> On 24/08/2022 11.40, Bin Meng wrote: > >>> From: Xuzhou Cheng > >>> > >>> Socket communication in the libqtest and libqmp codes uses re

Re: [PATCH 27/51] tests/qtest: Use send/recv for socket communication

2022-08-26 Thread Thomas Huth
On 26/08/2022 16.59, Bin Meng wrote: On Thu, Aug 25, 2022 at 9:04 PM Thomas Huth wrote: On 24/08/2022 11.40, Bin Meng wrote: From: Xuzhou Cheng Socket communication in the libqtest and libqmp codes uses read() and write() which work on any file descriptor on *nix, and sockets in *nix are an

Re: [PATCH 27/51] tests/qtest: Use send/recv for socket communication

2022-08-26 Thread Bin Meng
On Thu, Aug 25, 2022 at 9:04 PM Thomas Huth wrote: > > On 24/08/2022 11.40, Bin Meng wrote: > > From: Xuzhou Cheng > > > > Socket communication in the libqtest and libqmp codes uses read() > > and write() which work on any file descriptor on *nix, and sockets > > in *nix are an example of a file

Re: [PATCH 27/51] tests/qtest: Use send/recv for socket communication

2022-08-25 Thread Thomas Huth
On 24/08/2022 11.40, Bin Meng wrote: From: Xuzhou Cheng Socket communication in the libqtest and libqmp codes uses read() and write() which work on any file descriptor on *nix, and sockets in *nix are an example of a file descriptor. However sockets on Windows do not use *nix-style file descri