summaryrefslogtreecommitdiff
path: root/include/migration/qemu-file.h
AgeCommit message (Expand)AuthorFilesLines
2017-02-13add 'release-ram' migrate capabilityPavel Butsykin1-1/+2
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+3
2016-05-26migration: remove qemu_get_fd method from QEMUFileDaniel P. Berrange1-1/+0
2016-05-26migration: remove support for non-iovec based write handlersDaniel P. Berrange1-9/+0
2016-05-26migration: delete QEMUFile stdio implementationDaniel P. Berrange1-2/+0
2016-05-26migration: delete QEMUFile sockets implementationDaniel P. Berrange1-2/+0
2016-05-26migration: delete QEMUSizedBuffer structDaniel P. Berrange1-16/+0
2016-05-26migration: delete QEMUFile buffer implementationDaniel P. Berrange1-6/+0
2016-05-26migration: introduce a new QEMUFile impl based on QIOChannelDaniel P. Berrange1-0/+4
2016-05-26migration: introduce set_blocking function in QEMUFileOpsDaniel P. Berrange1-0/+5
2016-05-26migration: split migration hooks out of QEMUFileOpsDaniel P. Berrange1-3/+7
2016-05-26migration: ensure qemu_fflush() always writes full data amountDaniel P. Berrange1-2/+4
2016-02-23include: Clean up includesPeter Maydell1-1/+0
2015-11-10Return path: Open a return path on QEMUFile for socketsDr. David Alan Gilbert1-0/+7
2015-11-10Add wrapper for setting blocking status on a QEMUFileDr. David Alan Gilbert1-0/+1
2015-11-10Add qemu_get_buffer_in_place to avoid copies some of the timeDr. David Alan Gilbert1-0/+2
2015-09-29migration: qemu-file more size_t'ifyingDr. David Alan Gilbert1-5/+5
2015-09-29migration: size_t'ify some of qemu-fileDr. David Alan Gilbert1-4/+4
2015-07-07Rework ram_control_load_hook to hook during block loadDr. David Alan Gilbert1-5/+9
2015-06-12Move copy out of qemu_peek_bufferDr. David Alan Gilbert1-1/+1
2015-06-12Add qemu_get_counted_string to read a string prefixed by a count byteDr. David Alan Gilbert1-0/+3
2015-05-06qemu-file: Add compression functions to QEMUFileLiang Li1-0/+3
2015-03-17migration: Remove unused functionsThomas Huth1-1/+0
2015-03-16ram: make all save_page functions take a uint64_t parameterJuan Quintela1-1/+1
2015-02-05qemu-file: Add fast ftell code pathAlexander Graf1-0/+1
2015-01-16socket shutdownDr. David Alan Gilbert1-0/+10
2014-10-14qemu-file: Make qemu_file_is_writable() non-staticEduardo Habkost1-0/+1
2014-10-14QEMUSizedBuffer based QEMUFileDr. David Alan Gilbert1-0/+26
2014-05-05Make qemu_peek_buffer loop until it gets it's dataDr. David Alan Gilbert1-0/+5
2014-01-13qemu-file: Make a few functions non-staticEduardo Habkost1-0/+4
2013-06-27rdma: new QEMUFileOps hooksMichael R. Hines1-0/+29
2013-06-27rdma: export qemu_fflush()Michael R. Hines1-0/+1
2013-06-27rdma: introduce qemu_file_mode_is_not_valid()Michael R. Hines1-0/+1
2013-06-27rdma: introduce qemu_update_position()Michael R. Hines1-0/+1
2013-04-15savevm: Implement block_writev_buffer()Kevin Wolf1-1/+1
2013-03-26Add qemu_put_buffer_asyncOrit Wasserman1-0/+5
2013-03-26Add QemuFileWritevBuffer QemuFileOpsOrit Wasserman1-0/+7
2013-03-11migration: move rate limiting to QEMUFilePaolo Bonzini1-16/+2
2013-03-11qemu-file: add writable socket QEMUFilePaolo Bonzini1-1/+1
2013-03-11migration: merge qemu_popen_cmd with qemu_popenPaolo Bonzini1-1/+0
2013-03-11qemu-file: make qemu_fflush and qemu_file_set_error private againPaolo Bonzini1-2/+0
2013-03-11qemu-file: temporarily expose qemu_file_set_error and qemu_fflushPaolo Bonzini1-0/+2
2013-02-12migration: make qemu_ftell() public and support writable filesStefan Hajnoczi1-0/+1
2012-12-20migration: make writes blockingJuan Quintela1-5/+0
2012-12-19migration: move include files to include/migration/Paolo Bonzini1-0/+241