27 Commits (d37158bb2425e7ebffb167d611be01f1e9e6c86f)

Author SHA1 Message Date
Avihai Horon c7a7db4b51 migration/qemu-file: Add qemu_file_get_to_fd() 3 years ago
Peter Xu 60bb3c5871 migration: Postcopy recover with preempt enabled 4 years ago
Daniel P. Berrangé 77ef2dc1c8 migration: remove the QEMUFileOps abstraction 4 years ago
Daniel P. Berrangé 02bdbe172d migration: remove the QEMUFileOps 'get_return_path' callback 4 years ago
Daniel P. Berrangé ec2135eec8 migration: remove the QEMUFileOps 'writev_buffer' callback 4 years ago
Daniel P. Berrangé f759d7050b migration: remove the QEMUFileOps 'get_buffer' callback 4 years ago
Daniel P. Berrangé 0ae1f7f055 migration: remove the QEMUFileOps 'close' callback 4 years ago
Daniel P. Berrangé 80ad97069c migration: remove the QEMUFileOps 'set_blocking' callback 4 years ago
Daniel P. Berrangé d3c581b750 migration: remove the QEMUFileOps 'shut_down' callback 4 years ago
Daniel P. Berrangé 0f58c3fcc7 migration: remove unused QEMUFileGetFD typedef / qemu_get_fd method 4 years ago
Daniel P. Berrangé c0c6e1e2dd migration: introduce new constructors for QEMUFile 4 years ago
Daniel P. Berrangé 2893a2884b migration: hardcode assumption that QEMUFile is backed with QIOChannel 4 years ago
Daniel P. Berrangé 365c0463db migration: stop passing 'opaque' parameter to QEMUFile hooks 4 years ago
Daniel P. Berrangé bc698c367d migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limit 4 years ago
Daniel P. Berrangé 1a93bd2f60 migration: rename qemu_update_position to qemu_file_credit_transfer 4 years ago
Daniel P. Berrangé fbfa6404e5 migration: rename qemu_ftell to qemu_file_total_transferred 4 years ago
Peter Xu c6ad5be7ae migration: Teach QEMUFile to be QIOChannel-aware 5 years ago
Markus Armbruster 6a0acfff99 Clean up inclusion of exec/cpu-common.h 7 years ago
Marc-André Lureau 3170a6453b qemu-file: move qemu_{get,put}_counted_string() declarations 7 years ago
Ivan Ren 5d7d255863 migration: add qemu_file_update_transfer interface 7 years ago
Yury Kotov 3d661c8ab1 migration: Add error_desc for file channel errors 7 years ago
Marc-André Lureau d890344166 slirp: use libslirp migration code 7 years ago
Xiao Guangrong dcaf446ebd migration: stop compression to allocate and free memory frequently 8 years ago
Vladimir Sementsov-Ogievskiy f0d64cb729 migration/qemu-file: add qemu_put_counted_string() 8 years ago
Juan Quintela 2ce3bf1aa9 migration: ram_control_* are implemented in qemu_file 9 years ago
Juan Quintela 08a0aee15c migration: Split qemu-file.h 9 years ago
Juan Quintela 40014d81f2 migration: Export qemu-file-channel.c functions in its own file 9 years ago
Pavel Butsykin 53f09a1076 add 'release-ram' migrate capability 9 years ago
Markus Armbruster 175de52487 Clean up decorations and whitespace around header guards 10 years ago
Daniel P. Berrange 12992c16d9 migration: remove qemu_get_fd method from QEMUFile 10 years ago
Daniel P. Berrange 11808bb0c4 migration: remove support for non-iovec based write handlers 10 years ago
Daniel P. Berrange 7fdc61c75d migration: delete QEMUFile stdio implementation 10 years ago
Daniel P. Berrange 40946ae40b migration: delete QEMUFile sockets implementation 10 years ago
Daniel P. Berrange 2a22b4f370 migration: delete QEMUSizedBuffer struct 10 years ago
Daniel P. Berrange 8b7c5c0f52 migration: delete QEMUFile buffer implementation 10 years ago
Daniel P. Berrange a9cfeb33bb migration: introduce a new QEMUFile impl based on QIOChannel 10 years ago
Daniel P. Berrange 06ad513532 migration: introduce set_blocking function in QEMUFileOps 10 years ago
Daniel P. Berrange 0436e09f96 migration: split migration hooks out of QEMUFileOps 10 years ago
Daniel P. Berrange baf51e7739 migration: ensure qemu_fflush() always writes full data amount 10 years ago
Peter Maydell 90ce6e2644 include: Clean up includes 10 years ago
Dr. David Alan Gilbert adc468e9b9 Return path: Open a return path on QEMUFile for sockets 11 years ago
Dr. David Alan Gilbert a800cd5c38 Add wrapper for setting blocking status on a QEMUFile 11 years ago
Dr. David Alan Gilbert 9504fb510c Add qemu_get_buffer_in_place to avoid copies some of the time 11 years ago
Dr. David Alan Gilbert 56f3835ff1 migration: qemu-file more size_t'ifying 11 years ago
Dr. David Alan Gilbert a202a4c001 migration: size_t'ify some of qemu-file 11 years ago
Dr. David Alan Gilbert 632e3a5cd8 Rework ram_control_load_hook to hook during block load 11 years ago
Dr. David Alan Gilbert 7c1e52ba6f Move copy out of qemu_peek_buffer 11 years ago
Dr. David Alan Gilbert b3af1bc9d2 Add qemu_get_counted_string to read a string prefixed by a count byte 11 years ago
Liang Li 44f0eadc33 qemu-file: Add compression functions to QEMUFile 11 years ago
Thomas Huth 21cb4924f7 migration: Remove unused functions 11 years ago