Home
last modified time | relevance | path

Searched refs:migration (Results 1 – 25 of 231) sorted by relevance

12345678910

/openbmc/openbmc/poky/documentation/migration-guides/
H A Dindex.rst14 migration-general
24 migration-3.3
25 migration-3.2
26 migration-3.1
27 migration-3.0
28 migration-2.7
29 migration-2.6
30 migration-2.5
31 migration-2.4
32 migration-2.3
[all …]
H A Drelease-notes-4.3.1.rst59 - migration-4.3: additional migration items
60 - migration-4.3: adjustments to existing text
61 - migration-4.3: remove some unnecessary items
62 - migration-guides: QEMU_USE_SLIRP variable removed
63 - migration-guides: add BitBake changes
64 - migration-guides: add debian 12 to newly supported distros
65 - migration-guides: add kernel notes
66 - migration-guides: add testing notes
67 - migration-guides: add utility notes
68 - migration-guides: edgerouter machine removed
[all …]
H A Dmigration-5.0.rst9 This section provides migration information for moving to the Yocto
13 the previous migration notes from your release to this new one:
15 - :doc:`/migration-guides/migration-4.3`
16 - :doc:`/migration-guides/migration-4.2`
17 - :doc:`/migration-guides/migration-4.1`
18 - :doc:`/migration-guides/migration-4.0`
19 - :doc:`/migration-guides/migration-3.4`
20 - :doc:`/migration-guides/migration-3.3`
21 - :doc:`/migration-guides/migration-3.2`
29 out the box, older kernels are not supported. See :ref:`4.3 migration notes
[all …]
/openbmc/qemu/hw/vfio/
H A Dmigration.c94 VFIOMigration *migration = vbasedev->migration; in vfio_migration_send_event() local
109 dev->id, qom_path, mig_state_to_qapi_state(migration->device_state)); in vfio_migration_send_event()
115 VFIOMigration *migration = vbasedev->migration; in vfio_migration_set_device_state() local
120 migration->device_state = state; in vfio_migration_set_device_state()
129 VFIOMigration *migration = vbasedev->migration; in vfio_migration_set_state() local
144 if (new_state == migration->device_state) { in vfio_migration_set_state()
189 if (migration->data_fd != -1) { in vfio_migration_set_state()
200 migration->data_fd = mig_state->data_fd; in vfio_migration_set_state()
233 VFIOMigration *migration = vbasedev->migration; in vfio_load_buffer() local
236 ret = qemu_file_get_to_fd(f, migration->data_fd, data_size); in vfio_load_buffer()
[all …]
H A Dmigration-multifd.c128 VFIOMigration *migration = vbasedev->migration; in vfio_load_state_buffer_insert() local
129 VFIOMultifd *multifd = migration->multifd; in vfio_load_state_buffer_insert()
169 VFIOMigration *migration = vbasedev->migration; in vfio_multifd_load_state_buffer() local
170 VFIOMultifd *multifd = migration->multifd; in vfio_multifd_load_state_buffer()
231 VFIOMigration *migration = vbasedev->migration; in vfio_load_bufs_thread_load_config() local
232 VFIOMultifd *multifd = migration->multifd; in vfio_load_bufs_thread_load_config()
303 VFIOMigration *migration = vbasedev->migration; in vfio_load_state_buffer_write() local
304 VFIOMultifd *multifd = migration->multifd; in vfio_load_state_buffer_write()
329 wr_ret = write(migration->data_fd, buf_cur, buf_len); in vfio_load_state_buffer_write()
375 VFIOMigration *migration = vbasedev->migration; in vfio_load_bufs_thread() local
[all …]
/openbmc/qemu/docs/devel/migration/
H A Dmapped-ram.rst5 supplement the existing ``file:`` migration and make it compatible
6 with ``multifd``. This enables parallel migration of a guest's RAM to
10 directly to offsets in the resulting migration file. This enables the
12 guest is constantly dirtying pages (i.e. live migration). Another
17 usage of O_DIRECT for save/restore of the migration stream as the
31 Use a ``file:`` URL for migration:
33 ``migrate file:/path/to/migration/file``
35 Mapped-ram migration is best done non-live, i.e. by stopping the VM on
45 The mapped-ram feature was designed for use cases where the migration
54 that's the ideal scenario for mapped-ram migration. Not having to
[all …]
H A Dvfio.rst2 VFIO device migration
13 transferred. The iterative pre-copy phase of migration allows for the guest to
20 enabling "switchover-ack" migration capability.
21 VFIO migration uAPI defines "initial bytes" as part of its pre-copy data stream
23 before stopping the source VM. Enabling this migration capability will
26 To support migration of multiple devices that might do P2P transactions between
27 themselves, VFIO migration uAPI defines an intermediate P2P quiescent state.
33 All the devices that support P2P migration are first transitioned to the P2P
34 quiescent state and only then are they stopped or started. This makes migration
38 Thus, multiple VFIO devices migration is allowed only if all the devices
[all …]
H A Dmain.rst20 requested: migration. This means that QEMU is able to start in one
24 Next was the "live migration" functionality. This is important
27 migration allows the guest to continue running while the state is
30 unresponsive during live migration is the low hundred of milliseconds
38 The migration stream is normally just a byte stream that can be passed
41 - tcp migration: do the migration using tcp sockets
42 - unix migration: do the migration using unix sockets
43 - exec migration: do the migration using the stdin/stdout through a process.
44 - fd migration: do the migration using a file descriptor that is
46 - file migration: do the migration using a file that is passed to QEMU
[all …]
H A Dbest-practices.rst8 The migration stream can be analyzed thanks to ``scripts/analyze-migration.py``.
17 $ ./scripts/analyze-migration.py -f mig
24 See also ``analyze-migration.py -h`` help for more options.
35 to hold the firmware and thus migration can fail. In practice it's best
40 emulation code can work with older firmware to allow forward migration.
42 - Care should be taken with newer firmware so that backward migration
H A Dpostcopy.rst7 'Postcopy' migration is a way to deal with migrations that refuse to converge
9 the amount of migration traffic and time it takes, the down side is that during
16 Postcopy can be combined with precopy (i.e. normal migration) so that if precopy
23 destination) prior to the start of migration:
27 The normal commands are then used to start a migration, which is still
33 It can be issued immediately after migration is started or any
34 time later on. Issuing it after the end of a migration is harmless.
47 Set at the start of migration if postcopy is enabled, even
51 The destination will fail early in migration at this point if the
68 pages off the migration stream, while the main thread carries
[all …]
H A Dcompatibility.rst7 When we do migration, we have two QEMU processes: the source and the
29 First of all, migration is only supposed to work if you use the same
77 This migration is known as newer to older. We need to make sure
79 migration to qemu-5.1. Notice that we can't make updates to
85 This migration is known as older to newer. We need to make sure
133 When we are doing migration, if we migrate from a device that has 4
136 migration.
154 correct. migration works.
161 correct. migration works.
183 migration A -> B is case 6, so number of queues needs to be 1.
[all …]
H A Dindex.rst4 This is the main entry for QEMU migration documentations. It explains how
5 QEMU live migration works.
/openbmc/qemu/qapi/
H A Dmigration.json17 # Detailed migration status.
24 # @total: total amount of bytes involved in the migration process
82 # Detailed XBZRLE migration cache statistics
108 # Detailed migration compression statistics
130 # An enumeration of migration status.
132 # @none: no migration has ever happened.
134 # @setup: migration process has been initiated.
136 # @cancelling: in the process of cancelling migration.
138 # @cancelled: cancelling migration is finished.
140 # @active: in the process of doing migration.
[all …]
H A Dyank.json20 'data': [ 'block-node', 'chardev', 'migration' ] }
61 # - migration: Yanking it will shut down all migration connections.
62 # Unlike `migrate_cancel`, it will not notify the migration process,
63 # so migration will go into @failed state, instead of @cancelled
H A Dvfio.json14 # An enumeration of the VFIO device migration states.
44 # This event is emitted when a VFIO device migration state is changed.
50 # @device-state: The new changed device migration state.
/openbmc/qemu/docs/
H A Dmulti-thread-compression.txt1 Use multiple thread (de)compression in live migration
21 be decompressed. Using compression in live migration can help
23 bandwidth is limited, and the total migration time can also be reduced
28 extra CPU cycles will increase the migration time. On the other hand,
30 the total migration time. If the process of the compression is quick
31 enough, then the total migration time can be reduced, and multiple
46 When to use the multiple thread compression in live migration
53 can still help to reduce the migration time.
112 to support the multiple thread compression migration:
128 6. Start outgoing migration:
[all …]
H A Drdma.txt28 RDMA helps make your migration more deterministic under heavy load because
32 migration, under certain types of memory-bound workloads, may take a more
33 unpredictable amount of time to complete the migration if the amount of
34 memory tracked during each live migration iteration round cannot keep pace
39 migration using RDMA is capable of using both technologies because of
52 Use of RDMA during migration requires pinning and registering memory
56 of RDMA migration may in fact be harmful to co-located VMs or other
59 use of RDMA is discouraged and it is recommended to use standard TCP migration.
65 bulk-phase round of the migration and can be enabled for extremely
75 of the migration, which can greatly reduce the "total" time of your migration.
[all …]
/openbmc/qemu/tests/functional/
H A Dmeson.build84 'migration',
114 'migration',
123 'migration',
173 'migration',
233 'migration',
250 'migration',
265 'migration',
274 'migration',
305 'migration',
314 'migration',
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D234.out2 Enabling migration QMP events on A...
5 Enabling migration QMP events on B...
9 Starting migration to B...
24 Enabling migration QMP events on A...
27 Starting migration back to A...
H A D091.out13 vm1: live migration started
14 vm1: live migration completed
16 === VM 2: Post-migration, write to disk, verify running ===
H A D262.out2 Enabling migration QMP events on B...
5 Enabling migration QMP events on A...
7 Starting migration to B...
H A D203.out5 Enabling migration QMP events...
7 Starting migration...
/openbmc/qemu/tests/qtest/
H A Dmeson.build8 'migration-test' : 480,
116 'migration-test',
191 qtests_pci + ['migration-test', 'cpu-plug-test', 'drive_del-test']
270 'migration-test']
279 'migration-test']
347 'migration/bootfile.c',
348 'migration/framework.c',
349 'migration/migration-qmp.c',
350 'migration/migration-util.c',
351 'migration/compression-tests.c',
[all …]
/openbmc/qemu/tests/qtest/migration/
H A DMakefile27 * tests/migration/$@. Edit that file and then run "make all"
28 * inside tests/migration to update, and then remember to send both
/openbmc/qemu/migration/
H A Dmeson.build3 'migration-stats.c',
25 'migration-hmp-cmds.c',
26 'migration.c',

12345678910