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;
>>
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, "",
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
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