mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Receiving a migration happens inside the VMM thread, which blocks the API until a migration was received. On the other hand, sending a migration is actually just a dispatch operation. We adjust the wording to improve clarity of the error messages. On-behalf-of: SAP philipp.schuster@sap.com Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>