mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-31 18:15:20 +00:00
vmm: drop two unused errors
Their last users were gone in af3c6c34c3
.
Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
parent
47f47ad53f
commit
1fc8c9165a
@ -348,15 +348,9 @@ pub enum DeviceManagerError {
|
||||
/// Could not find the node in the device tree.
|
||||
MissingNode,
|
||||
|
||||
/// Could not find a MMIO range.
|
||||
MmioRangeAllocation,
|
||||
|
||||
/// Resource was already found.
|
||||
ResourceAlreadyExists,
|
||||
|
||||
/// Expected resources for virtio-mmio could not be found.
|
||||
MissingVirtioMmioResources,
|
||||
|
||||
/// Expected resources for virtio-pci could not be found.
|
||||
MissingVirtioPciResources,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user