cloud-hypervisor/devices/src
Rob Bradford f093ffcbef devices: uart_pl011: Remove redundant imports
error: the item `io` is imported redundantly
Error:    --> devices/src/legacy/uart_pl011.rs:468:9
    |
467 |     use super::*;
    |         -------- the item `io` is already imported here
468 |     use std::io;
    |         ^^^^^^^

error: the item `Arc` is imported redundantly
Error:    --> devices/src/legacy/uart_pl011.rs:469:21
    |
467 |     use super::*;
    |         -------- the item `Arc` is already imported here
468 |     use std::io;
469 |     use std::sync::{Arc, Mutex};
    |                     ^^^

error: could not compile `devices` (lib test) due to 8 previous errors
Error: warning: build failed, waiting for other jobs to finish...
Error: The process 'cross' failed with exit code 101

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
2024-03-19 18:36:22 +00:00
..
legacy devices: uart_pl011: Remove redundant imports 2024-03-19 18:36:22 +00:00
acpi.rs build: Bump acpi_tables version 2023-09-07 13:58:33 +01:00
debug_console.rs devices: add debug-console device 2024-01-25 10:25:14 -08:00
gic.rs misc: Fix various spelling errors using typos 2023-09-09 10:46:21 +01:00
interrupt_controller.rs vmm,devices: Change Gic snapshot and restore path 2022-12-01 17:07:25 +01:00
ioapic.rs vm-device: support batch update interrupt source group GSI 2023-08-03 15:58:36 +01:00
lib.rs devices: add debug-console device 2024-01-25 10:25:14 -08:00
pvpanic.rs devices: Fix clippy warning for use of .clone() 2024-03-19 18:36:22 +00:00
tpm.rs devices: tpm: failure to deliver request is considered fatal 2023-01-31 18:09:18 +00:00