mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-21 19:02:30 +00:00
By using a Box around the DiskConfig trait, it becomes Sized. For that reason, we can pass the DiskConfig to the Guest so that it can own it. This allows for further simplification as the Guest does not need to be bound to a specific lifetime, which makes things easier. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>