Migration — QEMU 6.2.50 documentation
qemu.readthedocs.io › en › latestMigration ¶. Migration. QEMU has code to load/save the state of the guest that it is running. These are two complementary operations. Saving the state just does that, saves the state for each device that the guest is running. Restoring a guest is just the opposite operation: we need to load the state of each device.
Features/LiveBlockMigration - QEMU
wiki.qemu.org › Features › LiveBlockMigrationLive block migration. Use the streaming approach + regular live migration + iscsi: Execute regular live migration and at the end of it, start streaming. If there is no shared storage, use the external iscsi and behave as if the image is local. At the end of the streaming operation there will be a new local base image.