mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-01 09:25:21 +00:00
07821c08c0
With VM restore, the VMM is always re-creating a VM based on the restored `VmConfig`. We should always re-generate the 'console_info' from the `Vmm` struct to stay consistent with the new VM being created. Signed-off-by: Bo Chen <bo.arvin.chen@gmail.com>