Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently `arch` crate cannot be built, by specifying `hypervisor/kvm` to turn on the features required for its dependency - `hypervisor` crate to build. Thus enabling `arch` crate to be built with command: ```sh cargo build -p arch --features kvm ``` Signed-off-by: Ruoqing He <[email protected]>
- Loading branch information