Add patch file from upstream.

Bug: http://b/339424309
Test: treehugger
Change-Id: Idaa2d35804789f1dbd09fb195fedb02bff2a7eee
1 file changed
tree: 9a8057e080b980f0a3fc454442b40cd5d254833d
  1. .buildkite/
  2. .cargo/
  3. .github/
  4. patches/
  5. src/
  6. .cargo_vcs_info.json
  7. .gitignore
  8. Android.bp
  9. Cargo.toml
  10. Cargo.toml.orig
  11. cargo_embargo.json
  12. CHANGELOG.md
  13. CODEOWNERS
  14. coverage_config_aarch64.json
  15. coverage_config_x86_64.json
  16. LICENSE-BSD-3-Clause
  17. METADATA
  18. MODULE_LICENSE_BSD_LIKE
  19. OWNERS
  20. 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.