]> git.proxmox.com Git - mirror_qemu.git/commit - block/qcow2.c
qcow/qcow2: implement bdrv_aio_flush
authorKevin Wolf <kwolf@redhat.com>
Tue, 12 Jan 2010 12:49:43 +0000 (13:49 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 13 Jan 2010 23:14:15 +0000 (17:14 -0600)
commitf8012c135ecb0f410245b3ed0476a5d0a61beb9c
tree8e90be24f0a71fa3a300a4e9075cfc4bb41dc74e
parent3f5075ae63b6dc1de9428d028a4d28fc98e7fdff
qcow/qcow2: implement bdrv_aio_flush

Now that we do not have to flush the backing device anymore implementing
the bdrv_aio_flush method for image formats is trivial.

[hch: forward ported to qemu mainline from a product tree]

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
block/qcow.c
block/qcow2.c