66eae0ae75
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> |
||
---|---|---|
.. | ||
patches | ||
source | ||
changelog | ||
compat | ||
control | ||
copyright | ||
docs | ||
kvm-ifdown | ||
kvm-ifup | ||
Logo.bmp | ||
OVMF_CODE-pure-efi.fd | ||
OVMF_README.txt | ||
OVMF_VARS-pure-efi.fd | ||
parse-cpu-flags.pl | ||
pve-qemu-kvm.install | ||
pve-qemu-kvm.links | ||
pve-qemu-kvm.lintian-overrides | ||
rules |