Hi, This is the v7 of the patchset to support GlusterFS backend from QEMU.
Changes in v7 ------------- - Added a few more patches to the patchset that are needed by gluster block driver: inet_parse and qemu_aio_count fixes. - URI specification of gluster drive on QEMU cmdline has been changed. Updated parser routines and registering multiple block driver for each format now. - Fixed a few bugs: qcow2 file creation on gluster backend, AIO completion handling, aio_cancel etc - Addressed review comments from v6. - Using inet_parse() to parse inet addresses instead of a separate parser in gluster driver. - Support for .bdrv_get_allocated_file_size. - Graceful recovery when gluster thread fails to notify QEMU thread on IO completion. Previous versions can be found here: 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.