summaryrefslogtreecommitdiffstats
path: root/migration/qemu-file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* qemu-file: Add compression functions to QEMUFileLiang Li2015-05-061-0/+39
* ram: make all save_page functions take a uint64_t parameterJuan Quintela2015-03-161-1/+2
* qemu-file: Add fast ftell code pathAlexander Graf2015-02-051-0/+16
* socket shutdownDr. David Alan Gilbert2015-01-161-0/+12
* migration/qemu-file.c: Don't shift left into sign bitPeter Maydell2015-01-151-1/+1
* Split the QEMU buffered file code outDr. David Alan Gilbert2014-12-161-455/+0
* Split struct QEMUFile outDr. David Alan Gilbert2014-12-161-22/+1
* Start migrating migration code into a migration directoryDr. David Alan Gilbert2014-12-161-0/+995
OpenPOWER on IntegriCloud