Upgrade vmm-sys-util to 0.12.1 am: abff464d28

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vmm-sys-util/+/2950373

Change-Id: Id8e324cfb47e2a0ff1296af25a02b2d01b234d55
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: b8b89936593293649ad6d89e3cfd5c21d424b428
  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.