aboutsummaryrefslogtreecommitdiffstats
path: root/migration/qemu-file-channel.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* migration: remove the QEMUFileOps abstractionDaniel P. Berrangé2022-06-231-53/+0
* migration: remove the QEMUFileOps 'get_return_path' callbackDaniel P. Berrangé2022-06-231-16/+0
* migration: remove the QEMUFileOps 'writev_buffer' callbackDaniel P. Berrangé2022-06-231-43/+0
* migration: remove the QEMUFileOps 'get_buffer' callbackDaniel P. Berrangé2022-06-231-29/+0
* migration: remove the QEMUFileOps 'close' callbackDaniel P. Berrangé2022-06-221-12/+0
* migration: remove the QEMUFileOps 'set_blocking' callbackDaniel P. Berrangé2022-06-221-14/+0
* migration: remove the QEMUFileOps 'shut_down' callbackDaniel P. Berrangé2022-06-221-27/+0
* migration: introduce new constructors for QEMUFileDaniel P. Berrangé2022-06-221-2/+2
* migration: hardcode assumption that QEMUFile is backed with QIOChannelDaniel P. Berrangé2022-06-221-2/+2
* migration: Move the yank unregister of channel_close outPeter Xu2021-07-261-3/+0
* migration: Teach QEMUFile to be QIOChannel-awarePeter Xu2021-07-261-2/+2
* migration: Introduce migration_ioc_[un]register_yank()Peter Xu2021-07-261-6/+2
* yank: Unregister function when using TLS migrationLeonardo Bras2021-06-081-1/+3
* yank: Remove dependency on qiochannelLukas Straub2021-04-011-1/+2
* migration: Add yank featureLukas Straub2021-01-131-0/+7
* Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2' into stagingPeter Maydell2019-08-161-1/+0
|\
| * Clean up inclusion of exec/cpu-common.hMarkus Armbruster2019-08-161-1/+0
* | migration: Add error_desc for file channel errorsYury Kotov2019-08-141-14/+16
|/
* migration: invoke qio_channel_yield only when qemu_in_coroutine()Lidong Chen2018-08-221-2/+10
* migration: Split qemu-file.hJuan Quintela2017-06-011-1/+2
* migration: Export qemu-file-channel.c functions in its own fileJuan Quintela2017-05-181-0/+1
* migration: introduce a new QEMUFile impl based on QIOChannelDaniel P. Berrange2016-05-261-0/+180