cloud-hypervisor/devices/src
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
..
legacy devices: cmos: suppress deprecation warnings on time_t on musl 2021-08-23 09:58:49 -07:00
acpi.rs clippy: Fix redundant allocations 2021-07-29 13:28:57 +02:00
gic.rs clippy: Fix redundant allocations 2021-07-29 13:28:57 +02:00
interrupt_controller.rs interrupt: Add a notifier method to the InterruptController 2021-02-10 17:34:56 +00:00
ioapic.rs clippy: Fix redundant allocations 2021-07-29 13:28:57 +02:00
lib.rs misc: Remove unnecessary "extern crate" 2021-05-12 17:26:11 +02:00