Skip to content

Commit 17ed512

Browse files
committed
Fixup kvm
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
1 parent 006ad3d commit 17ed512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperlight_host/src/sandbox/initialized_multi_use.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,13 +486,13 @@ mod tests {
486486
use hyperlight_common::flatbuffer_wrappers::guest_error::ErrorCode;
487487
use hyperlight_testing::simple_guest_as_string;
488488

489+
use crate::hypervisor::fpu;
489490
#[cfg(target_os = "linux")]
490491
use crate::mem::memory_region::{MemoryRegion, MemoryRegionFlags, MemoryRegionType};
491492
#[cfg(target_os = "linux")]
492493
use crate::mem::shared_mem::{ExclusiveSharedMemory, GuestSharedMemory, SharedMemory as _};
493494
use crate::sandbox::SandboxConfiguration;
494495
use crate::{GuestBinary, HyperlightError, MultiUseSandbox, Result, UninitializedSandbox};
495-
use crate::hypervisor::fpu;
496496

497497
/// Make sure input/output buffers are properly reset after guest call (with host call)
498498
#[test]

0 commit comments

Comments
 (0)