mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-11 04:26:38 +00:00
The sys_util implementation of From<MemoryMapping> for MemoryMappingArena doesn't work with a base::MemoryMapping, since that is a struct that wraps sys_util's MemoryMapping rather than a direct re-export. Add an implementation that calls the sys_util impl with the inner sys_util MemoryMapping. BUG=b:213149154 TEST=emerge-hatch crosvm Change-Id: I2a5cddade91f366b86b61cc4cf5b294c31fb1c4e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3490742 Reviewed-by: Vikram Auradkar <auradkar@google.com> Reviewed-by: Alexandre Courbot <acourbot@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> |
||
---|---|---|
.. | ||
assertions | ||
audio_streams | ||
balloon_control | ||
base | ||
cros-fuzz | ||
cros_async | ||
cros_asyncv2 | ||
data_model | ||
io_uring | ||
p9 | ||
sync | ||
sys_util | ||
sys_util_core | ||
README.md |
Crosvm General Purpose Libraries
The crates in this folder are general purpose libraries used by other projects in ChromeOS as well.
To make them accessible independendly of crosvm, each of these crates is excluded from the crosvm workspace.