* [PATCH 0/2] test
@ 2022-12-14 20:48 Peter Xu
0 siblings, 0 replies; only message in thread
From: Peter Xu @ 2022-12-14 20:48 UTC (permalink / raw)
To: qemu-devel, peterx
manish.mishra (2):
io: Add support for MSG_PEEK for socket channel
migration: check magic value for deciding the mapping of channels
chardev/char-socket.c | 4 +--
include/io/channel.h | 6 ++++
io/channel-buffer.c | 1 +
io/channel-command.c | 1 +
io/channel-file.c | 1 +
io/channel-null.c | 1 +
io/channel-socket.c | 17 ++++++++++-
io/channel-tls.c | 1 +
io/channel-websock.c | 1 +
io/channel.c | 16 +++++++---
migration/channel-block.c | 1 +
migration/channel.c | 45 +++++++++++++++++++++++++++++
migration/channel.h | 5 ++++
migration/migration.c | 45 +++++++++++++++++++++--------
migration/multifd.c | 12 +++-----
migration/multifd.h | 2 +-
migration/postcopy-ram.c | 5 +---
migration/postcopy-ram.h | 2 +-
migration/rdma.c | 1 +
scsi/qemu-pr-helper.c | 2 +-
tests/qtest/tpm-emu.c | 2 +-
tests/unit/test-io-channel-socket.c | 1 +
util/vhost-user-server.c | 2 +-
23 files changed, 138 insertions(+), 36 deletions(-)
--
2.37.3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-12-14 20:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-14 20:48 [PATCH 0/2] test Peter Xu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).