]> git.proxmox.com Git - mirror_qemu.git/commit
Postcopy: Send events/change state on incoming side
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 16 Dec 2015 11:47:35 +0000 (11:47 +0000)
committerAmit Shah <amit.shah@redhat.com>
Wed, 13 Jan 2016 10:32:06 +0000 (16:02 +0530)
commit6ba996bb458f4620e62984f2561c270a636bb500
treefb0c008879c0e4cc2b4b3726b4d60082c31397ff
parent93d7af6ff0243f8a9843a3e8a9362d64c9ab4d4b
Postcopy: Send events/change state on incoming side

I missed the calls to send migration events on the destination side
as we enter postcopy.
Take care when adding them not to do it after state has been freed.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Amit Shah <amit.shah@redhat.com>
Message-Id: <1450266458-3178-4-git-send-email-dgilbert@redhat.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
migration/savevm.c