cloud-hypervisor/vmm
Sebastien Boeuf b3ca1d90e9 vmm: Stop dirty logging only if it has been started
Now that we introduced a separate method to indicate when the migration
is started, both start_dirty_log() and stop_dirty_log() don't have to
carry an implicit meaning as they can focus entirely on the dirty log
being started or stopped.

For that reason, we can now safely move stop_dirty_log() to the code
section performing non-local migration. It makes only sense to stop
logging dirty pages if this has been started before.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-02-03 13:33:26 +01:00
..
src vmm: Stop dirty logging only if it has been started 2022-02-03 13:33:26 +01:00
Cargo.toml build: bump libc from 0.2.116 to 0.2.117 2022-02-02 23:46:18 +00:00