aboutsummaryrefslogtreecommitdiff
path: root/include/migration/qemu-file.h
AgeCommit message (Expand)Author
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster
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: delete QEMUFile stdio implementationDaniel P. Berrange
2016-05-26migration: delete QEMUFile sockets implementationDaniel P. Berrange
2016-05-26migration: delete QEMUSizedBuffer structDaniel P. Berrange
2016-05-26migration: delete QEMUFile buffer implementationDaniel P. Berrange
2016-05-26migration: introduce a new QEMUFile impl based on QIOChannelDaniel 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-02-23include: 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-09-29migration: qemu-file more size_t'ifyingDr. David Alan Gilbert
2015-09-29migration: size_t'ify some of qemu-fileDr. David Alan Gilbert
2015-07-07Rework ram_control_load_hook to hook during block loadDr. David Alan Gilbert
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-17migration: Remove unused functionsThomas Huth
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
2014-10-14qemu-file: Make qemu_file_is_writable() non-staticEduardo Habkost
2014-10-14QEMUSizedBuffer based QEMUFileDr. David Alan Gilbert
2014-05-05Make qemu_peek_buffer loop until it gets it's dataDr. David Alan Gilbert
2014-01-13qemu-file: Make a few functions non-staticEduardo Habkost
2013-06-27rdma: new QEMUFileOps hooksMichael R. Hines
2013-06-27rdma: export qemu_fflush()Michael R. Hines
2013-06-27rdma: introduce qemu_file_mode_is_not_valid()Michael R. Hines
2013-06-27rdma: introduce qemu_update_position()Michael R. Hines
2013-04-15savevm: Implement block_writev_buffer()Kevin Wolf
2013-03-26Add qemu_put_buffer_asyncOrit Wasserman
2013-03-26Add QemuFileWritevBuffer QemuFileOpsOrit Wasserman
2013-03-11migration: move rate limiting to QEMUFilePaolo Bonzini
2013-03-11qemu-file: add writable socket QEMUFilePaolo Bonzini
2013-03-11migration: merge qemu_popen_cmd with qemu_popenPaolo Bonzini
2013-03-11qemu-file: make qemu_fflush and qemu_file_set_error private againPaolo Bonzini
2013-03-11qemu-file: temporarily expose qemu_file_set_error and qemu_fflushPaolo Bonzini
2013-02-12migration: make qemu_ftell() public and support writable filesStefan Hajnoczi
2012-12-20migration: make writes blockingJuan Quintela
2012-12-19migration: move include files to include/migration/Paolo Bonzini