Skip to content

Commit 4bf07e8

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

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/hyperlight_host/src/hypervisor/hyperv_windows.rs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -160,18 +160,6 @@ impl HypervWindowsDriver {
160160
},
161161
},
162162
),
163-
(
164-
WHvX64RegisterTr,
165-
WHV_REGISTER_VALUE {
166-
Segment: WHV_X64_SEGMENT_REGISTER {
167-
Limit: 0xFFFF,
168-
Anonymous: WHV_X64_SEGMENT_REGISTER_0 {
169-
Attributes: 0b1011 | (1 << 7), // Type 11 + P
170-
},
171-
..Default::default()
172-
},
173-
},
174-
),
175163
]);
176164

177165
#[cfg(not(feature = "init-paging"))]

0 commit comments

Comments
 (0)