We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62f533 commit afd79dfCopy full SHA for afd79df
src/hyperlight_host/src/hypervisor/whp.rs
@@ -175,9 +175,9 @@ impl Vm for WhpVm {
175
unsafe { std::mem::zeroed() };
176
println!("whp get_sregs2");
177
178
- println!("partition: {:?}", self.partition);
+ // println!("partition: {:?}", self.partition);
179
// println!("whp_sregs_names: {:?}", WHP_SREGS_NAMES);
180
- // println!("ptr : {:?}", WHP_SREGS_NAMES.as_ptr());
+ println!("ptr : {:?}", WHP_SREGS_NAMES.as_ptr());
181
// println!("first value: {:?}", unsafe {
182
// WHP_SREGS_NAMES.as_ptr().read()
183
// });
0 commit comments