mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 18:38:01 +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> |
||
---|---|---|
.. | ||
src | ||
.build_test_serial | ||
Cargo.toml |