Module shared_memory

Module shared_memory 

Source
Expand description

Helpers for file-backed shared guest memory.

Functionsยง

file_to_shared_memory_fd
Convert a std::fs::File to the platform-appropriate shared memory handle.
open_memory_backing_file
Open (or create) a file to back guest RAM, and return the appropriate fd/handle for use as shared memory.