pve-qemu/debian/patches
Thomas Lamprecht 66eae0ae75 fix dirty-bitmap state migration freeze
The idea in general is to migrate all the state, which is small for
us, in a single step once. But, QEMU only calls save state if we
return active true.

Hardcoding is-active to return true, like done initially, makes the
migration freeze, as QEMU thinks this is never done, and only stops
calling us and finishes after a few seconds.

So, add a state with an "active" boolean, set to true when
initializing a migration, and set it to false when the state was
saved.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-11-05 18:58:15 +01:00
..
extra cherry-pick: "usb: fix setup_len init (CVE-2020-14364)" 2020-09-14 19:38:34 +02:00
pve fix dirty-bitmap state migration freeze 2020-11-05 18:58:15 +01:00
series migration/block-dirty-bitmap: migrate other bitmaps even if one fails 2020-11-04 18:35:50 +01:00