mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-28 01:16:50 +00:00
e7c26c37ed
The previous maximum size was 64K minus 1 byte; this also did not leave room for the request/response header, so the actual maximum transfer size in a single request was slightly smaller. Use 64K + 24 bytes, since this matches the P9_IOHDRSZ subtraction used by the Linux 9p client to calculate the maximum I/O size. BUG=b:265610073 TEST=strace 9s on host and verify larger read()/write() syscalls Change-Id: Ia606222d3c52a7a6e3f6cfca1a9fcbd78e223855 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4455812 Reviewed-by: Junichi Uekawa <uekawa@chromium.org> Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> |
||
---|---|---|
.. | ||
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.