mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-21 19:02:30 +00:00
In order to get meaningful error messages, we want to make sure all errors are passed up the call stack. This patch fixes this previous limitation by separating errors related to the DeviceManager from errors related to the Vm. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>