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 7419444 commit 6d453c8Copy full SHA for 6d453c8
src/vmm/src/builder.rs
@@ -587,6 +587,9 @@ pub fn build_microvm_from_snapshot(
587
vmm.uffd = uffd;
588
vmm.uffd_socket = socket;
589
590
+ #[cfg(target_arch = "x86_64")]
591
+ vmm.vm.set_memory_private().map_err(VmmError::Vm)?;
592
+
593
#[cfg(target_arch = "x86_64")]
594
{
595
// Scale TSC to match, extract the TSC freq from the state if specified
0 commit comments