Expand description
Helpers for file-backed shared guest memory.
Functionsยง
- file_
to_ shared_ memory_ fd - Convert a
std::fs::Fileto 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.