aboutsummaryrefslogtreecommitdiff
path: root/migration/qemu-file-channel.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-23migration: remove the QEMUFileOps abstractionDaniel P. Berrangé1-53/+0
2022-06-23migration: remove the QEMUFileOps 'get_return_path' callbackDaniel P. Berrangé1-16/+0
2022-06-23migration: remove the QEMUFileOps 'writev_buffer' callbackDaniel P. Berrangé1-43/+0
2022-06-23migration: remove the QEMUFileOps 'get_buffer' callbackDaniel P. Berrangé1-29/+0
2022-06-22migration: remove the QEMUFileOps 'close' callbackDaniel P. Berrangé1-12/+0
2022-06-22migration: remove the QEMUFileOps 'set_blocking' callbackDaniel P. Berrangé1-14/+0
2022-06-22migration: remove the QEMUFileOps 'shut_down' callbackDaniel P. Berrangé1-27/+0
2022-06-22migration: introduce new constructors for QEMUFileDaniel P. Berrangé1-2/+2
2022-06-22migration: hardcode assumption that QEMUFile is backed with QIOChannelDaniel P. Berrangé1-2/+2
2021-07-26migration: Move the yank unregister of channel_close outPeter Xu1-3/+0
2021-07-26migration: Teach QEMUFile to be QIOChannel-awarePeter Xu1-2/+2
2021-07-26migration: Introduce migration_ioc_[un]register_yank()Peter Xu1-6/+2
2021-06-08yank: Unregister function when using TLS migrationLeonardo Bras1-1/+3
2021-04-01yank: Remove dependency on qiochannelLukas Straub1-1/+2
2021-01-13migration: Add yank featureLukas Straub1-0/+7
2019-08-16Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...Peter Maydell1-1/+0
2019-08-16Clean up inclusion of exec/cpu-common.hMarkus Armbruster1-1/+0
2019-08-14migration: Add error_desc for file channel errorsYury Kotov1-14/+16
2018-08-22migration: invoke qio_channel_yield only when qemu_in_coroutine()Lidong Chen1-2/+10
2017-06-01migration: Split qemu-file.hJuan Quintela1-1/+2
2017-05-18migration: Export qemu-file-channel.c functions in its own fileJuan Quintela1-0/+1
2016-05-26migration: introduce a new QEMUFile impl based on QIOChannelDaniel P. Berrange1-0/+180