mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-28 09:33:01 +00:00
91f1262bcf
Make `send_bufs_with_fd(s)` take `IoSlice` instead of `&[u8]`. Note that no Chrome OS-side is needed for this API change because these methods aren't used in any other Chrome OS projects. BUG=b:204720423 TEST=cargo test in sys_utils and vmm_vhost Change-Id: I02701d9c4e964ea95f0746b17254fa029fee7531 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3302696 Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Keiichi Watanabe <keiichiw@chromium.org> Reviewed-by: Chirantan Ekbote <chirantan@chromium.org> |
||
---|---|---|
.. | ||
assertions | ||
audio_streams | ||
base | ||
cros-fuzz | ||
cros_async | ||
data_model | ||
io_uring | ||
p9 | ||
sync | ||
sys_util | ||
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.