]> git.ipfire.org Git - thirdparty/qemu.git/commit
Handle BH's queued by AIO completions in qemu_aio_flush()
authorNolan <nolan@sigbus.net>
Mon, 20 Jul 2009 21:01:25 +0000 (14:01 -0700)
committerGlauber Costa <glommer@redhat.com>
Thu, 23 Jul 2009 14:37:30 +0000 (10:37 -0400)
commit0dd99a1e37baf1964455df4ab5dc51a91bfd3b99
tree74a217a1344ddd87a65905ac1c62594f4285d447
parent07fdfe83cf7c35f1f17b095e3959ea0472cd0ebd
Handle BH's queued by AIO completions in qemu_aio_flush()

Without this, the call to qemu_aio_flush during migration doesn't
actually flush all in-flight SCSI IOs.

Signed-off-by: Nolan Leake <nolan <at> sigbus.net>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Glauber Costa <glommer@redhat.com>
aio.c