cloud-hypervisor/hypervisor/src
Rob Bradford 84454f142d hypervisor: Remove panic from Hypervisor::check_required_extensions()
Remove the panic by replacing the .expect() with a cleaner error
handling.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2021-05-19 17:11:30 +02:00
..
arch misc: Remove unnecessary "extern crate" 2021-05-12 17:26:11 +02:00
kvm hypervisor: Remove panic from Hypervisor::check_required_extensions() 2021-05-19 17:11:30 +02: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: Remove panic from Hypervisor::check_required_extensions() 2021-05-19 17:11:30 +02: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