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:
Samuel Ortiz 2019-05-10 10:21:53 +02:00
parent cacce5f7c4
commit 3f38b42f05

View File

@ -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.