On 10/14/2011 04:24 PM, Luiz Capitulino wrote:
Yes, you're right. But there's another problem there: the VM is stopped
when the migration process finishes. So, if you migrate again, there
won't be a POST_MIGRATE -> FINISH_MIGRATE transition, as vm_stop() will
just return.
Acked-by: Paolo Bonzini <pbonz...@redhat.com>
for now. I really think for 1.1 it's better to separate the
"paused-until-user-interaction-because-..." and
"temporarily-paused-because-..." state, as suggested elsewhere in the
thread.
Paolo