Lines Matching +full:double +full:- +full:phase

10  * the COPYING file in the top-level directory.
17 #include "exec/cpu-common.h"
18 #include "hw/qdev-core.h"
19 #include "qapi/qapi-types-migration.h"
20 #include "qapi/qmp/json-writer.h"
24 #include "io/channel-buffer.h"
27 #include "postcopy-ram.h"
50 * 1<<6=64 pages -> 256K chunk when page size is 4K. This gives us
56 * 1<<18=256K pages -> 1G chunk when page size is 4K. This is the
61 * 1<<31=2G pages -> 8T chunk when page size is 4K. This should be
152 * up-to-date across cores.
180 * The incoming migration coroutine, non-NULL during qemu_loadvm_state().
182 * it safe - it's a question.
220 * the per-ramblock receivedmap. Note! This does not guarantee consistency
302 double pages_per_second;
311 * measured bandwidth, or avail-switchover-bandwidth if specified.
315 /* params from 'migrate-set-parameters' */
326 * We can also check non-zero of rp_thread, but there's no "official"
347 double mbps;
379 /* Migration is paused due to pause-before-switchover */
407 /* Needed by postcopy-pause state */
415 * - postcopy preempt src QEMU instance will generate an EOS message at
418 * - postcopy preempt channel will be created at the setup phase on src
423 * - postcopy preempt src QEMU instance will _not_ generate an EOS
427 * - postcopy preempt channel will be created at the switching phase
428 * from precopy -> postcopy (to avoid race condition of misordered
431 * NOTE: See message-id <ZBoShWArKDPpX/D7@work-vm> on qemu-devel
460 * This save hostname when out-going migration starts
464 /* QEMU_VM_VMDESCRIPTION content filled for all non-iterable devices. */
495 /* True if outgoing migration has entered postcopy phase */
504 /* Sending on the return path - generic and then for each message type */
543 * Migration thread waiting for return path thread. Return non-zero if an
556 /* migration/block-dirty-bitmap.c */