summary refs log tree commit diff stats
path: root/migration/qemu-file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+17
* 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/+3
* 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/+1
* qemu-file: Rework old qemu_fflush commentDr. David Alan Gilbert2019-09-121-3/+2
* 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/+0
* 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/+0
* 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/+0
* migration: remove support for non-iovec based write handlersDaniel P. Berrange2016-05-261-28/+8
* 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
* Add wrapper for setting blocking status on a QEMUFileDr. David Alan Gilbert2015-11-101-0/+15
* Add qemu_get_buffer_in_place to avoid copies some of the timeDr. David Alan Gilbert2015-11-101-0/+37
* coroutine: move into libqemuutil.a libraryDaniel P. Berrange2015-10-201-1/+1
* migration: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-09-291-1/+1
* migration: qemu-file more size_t'ifyingDr. David Alan Gilbert2015-09-291-11/+11
* Rework ram_control_load_hook to hook during block loadDr. David Alan Gilbert2015-07-071-5/+11
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* Move copy out of qemu_peek_bufferDr. David Alan Gilbert2015-06-121-5/+7
* Add qemu_get_counted_string to read a string prefixed by a count byteDr. David Alan Gilbert2015-06-121-0/+17