cloud-hypervisor/devices/src
Rob Bradford f1856bb27c devices: Fix clippy warning for use of .clone()
warning: assigning the result of `Clone::clone()` may be inefficient
   --> devices/src/pvpanic.rs:213:9
    |
213 |         self.bar_regions = bars.clone();
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_from()`: `self.bar_regions.clone_from(&bars)`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
    = note: `#[warn(clippy::assigning_clones)]` on by default

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
2024-03-19 18:36:22 +00:00
..
legacy misc: Remove redundant "use" imports 2024-02-19 17:54:30 +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