summaryrefslogtreecommitdiff
path: root/migration/qemu-file.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-29migration: Clean up includesPeter Maydell1-0/+1
2015-11-10Return path: Open a return path on QEMUFile for socketsDr. David Alan Gilbert1-0/+12
2015-11-10Add wrapper for setting blocking status on a QEMUFileDr. David Alan Gilbert1-0/+15
2015-11-10Add qemu_get_buffer_in_place to avoid copies some of the timeDr. David Alan Gilbert1-0/+37
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange1-1/+1
2015-09-29migration: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2015-09-29migration: qemu-file more size_t'ifyingDr. David Alan Gilbert1-11/+11
2015-07-07Rework ram_control_load_hook to hook during block loadDr. David Alan Gilbert1-5/+11
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-06-12Move copy out of qemu_peek_bufferDr. David Alan Gilbert1-5/+7
2015-06-12Add qemu_get_counted_string to read a string prefixed by a count byteDr. David Alan Gilbert1-0/+17
2015-05-06qemu-file: Add compression functions to QEMUFileLiang Li1-0/+39
2015-03-16ram: make all save_page functions take a uint64_t parameterJuan Quintela1-1/+2
2015-02-05qemu-file: Add fast ftell code pathAlexander Graf1-0/+16
2015-01-16socket shutdownDr. David Alan Gilbert1-0/+12
2015-01-15migration/qemu-file.c: Don't shift left into sign bitPeter Maydell1-1/+1
2014-12-16Split the QEMU buffered file code outDr. David Alan Gilbert1-455/+0
2014-12-16Split struct QEMUFile outDr. David Alan Gilbert1-22/+1
2014-12-16Start migrating migration code into a migration directoryDr. David Alan Gilbert1-0/+995