cloud-hypervisor/hypervisor/src
Rob Bradford 496ceed1d0 misc: Remove unnecessary "extern crate"
Now all crates use edition = "2018" then the majority of the "extern
crate" statements can be removed. Only those for importing macros need
to remain.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2021-05-12 17:26:11 +02:00
..
arch misc: Remove unnecessary "extern crate" 2021-05-12 17:26:11 +02:00
kvm hypervisor: aarch64: Safer calculation of offset_of 2021-05-07 07:16:09 +08:00
mshv hypervisor: Address Rust 1.51.0 clippy issue (upper_case_acroynms) 2021-03-26 11:32:09 +00:00
cpu.rs hypervisor: Address Rust 1.51.0 clippy issue (upper_case_acroynms) 2021-03-26 11:32:09 +00:00
device.rs hypervisor: Implement get_device_attr method for AArch64 2020-09-23 12:37:25 +01:00
hypervisor.rs hypervisor: Support creating a VM of a specified KVM type 2021-03-08 18:30:00 +00:00
lib.rs misc: Remove unnecessary "extern crate" 2021-05-12 17:26:11 +02:00
vm.rs hypervisor: Address Rust 1.51.0 clippy issue (from_over_into) 2021-03-26 11:32:09 +00:00