Re: [libvirt] [PATCH v6 09/13] qemu: Add quorum support in qemuBuildDriveDevStr

2015-11-02 Thread Peter Krempa
On Thu, Oct 29, 2015 at 14:43:16 +0100, Matthias Gatto wrote: > Allow libvirt to build the quorum string used by quemu. > > Add 2 static functions: qemuBuildRAIDStr and > qemuBuildRAIDFileSourceStr. > qemuBuildRAIDStr is made because a quorum can have another quorum > as a child, so we may need

[libvirt] [PATCH v6 09/13] qemu: Add quorum support in qemuBuildDriveDevStr

2015-10-29 Thread Matthias Gatto
Allow libvirt to build the quorum string used by quemu. Add 2 static functions: qemuBuildRAIDStr and qemuBuildRAIDFileSourceStr. qemuBuildRAIDStr is made because a quorum can have another quorum as a child, so we may need to call qemuBuildRAIDStr recursively. qemuBuildRAIDFileSourceStr was