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 9016c60 commit 42a65a7Copy full SHA for 42a65a7
src/hyperlight_host/src/hypervisor/hyperv_linux.rs
@@ -111,6 +111,7 @@ impl HypervLinuxDriver {
111
// here, because otherwise the partition is set up with a SynIC.
112
113
let vm_fd = mshv.create_vm_with_args(&pr)?;
114
+ vm_fd.initialise()?;
115
let features: hv_partition_synthetic_processor_features = Default::default();
116
vm_fd.hvcall_set_partition_property(
117
hv_partition_property_code_HV_PARTITION_PROPERTY_SYNTHETIC_PROC_FEATURES,
0 commit comments