mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-03 19:35:21 +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.
|
/// Could not find the node in the device tree.
|
||||||
MissingNode,
|
MissingNode,
|
||||||
|
|
||||||
/// Could not find a MMIO range.
|
|
||||||
MmioRangeAllocation,
|
|
||||||
|
|
||||||
/// Resource was already found.
|
/// Resource was already found.
|
||||||
ResourceAlreadyExists,
|
ResourceAlreadyExists,
|
||||||
|
|
||||||
/// Expected resources for virtio-mmio could not be found.
|
|
||||||
MissingVirtioMmioResources,
|
|
||||||
|
|
||||||
/// Expected resources for virtio-pci could not be found.
|
/// Expected resources for virtio-pci could not be found.
|
||||||
MissingVirtioPciResources,
|
MissingVirtioPciResources,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user