vmm: hypervisor: drop duplicate comment

Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
Wei Liu 2020-06-28 16:35:05 +00:00 committed by Rob Bradford
parent 2518b9e3cd
commit 24c051c663

View File

@ -14,9 +14,6 @@ use crate::arch::x86::{msr_index, MTRR_ENABLE, MTRR_MEM_TYPE_WB};
use crate::kvm::{Cap, Kvm, KvmError, KvmResult};
use serde_derive::{Deserialize, Serialize};
///
/// Export generically-named wrappers of kvm-bindings for Unix-based platforms
///
///
/// Export generically-named wrappers of kvm-bindings for Unix-based platforms
///