]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Allow multiple panic devices
authorDmitry Andreev <dandreev@virtuozzo.com>
Tue, 24 Nov 2015 12:26:36 +0000 (15:26 +0300)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 25 Nov 2015 13:46:21 +0000 (14:46 +0100)
commit59fc0d060926c43bfcb456ee290819bdb03fe5e2
treef6eb53a0ccd48e8e9c1809f284ed3bd7a17f2953
parentca6ddffe2cdb8ae33fdcdbc7e9cf2d3fbd144277
Allow multiple panic devices

'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
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
tests/qemuxml2argvdata/qemuxml2argv-panic-double.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-panic-double.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c