mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-01 17:35:19 +00:00
vmm: config: Remove unused error entries
These entries are not currently used. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
1a10f16ad0
commit
d8119fda13
@ -27,10 +27,6 @@ pub const DEFAULT_QUEUE_SIZE_VUBLK: u16 = 128;
|
||||
pub enum Error {
|
||||
/// Max is less than boot
|
||||
ParseCpusMaxLowerThanBoot,
|
||||
/// Failed parsing kernel parameters.
|
||||
ParseKernelParams,
|
||||
/// Failed parsing kernel command line parameters.
|
||||
ParseCmdlineParams,
|
||||
/// Both socket and path specified
|
||||
ParseDiskSocketAndPath,
|
||||
/// Filesystem tag is missing
|
||||
@ -49,8 +45,6 @@ pub enum Error {
|
||||
ParseVsockSockMissing,
|
||||
/// Missing vsock cid parameter.
|
||||
ParseVsockCidMissing,
|
||||
/// Missing kernel configuration
|
||||
ValidateMissingKernelConfig,
|
||||
/// Error parsing CPU options
|
||||
ParseCpus(OptionParserError),
|
||||
/// Error parsing memory options
|
||||
|
Loading…
x
Reference in New Issue
Block a user