mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
vmm: Fix the Error enum comment
Our error handling is no longer only related to KVM ioctls. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
cacce5f7c4
commit
3f38b42f05
@ -55,7 +55,7 @@ const X86_64_IRQ_BASE: u32 = 5;
|
||||
// CPUID feature bits
|
||||
const ECX_HYPERVISOR_SHIFT: u32 = 31; // Hypervisor bit.
|
||||
|
||||
/// Errors associated with the wrappers over KVM ioctls.
|
||||
/// Errors associated with VM management
|
||||
#[derive(Debug)]
|
||||
pub enum Error {
|
||||
/// Cannot open the VM file descriptor.
|
||||
|
Loading…
Reference in New Issue
Block a user