]> Git Repo - qemu.git/commit - configure
gluster: Implement .bdrv_co_write_zeroes for gluster
authorBharata B Rao <[email protected]>
Sat, 21 Dec 2013 09:21:25 +0000 (14:51 +0530)
committerKevin Wolf <[email protected]>
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 <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block/gluster.c
configure
This page took 0.025129 seconds and 4 git commands to generate.