cloud-hypervisor/vmm
Rob Bradford b3e3a5fdd7 vmm: Fix clippy on musl toolchains
The datatype used for the ioctl() C library call is different between it
and the glibc toolchains. The easiest solution is to have the compiler
type cast to type of the parameter.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2022-12-07 17:50:48 +00:00
..
src vmm: Fix clippy on musl toolchains 2022-12-07 17:50:48 +00:00
Cargo.toml build: Bump libc from 0.2.137 to 0.2.138 2022-12-06 00:10:07 +00:00