# AxVM
Virtual Machine **resource management** crate for [`ArceOS`](https://github.com/arceos-org/arceos)'s hypervisor variant.
* resources:
* vcpu: [axvcpu](https://github.com/arceos-hypervisor/axvcpu) list
* memory: [axaddrspace](https://github.com/arceos-hypervisor/axaddrspace) for guest memory management
* device: [axdevice](https://github.com/arceos-hypervisor/axdevice) list
## License
Axvm is licensed under the Apache License, Version 2.0. See the [LICENSE](./LICENSE) file for details.