cloud-hypervisor/vm-allocator
Ruoqing He 1e602bd9a6 vm-allocator: Enable build with kvm feature
Currently `vm-allocator` module cannot be solely built, by add
`features` section and specifying `arch/kvm` to turn on the features
required for its dependency - `arch` module to build. Thus enabling
`vm-allocator` crate to be built and tested with command:

```sh
cargo build -p vm-allocator --features kvm
```

Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
2024-12-04 09:29:56 +00:00
..
src vm-allocator: Add an allocator KVM memory slots 2024-11-24 10:45:15 +00:00
Cargo.toml vm-allocator: Enable build with kvm feature 2024-12-04 09:29:56 +00:00