commit | 8d242f0ed5908333035dd5a8a94c06d7fe3b765c | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@redhat.com> | Thu May 08 16:34:57 2014 +0200 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Wed Jun 04 09:56:12 2014 +0200 |
tree | 739be395c89c178a740b4ce94429f89fdfcf1e38 | |
parent | 0d6ecec2526d26ada9f4e44d27686a40ab9c087b [diff] |
dataplane: implement async flush Stop using the raw-posix file descriptor for synchronous qemu_fdatasync(). Use bdrv_aio_flush() instead and drop the VirtIOBlockDataPlane->fd field. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>