Searched refs:migrated (Results 1 – 25 of 26) sorted by relevance
12
/qemu/migration/ |
H A D | block-dirty-bitmap.c | 141 bool migrated; member 852 b->migrated = false; in dirty_bitmap_load_start() 874 if (b->migrated) { in before_vm_start_handle_item() 881 if (b->migrated) { in before_vm_start_handle_item() 919 assert(!s->before_vm_start_handled || !b->migrated); in cancel_incoming_locked() 969 b->migrated = true; in dirty_bitmap_load_complete()
|
/qemu/qapi/ |
H A D | misc-i386.json | 39 # @running: The guest is fully launched or migrated in. 41 # @send-update: The guest is currently being migrated out to another 44 # @receive-update: The guest is currently being migrated from another
|
H A D | migration.json | 408 # RAM has been migrated, pulling the remaining pages along as 414 # VM on the primary side will be migrated continuously to the VM 418 # @release-ram: if enabled, QEMU will free the migrated ram pages on 465 # sent depends on the migrated devices that use this feature. For 700 # @transform: Allows the modification of the migrated bitmap.
|
H A D | ui.json | 290 # @migrated: true if the last guest migration completed and spice 318 'data': {'enabled': 'bool', 'migrated': 'bool', '*host': 'str', '*port': 'int',
|
/qemu/docs/system/ |
H A D | managed-startup.rst | 14 - with incoming migration, initial state will be amended with the migrated
|
H A D | virtio-net-failover.rst | 32 requires no configuration in the guest. When a guest is live-migrated to
|
H A D | vm-templating.rst | 119 RAM on the migration source to free up migrated RAM, and will
|
H A D | tls.rst | 205 migration, and later itself be migrated out to another host. To generate
|
/qemu/docs/devel/migration/ |
H A D | virtio.rst | 113 Any extension of the state being migrated should be done in subsections
|
H A D | mapped-ram.rst | 141 RAM. Other types of memory such as VRAM are migrated as part of device
|
H A D | postcopy.rst | 239 were already migrated to destination VM before the interruption happens. 241 thread will be halted waiting for the page to be migrated, it means it can
|
H A D | CPR.rst | 5 VM is migrated to a new QEMU instance on the same host. It is
|
H A D | compatibility.rst | 187 migrated from qemu-5.1. So to be in the safe place, we need to
|
H A D | main.rst | 21 machine and being "migrated" to another machine. I.e. being moved to
|
/qemu/docs/specs/ |
H A D | acpi_hest_ghes.rst | 112 migrated to a newer QEMU.
|
H A D | tpm.rst | 223 none of the state of a hardware TPM can be migrated between hosts, 533 and the destination side cannot decrypt the migrated state
|
/qemu/docs/devel/ |
H A D | clocks.rst | 495 Clock state is not migrated automatically. Every device must handle its 496 clock migration. Alias clocks must not be migrated. 501 Clock states can be migrated by adding an entry into the device 516 [...], /* other migrated fields */
|
H A D | memory.rst | 105 migrated:
|
/qemu/docs/ |
H A D | rdma.txt | 371 Main memory is not migrated with the aforementioned protocol, 372 but is instead migrated with normal RDMA Write operations. 374 Pages are migrated in "chunks" (hard-coded to 1 Megabyte right now).
|
/qemu/ui/ |
H A D | ui-hmp-cmds.c | 226 info->migrated ? "true" : "false"); in hmp_info_spice()
|
H A D | spice-core.c | 537 info->migrated = spice_migration_completed; in qmp_query_spice_real()
|
/qemu/docs/system/devices/ |
H A D | net.rst | 129 be migrated with QEMU and the network connections are not interrupted.
|
/qemu/docs/system/arm/ |
H A D | virt.rst | 26 migrated, it is recommended to use another cpu model instead.
|
/qemu/docs/interop/ |
H A D | bitmaps.rst | 108 never persistent, nor ever migrated.
|
/qemu/qga/ |
H A D | qapi-schema.json | 148 # When a guest is paused or migrated to a file then loaded from that
|
12