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 18edbd0 commit 74d9986Copy full SHA for 74d9986
src/vmm/src/builder.rs
@@ -622,6 +622,9 @@ pub fn build_microvm_from_snapshot(
622
vmm.uffd = uffd;
623
vmm.uffd_socket = socket;
624
625
+ #[cfg(target_arch = "x86_64")]
626
+ vmm.vm.set_memory_private().map_err(VmmError::Vm)?;
627
+
628
#[cfg(target_arch = "x86_64")]
629
{
630
// Scale TSC to match, extract the TSC freq from the state if specified
0 commit comments