cloud-hypervisor/vmm
Sebastien Boeuf ac7178ef2a vmm: Keep migratable devices list as a Vec
The order the elements are pushed into the list is important to restore
them in the right order. This is particularly important for MmioDevice
(or VirtioPciDevice) and their VirtioDevice counterpart.

A device must be fully ready before its associated transport layer
management can trigger its restoration, which will end up activating the
device in most cases.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-04-17 19:29:41 +02:00
..
src vmm: Keep migratable devices list as a Vec 2020-04-17 19:29:41 +02:00
Cargo.toml vmm, devices: Add firmware debug port device 2020-04-17 12:54:00 +02:00