mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-28 17:44:10 +00:00
dbf07144e2
Most of the IoBufMut code is generic and doesn't need to be implemented for each platform. Factor out the sys-specific parts into a new trait, PlatformIoBuf, that contains the minimal accessor functions for getting and setting address and length. BUG=None TEST=tools/dev_container tools/presubmit Change-Id: If647dd268f8ccdb8ecba2dcf5b12711363a32c69 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4559526 Reviewed-by: Zihan Chen <zihanchen@google.com> Reviewed-by: Noah Gold <nkgold@google.com> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> |
||
---|---|---|
.. | ||
audio_streams | ||
balloon_control | ||
data_model | ||
p9 | ||
sync | ||
chromeos_warning.md | ||
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.