aboutsummaryrefslogtreecommitdiff
path: root/migration/qemu-file.c
AgeCommit message (Expand)Author
2019-09-12migration/qemu-file: fix potential buf waste for extra buf_index adjustmentWei Yang
2019-09-12migration/qemu-file: remove check on writev_buffer in qemu_put_compression_dataWei Yang
2019-09-12qemu-file: Rework old qemu_fflush commentDr. David Alan Gilbert
2019-08-14migration: add qemu_file_update_transfer interfaceIvan Ren
2019-08-14migration: Add error_desc for file channel errorsYury Kotov
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2018-08-22migration: disable RDMA WRITE after postcopy startedLidong Chen
2018-04-25migration: detect compression and decompression errorsXiao Guangrong
2018-04-25migration: stop compression to allocate and free memory frequentlyXiao Guangrong
2018-03-23migration: Fix rate limiting issue on RDMA migrationLidong Chen
2018-03-13migration/qemu-file: add qemu_put_counted_string()Vladimir Sementsov-Ogievskiy
2017-06-14migration: Remove unneeded includesJuan Quintela
2017-06-13migration: Move migration.h to migration/Juan Quintela
2017-06-01migration: Split qemu-file.hJuan Quintela
2017-02-13add 'release-ram' migrate capabilityPavel Butsykin
2016-08-11migration: fix live migration failure with compressionLiang Li
2016-06-17qemu-file: Fix qemu_put_compression_data flawLiang Li
2016-05-26migration: remove qemu_get_fd method from QEMUFileDaniel P. Berrange
2016-05-26migration: remove support for non-iovec based write handlersDaniel P. Berrange
2016-05-26migration: move definition of struct QEMUFile back into qemu-file.cDaniel P. Berrange
2016-05-26migration: introduce set_blocking function in QEMUFileOpsDaniel P. Berrange
2016-05-26migration: split migration hooks out of QEMUFileOpsDaniel P. Berrange
2016-05-26migration: ensure qemu_fflush() always writes full data amountDaniel P. Berrange
2016-01-29migration: Clean up includesPeter Maydell
2015-11-10Return path: Open a return path on QEMUFile for socketsDr. David Alan Gilbert
2015-11-10Add wrapper for setting blocking status on a QEMUFileDr. David Alan Gilbert
2015-11-10Add qemu_get_buffer_in_place to avoid copies some of the timeDr. David Alan Gilbert
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange
2015-09-29migration: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-09-29migration: qemu-file more size_t'ifyingDr. David Alan Gilbert
2015-07-07Rework ram_control_load_hook to hook during block loadDr. David Alan Gilbert
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-12Move copy out of qemu_peek_bufferDr. David Alan Gilbert
2015-06-12Add qemu_get_counted_string to read a string prefixed by a count byteDr. David Alan Gilbert
2015-05-06qemu-file: Add compression functions to QEMUFileLiang Li
2015-03-16ram: make all save_page functions take a uint64_t parameterJuan Quintela
2015-02-05qemu-file: Add fast ftell code pathAlexander Graf
2015-01-16socket shutdownDr. David Alan Gilbert
2015-01-15migration/qemu-file.c: Don't shift left into sign bitPeter Maydell
2014-12-16Split the QEMU buffered file code outDr. David Alan Gilbert
2014-12-16Split struct QEMUFile outDr. David Alan Gilbert
2014-12-16Start migrating migration code into a migration directoryDr. David Alan Gilbert