cloud-hypervisor/devices/src/legacy
Wei Liu 16f52914e0 devices: cmos: suppress deprecation warnings on time_t on musl
The type is to change from 32-bit to 64-bit. See
https://github.com/rust-lang/libc/issues/1848.

The change is announced via a deprecation warning. Cloud Hypervisor's
code does not need changing. Simply suppress these warnings.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
2021-08-23 09:58:49 -07:00
..
cmos.rs devices: cmos: suppress deprecation warnings on time_t on musl 2021-08-23 09:58:49 -07:00
fwdebug.rs misc: Make Bus::write() return an Option<Arc<Barrier>> 2020-12-17 11:23:53 +00:00
gpio_pl061.rs clippy: Fix redundant allocations 2021-07-29 13:28:57 +02:00
i8042.rs misc: Make Bus::write() return an Option<Arc<Barrier>> 2020-12-17 11:23:53 +00:00
mod.rs aarch64: Address Rust 1.51.0 clippy issue (upper_case_acroynms) 2021-03-26 11:32:09 +00:00
rtc_pl031.rs clippy: Fix redundant allocations 2021-07-29 13:28:57 +02:00
serial.rs clippy: Fix redundant allocations 2021-07-29 13:28:57 +02:00
uart_pl011.rs clippy: Fix redundant allocations 2021-07-29 13:28:57 +02:00