cloud-hypervisor/vmm
Sebastien Boeuf 71c7dff32b vmm: Fix the error handling logic when migration fails
The code wasn't doing what it was expected to. The '?' was simply
returning the error to the top level function, meaning the Err() case in
the match was never hit. Moving the whole logic to a dedicated function
allows to identify when something got wrong without propagating to the
calling function, so that we can still stop the dirty logging and
unpause the VM.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2021-08-10 12:36:58 -07:00
..
src vmm: Fix the error handling logic when migration fails 2021-08-10 12:36:58 -07:00
Cargo.toml build: Bump dependencies 2021-08-10 15:24:28 +01:00