]> git.proxmox.com Git - qemu.git/commit
flush pending aio requests
authorGlauber Costa <glommer@redhat.com>
Mon, 6 Jul 2009 13:32:09 +0000 (09:32 -0400)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 10 Jul 2009 22:26:09 +0000 (17:26 -0500)
commitaae9547639f0b6c3090f759d7a1653c583ff7da7
treebdb5ade9dbccfda4ae64476c8f49b6feead40780
parent2872b8a445ad666b471d5dd1583ab4e51e962205
flush pending aio requests

When we finish migration, there may be pending async io requests
in flight. If we don't flush it before stage3 starting, it might be
the case that the guest loses it.

Signed-off-by: Glauber Costa <glommer@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
migration.c