Re: [PATCH v5 2/6] QIOChannelSocket: Add flags parameter for writing

2021-11-22 Thread Leonardo Bras Soares Passos
Hello Daniel, Thanks for reviewing! Best regards, Leo On Fri, Nov 12, 2021 at 7:15 AM Daniel P. Berrangé wrote: > > On Fri, Nov 12, 2021 at 02:10:37AM -0300, Leonardo Bras wrote: > > Change qio_channel_socket_writev() in order to accept flags, so its possible > > to selectively make use of sendm

Re: [PATCH v5 2/6] QIOChannelSocket: Add flags parameter for writing

2021-11-12 Thread Daniel P . Berrangé
On Fri, Nov 12, 2021 at 02:10:37AM -0300, Leonardo Bras wrote: > Change qio_channel_socket_writev() in order to accept flags, so its possible > to selectively make use of sendmsg() flags. > > qio_channel_socket_writev() contents were moved to a helper function > qio_channel_socket_writev_flags() w

[PATCH v5 2/6] QIOChannelSocket: Add flags parameter for writing

2021-11-11 Thread Leonardo Bras
Change qio_channel_socket_writev() in order to accept flags, so its possible to selectively make use of sendmsg() flags. qio_channel_socket_writev() contents were moved to a helper function qio_channel_socket_writev_flags() which accepts an extra argument for flags. (This argument is passed direct