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

```sh
cargo build -p devices --features kvm
```

Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
2024-12-06 16:24:41 +00:00
..
src misc: Eliminate use of assert!((...).is_ok()) 2024-10-03 12:03:49 +00:00
Cargo.toml devices: Enable build with kvm feature 2024-12-06 16:24:41 +00:00