vmm: vm: enable test_vm test case

Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
Wei Liu 2020-06-12 09:53:11 +00:00 committed by Rob Bradford
parent b99b5777bb
commit fb461c820f

View File

@ -1430,7 +1430,7 @@ mod tests {
}
#[cfg(target_arch = "x86_64")]
#[allow(unused)]
#[test]
pub fn test_vm() {
use kvm_bindings::kvm_userspace_memory_region;
use vm_memory::{GuestMemory, GuestMemoryRegion};