Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210409' into staging
[qemu/ar7.git] / migration / yank_functions.h
blob055ea22523106db39d978942a491eebfbbccf082
1 /*
2 * migration yank functions
4 * Copyright (c) Lukas Straub <lukasstraub2@web.de>
6 * This work is licensed under the terms of the GNU GPL, version 2 or later.
7 * See the COPYING file in the top-level directory.
8 */
10 /**
11 * migration_yank_iochannel: yank function for iochannel
13 * This yank function will call qio_channel_shutdown on the provided QIOChannel.
15 * @opaque: QIOChannel to shutdown
17 void migration_yank_iochannel(void *opaque);