mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-11 12:35:26 +00:00
our current p9 server implementation does not support fiile locks (https://www.gnu.org/software/libc/manual/html_node/File-Locks.html). NOTE: this implementation mirrors the QEMU approach, which defers locking semantics to the client VFS. This means we do not provide any guarantees about locks between client/server, nor between multiple potential clients. BUG=chromium:1225763 TEST=tests added Change-Id: I73f04712c7e6869f7679d4f55b2706d21e5cf6b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3578027 Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Maciek Swiech <drmasquatch@google.com> |
||
---|---|---|
.. | ||
assertions | ||
audio_streams | ||
balloon_control | ||
cros-fuzz | ||
cros_asyncv2 | ||
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.