crosvm/common
Vikram Auradkar be1cc96549 Make the mod not-arm only
BUG=b:213153157
TEST=presubmit

Change-Id: Ia351a3254c4bc261f2abd5380e5e678156353900
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3614614
Commit-Queue: Vikram Auradkar <auradkar@google.com>
Auto-Submit: Vikram Auradkar <auradkar@google.com>
Reviewed-by: Anton Romanov <romanton@google.com>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
2022-04-29 17:45:59 +00:00
..
assertions
audio_streams reland: Remove temporarily duplicated code from codebase 2022-04-19 21:48:29 +00:00
balloon_control
cros-fuzz
cros_asyncv2 Make the mod not-arm only 2022-04-29 17:45:59 +00:00
data_model
p9 crosvm: p9: add support for lock() and getlock() to p9 2022-04-26 20:36:58 +00:00
sync
chromeos_warning.md Add version pin warning to common/ 2022-04-15 19:51:35 +00:00
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.

List of libraries

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