crosvm/common
Dennis Kempin a72f3c4dd2 fuzz: Move p9/fuzz into crosvm-fuzz
This allows it to run on oss-fuzz as well.

BUG=b:279217867
TEST=cargo +nightly fuzz run --fuzz-dir=crosvm-fuzz -O
	--features upstream-fuzz  crosvm_p9_tframe_fuzzer

Change-Id: Id0d24901d454967a94c4b7487916cb805e205450
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4539920
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
2023-05-16 20:43:37 +00:00
..
audio_streams audio_streams: remove unnecessary ref with cvars 2023-04-04 22:59:36 +00:00
balloon_control balloon: return balloon_actual with wss 2023-04-17 21:32:23 +00:00
cros-fuzz Enable compilation of fuzzing targets 2023-01-17 23:18:22 +00:00
data_model tree-wide: remove unnecessary casts 2023-04-17 23:43:59 +00:00
p9 fuzz: Move p9/fuzz into crosvm-fuzz 2023-05-16 20:43:37 +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