cloud-hypervisor/hypervisor/src
Rob Bradford adf5881757 build: #[allow(clippy::significant_drop_in_scrutinee) in some crates
This check is new in the beta version of clippy and exists to avoid
potential deadlocks by highlighting when the test in an if or for loop
is something that holds a lock. In many cases we would need to make
significant refactorings to be able to pass this check so disable in the
affected crates.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2022-06-30 20:50:45 +01:00
..
arch build: Fix beta clippy issue (derive_partial_eq_without_eq) 2022-06-30 20:50:45 +01:00
kvm build: Fix beta clippy issue (derive_partial_eq_without_eq) 2022-06-30 20:50:45 +01:00
mshv hypervisor: mshv: Override hypervisor R/W behavior for unknown MSR 2022-06-09 20:53:58 +01:00
cpu.rs aarch64: Move setup_regs to hypervisor 2022-06-06 11:07:46 +01:00
device.rs hypervisor: Implement get_device_attr method for AArch64 2020-09-23 12:37:25 +01:00
hypervisor.rs hypervisor: mshv: Override hypervisor R/W behavior for unknown MSR 2022-06-09 20:53:58 +01:00
lib.rs build: #[allow(clippy::significant_drop_in_scrutinee) in some crates 2022-06-30 20:50:45 +01:00
vm.rs aarch64: Simplify GIC related structs definition 2022-06-06 10:17:26 +08:00