]> git.proxmox.com Git - mirror_qemu.git/commit - chardev/char-socket.c
yank: Remove dependency on qiochannel
authorLukas Straub <lukasstraub2@web.de>
Tue, 23 Mar 2021 17:52:42 +0000 (18:52 +0100)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 1 Apr 2021 11:27:44 +0000 (15:27 +0400)
commit1a92d6d500e5de762bad78bee1362a7dafb909fd
treefff77d93a8642903931e15a899e38c4a5341866d
parent816f93b20045f3363a4bc1c31e5e7aebbb6c1087
yank: Remove dependency on qiochannel

Remove dependency on qiochannel by removing yank_generic_iochannel and
letting migration and chardev use their own yank function for
iochannel.

Signed-off-by: Lukas Straub <lukasstraub2@web.de>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20ff143fc2db23e27cd41d38043e481376c9cec1.1616521341.git.lukasstraub2@web.de>
MAINTAINERS
chardev/char-socket.c
include/qemu/yank.h
migration/channel.c
migration/meson.build
migration/multifd.c
migration/qemu-file-channel.c
migration/yank_functions.c [new file with mode: 0644]
migration/yank_functions.h [new file with mode: 0644]
stubs/yank.c
util/yank.c