]> git.proxmox.com Git - qemu.git/commit
migration: push qemu_savevm_state_cancel out of qemu_savevm_state_*
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 22 Feb 2013 16:36:10 +0000 (17:36 +0100)
committerJuan Quintela <quintela@redhat.com>
Mon, 11 Mar 2013 12:32:00 +0000 (13:32 +0100)
commit04943ebaa9e4f5f9ac080198a7b0d25c6d7ac444
treed21541eedd3718d941583f04f6874dd200973674
parent7a2c17216cd5ae4c22844123b8e9360d517932f8
migration: push qemu_savevm_state_cancel out of qemu_savevm_state_*

This is useful, because it lets us keep the cancellation callbacks
inside the big lock while pushing the others out.

Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
savevm.c