aboutsummaryrefslogtreecommitdiff
path: root/migration/qemu-file.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-15qemu-file: Remove total from qemu_file_total_transferred_*()Juan Quintela1-2/+2
2023-05-15qemu-file: Make rate_limit_used an uint64_tJuan Quintela1-2/+2
2023-05-15qemu-file: make qemu_file_[sg]et_rate_limit() use an uint64_tJuan Quintela1-3/+3
2023-05-15migration: We set the rate_limit by a secondJuan Quintela1-1/+5
2023-05-08ram compress: Assert that the file buffer matches the resultLukas Straub1-0/+11
2023-05-05qemu-file: Make ram_control_save_page() use accessors for rate_limitJuan Quintela1-1/+1
2023-05-05qemu-file: Make total_transferred an uint64_tJuan Quintela1-4/+4
2023-05-05qemu-file: remove shutdown memberJuan Quintela1-7/+3
2023-05-05qemu-file: No need to check for shutdown in qemu_file_rate_limitJuan Quintela1-3/+0
2023-05-05migration/rdma: It makes no sense to recive that flag without RDMAJuan Quintela1-8/+0
2023-05-05migration/rdma: simplify ram_control_load_hook()Juan Quintela1-4/+2
2023-04-20migration: mark mixed functions that can suspendPaolo Bonzini1-7/+7
2023-02-15migration/qemu-file: Add qemu_file_get_to_fd()Avihai Horon1-0/+34
2022-11-21migration: Fix race on qemu_file_shutdown()Peter Xu1-3/+24
2022-07-20migration: remove unreachable code after reading dataDaniel P. Berrangé1-3/+1
2022-07-20migration: Postcopy recover with preempt enabledPeter Xu1-0/+27
2022-06-23migration: remove the QEMUFileOps abstractionDaniel P. Berrangé1-12/+8
2022-06-23migration: remove the QEMUFileOps 'get_return_path' callbackDaniel P. Berrangé1-12/+10
2022-06-23migration: remove the QEMUFileOps 'writev_buffer' callbackDaniel P. Berrangé1-16/+8
2022-06-23migration: remove the QEMUFileOps 'get_buffer' callbackDaniel P. Berrangé1-2/+16
2022-06-22migration: remove the QEMUFileOps 'close' callbackDaniel P. Berrangé1-6/+6
2022-06-22migration: remove the QEMUFileOps 'set_blocking' callbackDaniel P. Berrangé1-3/+1
2022-06-22migration: remove the QEMUFileOps 'shut_down' callbackDaniel P. Berrangé1-3/+10
2022-06-22migration: introduce new constructors for QEMUFileDaniel P. Berrangé1-2/+16
2022-06-22migration: hardcode assumption that QEMUFile is backed with QIOChannelDaniel P. Berrangé1-18/+17
2022-06-22migration: stop passing 'opaque' parameter to QEMUFile hooksDaniel P. Berrangé1-4/+4
2022-06-22migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limitDaniel P. Berrangé1-1/+1
2022-06-22migration: rename qemu_update_position to qemu_file_credit_transferDaniel P. Berrangé1-2/+2
2022-06-22migration: rename qemu_ftell to qemu_file_total_transferredDaniel P. Berrangé1-2/+2
2022-06-22migration: rename 'pos' field in QEMUFile to 'bytes_processed'Daniel P. Berrangé1-10/+11
2022-06-22migration: rename rate limiting fields in QEMUFileDaniel P. Berrangé1-11/+19
2022-02-21include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell1-0/+1
2021-07-26migration: Teach QEMUFile to be QIOChannel-awarePeter Xu1-1/+16
2021-07-05migration: fix the memory overwriting risk in add_to_iovecFeng Lin1-0/+5
2021-02-08migration/qemu-file: Fix maybe uninitialized on qemu_get_buffer_in_place()Wainer dos Santos Moschetta1-1/+1
2020-06-26osdep: Make MIN/MAX evaluate arguments only onceEric Blake1-1/+1
2020-01-29migration/compress: compress QEMUFile is not writableWei Yang1-13/+3
2020-01-29qemu-file: Don't do IO after shutdownJuan Quintela1-1/+21
2019-09-12migration/qemu-file: fix potential buf waste for extra buf_index adjustmentWei Yang1-17/+26
2019-09-12migration/qemu-file: remove check on writev_buffer in qemu_put_compression_dataWei Yang1-3/+1
2019-09-12qemu-file: Rework old qemu_fflush commentDr. David Alan Gilbert1-3/+2
2019-08-14migration: add qemu_file_update_transfer interfaceIvan Ren1-0/+5
2019-08-14migration: Add error_desc for file channel errorsYury Kotov1-12/+51
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2018-08-22migration: disable RDMA WRITE after postcopy startedLidong Chen1-2/+6
2018-04-25migration: detect compression and decompression errorsXiao Guangrong1-2/+2
2018-04-25migration: stop compression to allocate and free memory frequentlyXiao Guangrong1-7/+32
2018-03-23migration: Fix rate limiting issue on RDMA migrationLidong Chen1-1/+1
2018-03-13migration/qemu-file: add qemu_put_counted_string()Vladimir Sementsov-Ogievskiy1-0/+13
2017-06-14migration: Remove unneeded includesJuan Quintela1-2/+0