[PATCH v4 0/2] save qemu-file incoming non-blocking fds

Vladimir Sementsov-Ogievskiy posted 2 patches 2 weeks, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250910193112.1220763-1-vsementsov@yandex-team.ru
Maintainers: "Daniel P. Berrangé" <berrange@redhat.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>
include/io/channel.h  | 18 ++++++++++++++++++
io/channel-socket.c   | 13 +++++++++----
migration/qemu-file.c |  3 ++-
3 files changed, 29 insertions(+), 5 deletions(-)
[PATCH v4 0/2] save qemu-file incoming non-blocking fds
Posted by Vladimir Sementsov-Ogievskiy 2 weeks, 3 days ago
Hi all!

That's a new version for
[PATCH v3] migration/qemu-file: don't make incoming fds blocking again
Supersedes: <20250910143156.1053779-1-vsementsov@yandex-team.ru>

, adding small changes suggested by Peter.

Also, I've added here documentation patch from 

[PATCH 00/10] io: deal with blocking/non-blocking fds

, because I have to change it anyway after this new flag.

Vladimir Sementsov-Ogievskiy (2):
  migration/qemu-file: don't make incoming fds blocking again
  io/channel: document how qio_channel_readv_full() handles fds

 include/io/channel.h  | 18 ++++++++++++++++++
 io/channel-socket.c   | 13 +++++++++----
 migration/qemu-file.c |  3 ++-
 3 files changed, 29 insertions(+), 5 deletions(-)

-- 
2.48.1