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.
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
Notes:
Version 2:
- no change
src/qemu/qemu_migration.c | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
ACK (although not my favorite coding style)
John