Lines Matching full:data
37 * @f: QEMUFile where to send the data
38 * @opaque: data pointer passed to register_savevm_live()
48 * @opaque: data pointer passed to register_savevm_live()
58 * Initializes the data structures on the source and transmits
61 * @f: QEMUFile where to send the data
62 * @opaque: data pointer passed to register_savevm_live()
72 * Uninitializes the data structures on the source.
76 * @opaque: data pointer passed to register_savevm_live()
85 * @f: QEMUFile where to send the data
86 * @opaque: data pointer passed to register_savevm_live()
96 * remaining data at the end of a precopy phase. When postcopy is
98 * where the final data will be flushed at the end of postcopy via
101 * @f: QEMUFile where to send the data
102 * @opaque: data pointer passed to register_savevm_live()
113 * in order to perform asynchronous transmission of the remaining data in
120 * and opaque data pointer passed to register_savevm_live().
134 * @opaque: data pointer passed to register_savevm_live()
145 * @opaque: data pointer passed to register_savevm_live()
162 * @opaque: data pointer passed to register_savevm_live()
170 * use data that is local to the migration thread or protected
177 * Should send a chunk of data until the point that stream
181 * @f: QEMUFile where to send the data
182 * @opaque: data pointer passed to register_savevm_live()
184 * Returns 0 to indicate that there is still more data to send,
185 * 1 that there is no more data to send and
198 * @f: QEMUFile where to send the data
199 * @opaque: Data pointer passed to register_savevm_live()
210 * This estimates the remaining data to transfer
213 * pending data.
215 * @opaque: data pointer passed to register_savevm_live()
216 * @must_precopy: amount of data that must be migrated in precopy
219 * @can_postcopy: amount of data that can be migrated in postcopy
231 * This calculates the exact remaining data to transfer
234 * pending data.
236 * @opaque: data pointer passed to register_savevm_live()
237 * @must_precopy: amount of data that must be migrated in precopy
240 * @can_postcopy: amount of data that can be migrated in postcopy
258 * @f: QEMUFile where to receive the data
259 * @opaque: data pointer passed to register_savevm_live()
271 * @opaque: data pointer passed to register_savevm_live()
272 * @buf: the data buffer to load
273 * @len: the data length in buffer
284 * Initializes the data structures on the destination.
286 * @f: QEMUFile where to receive the data
287 * @opaque: data pointer passed to register_savevm_live()
297 * Uninitializes the data structures on the destination.
301 * @opaque: data pointer passed to register_savevm_live()
313 * @opaque: data pointer passed to register_savevm_live()
325 * @opaque: data pointer passed to register_savevm_live()
338 * @opaque: data pointer passed to register_savevm_live()
352 * @opaque: data pointer passed to SaveVMHandlers handlers
365 * @opaque: data pointer passed to register_savevm_live()