Hi, This is v10 of the patchset to support GlusterFS backend from QEMU.
Changes in v10 -------------- - Included another fix to qemu_aio_wait() from Paolo in the series. - A few more fixes to the volume and image parsing code. - Removed unnecessary unescaping of URI query parameters. - Fail if server or port are specified for unix type of transport. - Save errno in case glfs_fini() fails in qemu_gluster_init(). - s/qemu_gluster_send_pipe/qemu_write_full - Remove unnecessary clearing of O_ACCMODE from open_flags in qemu_gluster_open. Previous versions can be found here: v9 - http://lists.nongnu.org/archive/html/qemu-devel/2012-09/msg04016.html v8 - http://lists.gnu.org/archive/html/qemu-devel/2012-09/msg04007.html v7 - http://lists.nongnu.org/archive/html/qemu-devel/2012-09/msg02532.html v6 - http://lists.nongnu.org/archive/html/qemu-devel/2012-08/msg01536.html v5 - http://lists.nongnu.org/archive/html/qemu-devel/2012-08/msg01023.html v4 - http://lists.nongnu.org/archive/html/qemu-devel/2012-08/msg00147.html v3 - http://lists.nongnu.org/archive/html/qemu-devel/2012-07/msg03322.html v2 - http://lists.nongnu.org/archive/html/qemu-devel/2012-07/msg02718.html v1 - http://lists.nongnu.org/archive/html/qemu-devel/2012-06/msg01745.html Regards, Bharata.