summaryrefslogtreecommitdiffstats
path: root/include/migration/qemu-file.h
Commit message (Expand)AuthorAgeFilesLines
* Return path: Open a return path on QEMUFile for socketsDr. David Alan Gilbert2015-11-101-0/+7
* Add wrapper for setting blocking status on a QEMUFileDr. David Alan Gilbert2015-11-101-0/+1
* Add qemu_get_buffer_in_place to avoid copies some of the timeDr. David Alan Gilbert2015-11-101-0/+2
* migration: qemu-file more size_t'ifyingDr. David Alan Gilbert2015-09-291-5/+5
* migration: size_t'ify some of qemu-fileDr. David Alan Gilbert2015-09-291-4/+4
* Rework ram_control_load_hook to hook during block loadDr. David Alan Gilbert2015-07-071-5/+9
* Move copy out of qemu_peek_bufferDr. David Alan Gilbert2015-06-121-1/+1
* Add qemu_get_counted_string to read a string prefixed by a count byteDr. David Alan Gilbert2015-06-121-0/+3
* qemu-file: Add compression functions to QEMUFileLiang Li2015-05-061-0/+3
* migration: Remove unused functionsThomas Huth2015-03-171-1/+0
* ram: make all save_page functions take a uint64_t parameterJuan Quintela2015-03-161-1/+1
* qemu-file: Add fast ftell code pathAlexander Graf2015-02-051-0/+1
* socket shutdownDr. David Alan Gilbert2015-01-161-0/+10
* qemu-file: Make qemu_file_is_writable() non-staticEduardo Habkost2014-10-141-0/+1
* QEMUSizedBuffer based QEMUFileDr. David Alan Gilbert2014-10-141-0/+26
* Make qemu_peek_buffer loop until it gets it's dataDr. David Alan Gilbert2014-05-051-0/+5
* qemu-file: Make a few functions non-staticEduardo Habkost2014-01-131-0/+4
* rdma: new QEMUFileOps hooksMichael R. Hines2013-06-271-0/+29
* rdma: export qemu_fflush()Michael R. Hines2013-06-271-0/+1
* rdma: introduce qemu_file_mode_is_not_valid()Michael R. Hines2013-06-271-0/+1
* rdma: introduce qemu_update_position()Michael R. Hines2013-06-271-0/+1
* savevm: Implement block_writev_buffer()Kevin Wolf2013-04-151-1/+1
* Add qemu_put_buffer_asyncOrit Wasserman2013-03-261-0/+5
* Add QemuFileWritevBuffer QemuFileOpsOrit Wasserman2013-03-261-0/+7
* migration: move rate limiting to QEMUFilePaolo Bonzini2013-03-111-16/+2
* qemu-file: add writable socket QEMUFilePaolo Bonzini2013-03-111-1/+1
* migration: merge qemu_popen_cmd with qemu_popenPaolo Bonzini2013-03-111-1/+0
* qemu-file: make qemu_fflush and qemu_file_set_error private againPaolo Bonzini2013-03-111-2/+0
* qemu-file: temporarily expose qemu_file_set_error and qemu_fflushPaolo Bonzini2013-03-111-0/+2
* migration: make qemu_ftell() public and support writable filesStefan Hajnoczi2013-02-121-0/+1
* migration: make writes blockingJuan Quintela2012-12-201-5/+0
* migration: move include files to include/migration/Paolo Bonzini2012-12-191-0/+241
OpenPOWER on IntegriCloud