mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
The DeviceManagerError type is among the types missing the Error trait so far. To streamline the code and to simplify usage on higher levels of this error type, this type now implements Display and Error. As not all variant values are Error yet, `#[source]` is not everywhere where it could be. This is done in the next commits. The high level goal is: Enable future work to improve the error output of cloud hypervisor. Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de> On-behalf-of: SAP philipp.schuster@sap.com