axvm 0.2.1

Virtual Machine resource management crate for ArceOS's hypervisor variant.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# 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.