summaryrefslogtreecommitdiffstats
path: root/migration/qemu-file.h
Commit message (Expand)AuthorAgeFilesLines
* migration: Postcopy recover with preempt enabledPeter Xu2022-07-201-0/+1
* migration: remove the QEMUFileOps abstractionDaniel P. Berrangé2022-06-231-5/+2Star
* migration: remove the QEMUFileOps 'get_return_path' callbackDaniel P. Berrangé2022-06-231-6/+0Star
* migration: remove the QEMUFileOps 'writev_buffer' callbackDaniel P. Berrangé2022-06-231-9/+0Star
* migration: remove the QEMUFileOps 'get_buffer' callbackDaniel P. Berrangé2022-06-231-9/+0Star
* migration: remove the QEMUFileOps 'close' callbackDaniel P. Berrangé2022-06-221-10/+0Star
* migration: remove the QEMUFileOps 'set_blocking' callbackDaniel P. Berrangé2022-06-221-5/+0Star
* migration: remove the QEMUFileOps 'shut_down' callbackDaniel P. Berrangé2022-06-221-10/+0Star
* migration: remove unused QEMUFileGetFD typedef / qemu_get_fd methodDaniel P. Berrangé2022-06-221-5/+0Star
* migration: introduce new constructors for QEMUFileDaniel P. Berrangé2022-06-221-1/+2
* migration: hardcode assumption that QEMUFile is backed with QIOChannelDaniel P. Berrangé2022-06-221-1/+1
* migration: stop passing 'opaque' parameter to QEMUFile hooksDaniel P. Berrangé2022-06-221-8/+6Star
* migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limitDaniel P. Berrangé2022-06-221-1/+8
* migration: rename qemu_update_position to qemu_file_credit_transferDaniel P. Berrangé2022-06-221-1/+8
* migration: rename qemu_ftell to qemu_file_total_transferredDaniel P. Berrangé2022-06-221-2/+31
* migration: Teach QEMUFile to be QIOChannel-awarePeter Xu2021-07-261-1/+3
* Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...Peter Maydell2019-08-161-0/+1
|\
| * Clean up inclusion of exec/cpu-common.hMarkus Armbruster2019-08-161-0/+1
* | qemu-file: move qemu_{get,put}_counted_string() declarationsMarc-André Lureau2019-08-141-4/+0Star
* | migration: add qemu_file_update_transfer interfaceIvan Ren2019-08-141-0/+1
* | migration: Add error_desc for file channel errorsYury Kotov2019-08-141-5/+10
|/
* slirp: use libslirp migration codeMarc-André Lureau2019-03-071-1/+0Star
* migration: stop compression to allocate and free memory frequentlyXiao Guangrong2018-04-251-2/+4
* migration/qemu-file: add qemu_put_counted_string()Vladimir Sementsov-Ogievskiy2018-03-131-0/+2
* migration: ram_control_* are implemented in qemu_fileJuan Quintela2017-06-131-0/+17
* migration: Split qemu-file.hJuan Quintela2017-06-011-0/+160