Age | Commit message (Expand) | Author |
2021-02-08 | migration/qemu-file: Fix maybe uninitialized on qemu_get_buffer_in_place() | Wainer dos Santos Moschetta |
2020-06-26 | osdep: Make MIN/MAX evaluate arguments only once | Eric Blake |
2020-01-29 | migration/compress: compress QEMUFile is not writable | Wei Yang |
2020-01-29 | qemu-file: Don't do IO after shutdown | Juan Quintela |
2019-09-12 | migration/qemu-file: fix potential buf waste for extra buf_index adjustment | Wei Yang |
2019-09-12 | migration/qemu-file: remove check on writev_buffer in qemu_put_compression_data | Wei Yang |
2019-09-12 | qemu-file: Rework old qemu_fflush comment | Dr. David Alan Gilbert |
2019-08-14 | migration: add qemu_file_update_transfer interface | Ivan Ren |
2019-08-14 | migration: Add error_desc for file channel errors | Yury Kotov |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2018-08-22 | migration: disable RDMA WRITE after postcopy started | Lidong Chen |
2018-04-25 | migration: detect compression and decompression errors | Xiao Guangrong |
2018-04-25 | migration: stop compression to allocate and free memory frequently | Xiao Guangrong |
2018-03-23 | migration: Fix rate limiting issue on RDMA migration | Lidong Chen |
2018-03-13 | migration/qemu-file: add qemu_put_counted_string() | Vladimir Sementsov-Ogievskiy |
2017-06-14 | migration: Remove unneeded includes | Juan Quintela |
2017-06-13 | migration: Move migration.h to migration/ | Juan Quintela |
2017-06-01 | migration: Split qemu-file.h | Juan Quintela |
2017-02-13 | add 'release-ram' migrate capability | Pavel Butsykin |
2016-08-11 | migration: fix live migration failure with compression | Liang Li |
2016-06-17 | qemu-file: Fix qemu_put_compression_data flaw | Liang Li |
2016-05-26 | migration: remove qemu_get_fd method from QEMUFile | Daniel P. Berrange |
2016-05-26 | migration: remove support for non-iovec based write handlers | Daniel P. Berrange |
2016-05-26 | migration: move definition of struct QEMUFile back into qemu-file.c | Daniel P. Berrange |
2016-05-26 | migration: introduce set_blocking function in QEMUFileOps | Daniel P. Berrange |
2016-05-26 | migration: split migration hooks out of QEMUFileOps | Daniel P. Berrange |
2016-05-26 | migration: ensure qemu_fflush() always writes full data amount | Daniel P. Berrange |
2016-01-29 | migration: Clean up includes | Peter Maydell |
2015-11-10 | Return path: Open a return path on QEMUFile for sockets | Dr. David Alan Gilbert |
2015-11-10 | Add wrapper for setting blocking status on a QEMUFile | Dr. David Alan Gilbert |
2015-11-10 | Add qemu_get_buffer_in_place to avoid copies some of the time | Dr. David Alan Gilbert |
2015-10-20 | coroutine: move into libqemuutil.a library | Daniel P. Berrange |
2015-09-29 | migration: Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2015-09-29 | migration: qemu-file more size_t'ifying | Dr. David Alan Gilbert |
2015-07-07 | Rework ram_control_load_hook to hook during block load | Dr. David Alan Gilbert |
2015-06-22 | qerror: Move #include out of qerror.h | Markus Armbruster |
2015-06-12 | Move copy out of qemu_peek_buffer | Dr. David Alan Gilbert |
2015-06-12 | Add qemu_get_counted_string to read a string prefixed by a count byte | Dr. David Alan Gilbert |
2015-05-06 | qemu-file: Add compression functions to QEMUFile | Liang Li |
2015-03-16 | ram: make all save_page functions take a uint64_t parameter | Juan Quintela |
2015-02-05 | qemu-file: Add fast ftell code path | Alexander Graf |
2015-01-16 | socket shutdown | Dr. David Alan Gilbert |
2015-01-15 | migration/qemu-file.c: Don't shift left into sign bit | Peter Maydell |
2014-12-16 | Split the QEMU buffered file code out | Dr. David Alan Gilbert |
2014-12-16 | Split struct QEMUFile out | Dr. David Alan Gilbert |
2014-12-16 | Start migrating migration code into a migration directory | Dr. David Alan Gilbert |