Re: [libvirt] [PATCHv4 3/6] schema: allow multiple panic devices

2015-11-19 Thread Jiri Denemark
On Fri, Nov 13, 2015 at 20:16:37 +0300, Dmitry Andreev wrote: > 'model' attribute was added to a panic device but only one panic > device is allowed. This patch changes panic device presence > from 'optional' to 'zeroOrMore'. I'd remove the "schema: " prefix from the subject since this patch

[libvirt] [PATCHv4 3/6] schema: allow multiple panic devices

2015-11-13 Thread Dmitry Andreev
'model' attribute was added to a panic device but only one panic device is allowed. This patch changes panic device presence from 'optional' to 'zeroOrMore'. --- docs/formatdomain.html.in | 1 + docs/schemas/domaincommon.rng | 4 +-- src/conf/domain_conf.c| 73