]> git.proxmox.com Git - pve-qemu-kvm.git/commit
fix snapshot/rollback of running vm
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 14 Sep 2015 13:33:59 +0000 (15:33 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 15 Sep 2015 07:06:00 +0000 (09:06 +0200)
commit3a0076907edf0c90869eff3b3bac45346c4ad49c
tree00dd98c7f15ecb85a135cb5a720a397e36810c0f
parent043290c9ea9c0b8c26bb446c3dd0b243c441212e
fix snapshot/rollback of running vm

updating the internal-snapshot-async.patch:
-) qemu now needs a savevm state header
-) global_state_store needs to be called before storing the
vmstate as of 560d027b.
-) migration_incoming_state_new must be called before
loading the vmstate as of bca7856a.

Fixes #694
debian/patches/internal-snapshot-async.patch