Re: [libvirt] [PATCH v2 7/8] qemu: Queue events in migration Finish phase ASAP

2015-09-17 Thread John Ferlan
On 09/11/2015 09:26 AM, Jiri Denemark wrote: > For quite a long time we don't need to postpone queueing events until > the end of the function since we no longer have the big driver lock. > Let's make the code of qemuMigrationFinish simpler by queuing events at > the time we generate them. > >

[libvirt] [PATCH v2 7/8] qemu: Queue events in migration Finish phase ASAP

2015-09-11 Thread Jiri Denemark
For quite a long time we don't need to postpone queueing events until the end of the function since we no longer have the big driver lock. Let's make the code of qemuMigrationFinish simpler by queuing events at the time we generate them. Signed-off-by: Jiri Denemark ---