crosvm/common
Vikram Auradkar 644251cec0 crosvm: fold windows-only proto-tube-hack into kiwi
Makes proto-tube the default behavior when kiwi is enabled.

BUG=b:244666222
TEST=tested downstream

Change-Id: I4281dec4dc201ff981662498dae932b514c34050
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3881729
Commit-Queue: Vikram Auradkar <auradkar@google.com>
Reviewed-by: Richard Zhang <rizhang@google.com>
Auto-Submit: Vikram Auradkar <auradkar@google.com>
Tested-by: Vikram Auradkar <auradkar@google.com>
2022-09-08 19:04:26 +00:00
..
assertions Add Cargo.lock files to version control again 2022-08-15 19:38:44 +00:00
audio_streams audio_streams_conformance_test: add playback test for NoopStream 2022-08-22 08:17:59 +00:00
balloon_control Add Cargo.lock files to version control again 2022-08-15 19:38:44 +00:00
cros-fuzz Add Cargo.lock files to version control again 2022-08-15 19:38:44 +00:00
cros_asyncv2 crosvm: fold windows-only proto-tube-hack into kiwi 2022-09-08 19:04:26 +00:00
data_model data_model: add read_from_prefix() function 2022-08-16 18:43:03 +00:00
p9 Add Cargo.lock files to version control again 2022-08-15 19:38:44 +00:00
sync Add Cargo.lock files to version control again 2022-08-15 19:38:44 +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