mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-08 12:41:35 +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 {
|
pub enum Error {
|
||||||
/// Max is less than boot
|
/// Max is less than boot
|
||||||
ParseCpusMaxLowerThanBoot,
|
ParseCpusMaxLowerThanBoot,
|
||||||
/// Failed parsing kernel parameters.
|
|
||||||
ParseKernelParams,
|
|
||||||
/// Failed parsing kernel command line parameters.
|
|
||||||
ParseCmdlineParams,
|
|
||||||
/// Both socket and path specified
|
/// Both socket and path specified
|
||||||
ParseDiskSocketAndPath,
|
ParseDiskSocketAndPath,
|
||||||
/// Filesystem tag is missing
|
/// Filesystem tag is missing
|
||||||
@ -49,8 +45,6 @@ pub enum Error {
|
|||||||
ParseVsockSockMissing,
|
ParseVsockSockMissing,
|
||||||
/// Missing vsock cid parameter.
|
/// Missing vsock cid parameter.
|
||||||
ParseVsockCidMissing,
|
ParseVsockCidMissing,
|
||||||
/// Missing kernel configuration
|
|
||||||
ValidateMissingKernelConfig,
|
|
||||||
/// Error parsing CPU options
|
/// Error parsing CPU options
|
||||||
ParseCpus(OptionParserError),
|
ParseCpus(OptionParserError),
|
||||||
/// Error parsing memory options
|
/// Error parsing memory options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user