]> git.proxmox.com Git - mirror_qemu.git/commit - configure
gluster: Implement .bdrv_co_write_zeroes for gluster
authorBharata B Rao <bharata@linux.vnet.ibm.com>
Sat, 21 Dec 2013 09:21:25 +0000 (14:51 +0530)
committerKevin Wolf <kwolf@redhat.com>
Wed, 22 Jan 2014 11:07:16 +0000 (12:07 +0100)
commit7c815372f3b37754b2a568e82f0521c7f77a6f66
tree312fb71872ea05e6e2b9b0322c0c7c31e752b688
parent15744b0b8f63d624bdd5825011cd201541a62094
gluster: Implement .bdrv_co_write_zeroes for gluster

Support .bdrv_co_write_zeroes() from gluster driver by using GlusterFS API
glfs_zerofill() that off-loads the writing of zeroes to GlusterFS server.

Signed-off-by: Bharata B Rao <bharata@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/gluster.c
configure