cloud-hypervisor/block_util
Sebastien Boeuf 4918c1ca7f block_util, vmm: Propagate error on QcowDiskSync creation
Instead of panicking with an expect() function, the QcowDiskSync::new
function now propagates the error properly. This ensures the VMM will
not panic, which might be the source of weird errors if only one thread
exits while the VMM continues to run.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2021-08-11 16:44:28 -07:00
..
src block_util, vmm: Propagate error on QcowDiskSync creation 2021-08-11 16:44:28 -07:00
Cargo.toml build: Bump dependencies 2021-08-10 15:24:28 +01:00