mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
The DeviceManager now creates a tree of devices in order to store the resources associated with each device, but also to track dependencies between devices. This is a key part for proper introspection, but also to support snapshot and restore correctly. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>