crosvm/kvm
Daniel Prilik db4721d870 crosvm: add memfd for GuestMemory
Building off CL:1290293

Instead of having a seperate GuestMemoryManager, this adds SharedMemory
as a Arc'd member of GuestMemory. This is nice since it removes the need
to plumb the Manager struct throughout the codebase.

BUG=chromium:936567
TEST=cargo test -p sys_util

Change-Id: I6fa5d73f7e0db495c2803a040479818445660345
Reviewed-on: https://chromium-review.googlesource.com/1493013
Commit-Ready: Daniel Prilik <prilik@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Zach Reizner <zachr@chromium.org>
2019-03-25 17:43:50 -07:00
..
src crosvm: add memfd for GuestMemory 2019-03-25 17:43:50 -07:00
tests memory: Add methods to return error on short writes and reads 2019-01-13 03:23:13 -08:00
Cargo.toml crosvm: use msg_socket in vm_control 2018-11-19 16:28:35 -08:00