Snap for 11124398 from e9a6c16894722eb02d2ee9e7a9af0b670c3a9425 to 24Q1-release

Change-Id: I0ead5397f68e765f41a262146e431ba3aacffb37
tree: 00294884585a0e12f3f32c06dfd694aeda20af5f
  1. .buildkite/
  2. .cargo/
  3. .github/
  4. src/
  5. .cargo_vcs_info.json
  6. .gitignore
  7. Android.bp
  8. Cargo.toml
  9. Cargo.toml.orig
  10. cargo_embargo.json
  11. CHANGELOG.md
  12. CODEOWNERS
  13. coverage_config_aarch64.json
  14. coverage_config_x86_64.json
  15. LICENSE-BSD-3-Clause
  16. METADATA
  17. MODULE_LICENSE_BSD_LIKE
  18. OWNERS
  19. README.md
README.md

vmm-sys-util

crates.io docs.rs

This crate is a collection of modules that provides helpers and utilities used by multiple rust-vmm components.

The crate implements safe wrappers around common utilities for working with files, event file descriptors, ioctls and others.

Support

Platforms:

  • x86_64
  • aarch64

Operating Systems:

  • Linux
  • Windows (partial support)

License

This code is licensed under BSD-3-Clause.