On 25/03/2015 10:36, Wen Congyang wrote:
> +static QemuOptsList quorum_children_common_opts = {
> + .name = "qcow2 children",
.name should be "quorum children".
Paolo
> + .head = QTAILQ_HEAD_INITIALIZER(quorum_children_common_opts.head),
> + .desc = {
> + {
> + .name = QUORUM_CHILDREN_OPT_IGNORE_ERRORS,
> + .type = QEMU_OPT_BOOL,
> + .help = "ignore child I/O error",
> + },
> + { /* end of list */ }
> + },
> +};
> +
