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

2012-07-28 Thread Blue Swirl
On Sat, Jul 28, 2012 at 4:43 AM, Bharata B Rao wrote: > On Fri, Jul 27, 2012 at 06:44:04PM +, Blue Swirl wrote: >> > +struct GlusterOpts { >> >> static > > Sure. > >> >> > +bool optional; >> > +char defval[10]; >> >> const char *defval? > > Sure I could. > >> >> > +char *value; >>

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

2012-07-27 Thread Bharata B Rao
On Fri, Jul 27, 2012 at 06:44:04PM +, Blue Swirl wrote: > > +struct GlusterOpts { > > static Sure. > > > +bool optional; > > +char defval[10]; > > const char *defval? Sure I could. > > > +char *value; > > +} GlusterOpts[] = { > > +{false, "", NULL }, > > +{false, "",

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

2012-07-27 Thread Blue Swirl
On Wed, Jul 25, 2012 at 6:00 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 v3 2/2] block: Support GlusterFS as a QEMU block backend

2012-07-24 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, but this patchset provides the abili