crosvm/common
Zihan Chen 8a7550c40a crosvm: Partially convert DataInit to zerocopy (1/n)
Thie effort is splitted into multiple CLs, to reduce change size
and also make bisecing breakages easier.

TESTED=CQ only

BUG=b:204409584

Change-Id: Ie90f171bd5f74b732df3129e94733f3b34621092
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4210751
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-by: Dennis Kempin <denniskempin@google.com>
Commit-Queue: Zihan Chen <zihanchen@google.com>
2023-02-02 19:28:57 +00:00
..
audio_streams Fix remaining Chrome/Chromium OS instances 2023-01-03 22:14:30 +00:00
balloon_control Fix remaining Chrome/Chromium OS instances 2023-01-03 22:14:30 +00:00
cros-fuzz Enable compilation of fuzzing targets 2023-01-17 23:18:22 +00:00
cros_asyncv2 Add conditional compilation for unix-only crates 2023-01-19 21:21:59 +00:00
data_model crosvm: Partially convert DataInit to zerocopy (1/n) 2023-02-02 19:28:57 +00:00
p9 p9: handle Tframe body decode failure separately from header 2023-01-24 18:42:35 +00:00
sync Fix remaining Chrome/Chromium OS instances 2023-01-03 22:14:30 +00:00
chromeos_warning.md Add version pin warning to common/ 2022-04-15 19:51:35 +00:00
README.md docs: Use mdformat to format markdown files 2022-01-27 21:29:11 +00:00

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.

List of libraries

  • cros-fuzz: Support crate for fuzzing rust code in ChromeOS
  • p9: Server implementation of the 9p file system protocol