Migrate 8 crates to monorepo

quiche
virtio-drivers
aarch64-paging
libm
miette-derive
tokio
grpcio
serde-xml-rs

Bug: http://b/339424309
Test: treehugger
Change-Id: I481f975f287baf3263464c8be4a12758a6324185
3 files changed
tree: 42e4d6118b94a0a4e27afe7065d4f83ae79b98e2
  1. .github/
  2. src/
  3. .cargo_vcs_info.json
  4. .gitignore
  5. Android.bp
  6. AUTHORS
  7. Cargo.toml
  8. Cargo.toml.orig
  9. CHANGELOG.md
  10. CONTRIBUTING.md
  11. LICENSE
  12. LICENSE-APACHE
  13. LICENSE-MIT
  14. METADATA
  15. MODULE_LICENSE_APACHE2
  16. OWNERS
  17. README.md
README.md

aarch64 page table manipulation

crates.io page docs.rs page

This crate provides a library to manipulate page tables conforming to the AArch64 Virtual Memory System Architecture.

Currently it only supports:

  • stage 1 page tables
  • 4 KiB pages
  • EL3, NS-EL2, NS-EL2&0 and NS-EL1&0 translation regimes

This is not an officially supported Google product.

License

Licensed under either of

at your option.

Contributing

If you want to contribute to the project, see details of how we accept contributions.