mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
misc: virtio-devices: manual adjustment of special case
Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de> On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
committed by
Rob Bradford
parent
30ee2c129d
commit
1433763d40
@@ -81,7 +81,7 @@ pub enum Error {
|
|||||||
RequestStatus(#[source] GuestMemoryError),
|
RequestStatus(#[source] GuestMemoryError),
|
||||||
#[error("Failed to enable notification")]
|
#[error("Failed to enable notification")]
|
||||||
QueueEnableNotification(#[source] virtio_queue::Error),
|
QueueEnableNotification(#[source] virtio_queue::Error),
|
||||||
#[error("Failed to get {lock_type:?} lock for disk image {path}: {error}")]
|
#[error("Failed to get {lock_type:?} lock for disk image: {path}")]
|
||||||
LockDiskImage {
|
LockDiskImage {
|
||||||
/// The underlying error.
|
/// The underlying error.
|
||||||
#[source]
|
#[source]
|
||||||
|
|||||||
Reference in New Issue
Block a user