crosvm/common
Judy Hsiao 72b1801216 devices: pci: remove AC97 codes
Remove the AC97 codes on crosvm as it's replaced by virtio-snd

BUG=b:281092802
BUG=b:237681055
TEST=./tools/run_tests

Change-Id: Id7390930c355f7bcfe19f5e62bd678c31f79551e
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4747399
Reviewed-by: Richard Zhang <rizhang@google.com>
Reviewed-by: Jorge Moreira Broche <jemoreira@google.com>
Reviewed-by: Chih-Yang Hsia <paulhsia@chromium.org>
Commit-Queue: Judy Hsiao <judyhsiao@google.com>
Auto-Submit: Judy Hsiao <judyhsiao@google.com>
2023-08-11 03:29:31 +00:00
..
audio_streams devices: pci: remove AC97 codes 2023-08-11 03:29:31 +00:00
balloon_control balloon: change intervals and thresholds to u32 2023-08-09 19:31:25 +00:00
data_model
p9 wire_format_derive: Move entry point to standard location 2023-07-17 18:47:33 +00:00
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.

List of libraries

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