summaryrefslogtreecommitdiffstats
path: root/migration/qemu-file.c
Commit message (Expand)AuthorAgeFilesLines
* migration: Fix race on qemu_file_shutdown()Peter Xu2022-11-211-3/+24
* migration: remove unreachable code after reading dataDaniel P. Berrangé2022-07-201-3/+1Star
* migration: Postcopy recover with preempt enabledPeter Xu2022-07-201-0/+27
* migration: remove the QEMUFileOps abstractionDaniel P. Berrangé2022-06-231-12/+8Star
* migration: remove the QEMUFileOps 'get_return_path' callbackDaniel P. Berrangé2022-06-231-12/+10Star
* migration: remove the QEMUFileOps 'writev_buffer' callbackDaniel P. Berrangé2022-06-231-16/+8Star
* migration: remove the QEMUFileOps 'get_buffer' callbackDaniel P. Berrangé2022-06-231-2/+16
* migration: remove the QEMUFileOps 'close' callbackDaniel P. Berrangé2022-06-221-6/+6
* migration: remove the QEMUFileOps 'set_blocking' callbackDaniel P. Berrangé2022-06-221-3/+1Star
* migration: remove the QEMUFileOps 'shut_down' callbackDaniel P. Berrangé2022-06-221-3/+10
* migration: introduce new constructors for QEMUFileDaniel P. Berrangé2022-06-221-2/+16
* migration: hardcode assumption that QEMUFile is backed with QIOChannelDaniel P. Berrangé2022-06-221-18/+17Star
* migration: stop passing 'opaque' parameter to QEMUFile hooksDaniel P. Berrangé2022-06-221-4/+4
* migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limitDaniel P. Berrangé2022-06-221-1/+1
* migration: rename qemu_update_position to qemu_file_credit_transferDaniel P. Berrangé2022-06-221-2/+2
* migration: rename qemu_ftell to qemu_file_total_transferredDaniel P. Berrangé2022-06-221-2/+2
* migration: rename 'pos' field in QEMUFile to 'bytes_processed'Daniel P. Berrangé2022-06-221-10/+11
* migration: rename rate limiting fields in QEMUFileDaniel P. Berrangé2022-06-221-11/+19
* include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell2022-02-211-0/+1
* migration: Teach QEMUFile to be QIOChannel-awarePeter Xu2021-07-261-1/+16
* migration: fix the memory overwriting risk in add_to_iovecFeng Lin2021-07-051-0/+5
* migration/qemu-file: Fix maybe uninitialized on qemu_get_buffer_in_place()Wainer dos Santos Moschetta2021-02-081-1/+1
* osdep: Make MIN/MAX evaluate arguments only onceEric Blake2020-06-261-1/+1
* migration/compress: compress QEMUFile is not writableWei Yang2020-01-291-13/+3Star
* qemu-file: Don't do IO after shutdownJuan Quintela2020-01-291-1/+21
* migration/qemu-file: fix potential buf waste for extra buf_index adjustmentWei Yang2019-09-121-17/+26
* migration/qemu-file: remove check on writev_buffer in qemu_put_compression_dataWei Yang2019-09-121-3/+1Star
* qemu-file: Rework old qemu_fflush commentDr. David Alan Gilbert2019-09-121-3/+2Star
* migration: add qemu_file_update_transfer interfaceIvan Ren2019-08-141-0/+5
* migration: Add error_desc for file channel errorsYury Kotov2019-08-141-12/+51
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* migration: disable RDMA WRITE after postcopy startedLidong Chen2018-08-221-2/+6
* migration: detect compression and decompression errorsXiao Guangrong2018-04-251-2/+2
* migration: stop compression to allocate and free memory frequentlyXiao Guangrong2018-04-251-7/+32
* migration: Fix rate limiting issue on RDMA migrationLidong Chen2018-03-231-1/+1
* migration/qemu-file: add qemu_put_counted_string()Vladimir Sementsov-Ogievskiy2018-03-131-0/+13
* migration: Remove unneeded includesJuan Quintela2017-06-141-2/+0Star
* migration: Move migration.h to migration/Juan Quintela2017-06-131-1/+1
* migration: Split qemu-file.hJuan Quintela2017-06-011-1/+1
* add 'release-ram' migrate capabilityPavel Butsykin2017-02-131-7/+52
* migration: fix live migration failure with compressionLiang Li2016-08-111-0/+1
* qemu-file: Fix qemu_put_compression_data flawLiang Li2016-06-171-2/+21
* migration: remove qemu_get_fd method from QEMUFileDaniel P. Berrange2016-05-261-14/+0Star
* migration: remove support for non-iovec based write handlersDaniel P. Berrange2016-05-261-28/+8Star
* migration: move definition of struct QEMUFile back into qemu-file.cDaniel P. Berrange2016-05-261-1/+23
* migration: introduce set_blocking function in QEMUFileOpsDaniel P. Berrange2016-05-261-3/+7
* migration: split migration hooks out of QEMUFileOpsDaniel P. Berrange2016-05-261-9/+15
* migration: ensure qemu_fflush() always writes full data amountDaniel P. Berrange2016-05-261-4/+12
* migration: Clean up includesPeter Maydell2016-01-291-0/+1
* Return path: Open a return path on QEMUFile for socketsDr. David Alan Gilbert2015-11-101-0/+12