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 be2d754 commit bb077cbCopy full SHA for bb077cb
src/vmm/src/builder.rs
@@ -732,6 +732,7 @@ pub fn create_uffd_guest_memory(
732
| FeatureFlags::PAGEFAULT_FLAG_WP,
733
)
734
.user_mode_only(false)
735
+ .non_blocking(true)
736
.create()
737
.map_err(CreateUffdBuilder)?;
738
src/vmm/src/persist.rs
@@ -629,6 +629,7 @@ pub(crate) fn guest_memory_from_uffd(
629
630
631
632
633
634
635
0 commit comments