Re: [Qemu-devel] [PATCH v5 2/2] block: Support GlusterFS as a QEMU block backend

2012-08-09 Thread Bharata B Rao
On Wed, Aug 08, 2012 at 03:37:31PM +0100, Stefan Hajnoczi wrote: > > I have left a few small comments. Perhaps you can resend with your > fixes to Patch 1? Sure, Will send v6 with fixes to patch 1 and incorporating your suggestions. > > + */ > > +#include "block_int.h" > > +#include > > Syste

Re: [Qemu-devel] [PATCH v5 2/2] block: Support GlusterFS as a QEMU block backend

2012-08-08 Thread Stefan Hajnoczi
On Tue, Aug 7, 2012 at 9:01 AM, Bharata B Rao wrote: > block: Support GlusterFS as a QEMU block backend. > > From: Bharata B Rao > > This patch adds gluster as the new block backend in QEMU. This gives > QEMU the ability to boot VM images from gluster volumes. Its already > possible to boot from

[Qemu-devel] [PATCH v5 2/2] block: Support GlusterFS as a QEMU block backend

2012-08-07 Thread Bharata B Rao
block: Support GlusterFS as a QEMU block backend. From: Bharata B Rao This patch adds gluster as the new block backend in QEMU. This gives QEMU the ability to boot VM images from gluster volumes. Its already possible to boot from VM images on gluster volumes using FUSE mount, but this patchset p