Skip to content

Commit f95a3d3

Browse files
committed
fixup! [host] adds init-paging feature
Signed-off-by: danbugs <[email protected]>
1 parent ae61316 commit f95a3d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/hyperlight_host/src/hypervisor/hyperv_linux.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,9 @@ impl HypervLinuxDriver {
464464
cs: SegmentRegister {
465465
base: 0,
466466
selector: 0,
467+
..Default::default()
467468
},
469+
..Default::default()
468470
};
469471
vcpu.set_sregs(&sregs)?;
470472
Ok(())

0 commit comments

Comments
 (0)