vmm: Error for vsock::unix::Error

Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
Philipp Schuster
2025-05-13 16:18:01 +02:00
committed by Rob Bradford
parent 8d11bf7979
commit b2993fb2fa
2 changed files with 23 additions and 11 deletions

View File

@@ -216,7 +216,7 @@ pub enum DeviceManagerError {
/// Cannot create virtio-vsock backend
#[error("Cannot create virtio-vsock backend")]
CreateVsockBackend(virtio_devices::vsock::VsockUnixError),
CreateVsockBackend(#[source] virtio_devices::vsock::VsockUnixError),
/// Cannot create virtio-iommu device
#[error("Cannot create virtio-iommu device: {0}")]