aboutsummaryrefslogtreecommitdiff
path: root/migration/qemu-file.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-20migration: Postcopy recover with preempt enabledPeter Xu1-0/+1
2022-06-23migration: remove the QEMUFileOps abstractionDaniel P. Berrangé1-5/+2
2022-06-23migration: remove the QEMUFileOps 'get_return_path' callbackDaniel P. Berrangé1-6/+0
2022-06-23migration: remove the QEMUFileOps 'writev_buffer' callbackDaniel P. Berrangé1-9/+0
2022-06-23migration: remove the QEMUFileOps 'get_buffer' callbackDaniel P. Berrangé1-9/+0
2022-06-22migration: remove the QEMUFileOps 'close' callbackDaniel P. Berrangé1-10/+0
2022-06-22migration: remove the QEMUFileOps 'set_blocking' callbackDaniel P. Berrangé1-5/+0
2022-06-22migration: remove the QEMUFileOps 'shut_down' callbackDaniel P. Berrangé1-10/+0
2022-06-22migration: remove unused QEMUFileGetFD typedef / qemu_get_fd methodDaniel P. Berrangé1-5/+0
2022-06-22migration: introduce new constructors for QEMUFileDaniel P. Berrangé1-1/+2
2022-06-22migration: hardcode assumption that QEMUFile is backed with QIOChannelDaniel P. Berrangé1-1/+1
2022-06-22migration: stop passing 'opaque' parameter to QEMUFile hooksDaniel P. Berrangé1-8/+6
2022-06-22migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limitDaniel P. Berrangé1-1/+8
2022-06-22migration: rename qemu_update_position to qemu_file_credit_transferDaniel P. Berrangé1-1/+8
2022-06-22migration: rename qemu_ftell to qemu_file_total_transferredDaniel P. Berrangé1-2/+31
2021-07-26migration: Teach QEMUFile to be QIOChannel-awarePeter Xu1-1/+3
2019-08-16Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...Peter Maydell1-0/+1
2019-08-16Clean up inclusion of exec/cpu-common.hMarkus Armbruster1-0/+1
2019-08-14qemu-file: move qemu_{get,put}_counted_string() declarationsMarc-André Lureau1-4/+0
2019-08-14migration: add qemu_file_update_transfer interfaceIvan Ren1-0/+1
2019-08-14migration: Add error_desc for file channel errorsYury Kotov1-5/+10
2019-03-07slirp: use libslirp migration codeMarc-André Lureau1-1/+0
2018-04-25migration: stop compression to allocate and free memory frequentlyXiao Guangrong1-2/+4
2018-03-13migration/qemu-file: add qemu_put_counted_string()Vladimir Sementsov-Ogievskiy1-0/+2
2017-06-13migration: ram_control_* are implemented in qemu_fileJuan Quintela1-0/+17
2017-06-01migration: Split qemu-file.hJuan Quintela1-0/+160