]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Automatically add <panic> element for pSeries guests.
authorAndrea Bolognani <abologna@redhat.com>
Thu, 28 May 2015 14:39:13 +0000 (16:39 +0200)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 1 Jun 2015 10:44:37 +0000 (06:44 -0400)
commit778c56f0002ffdcb6121b39c7db858859658f942
tree15e6ed02b07200a125378357bab67945bf61028d
parent7bd769e0ab86d7345c6331f3a4ca9b0317efae2b
qemu: Automatically add <panic> element for pSeries guests.

The guest firmware provides the same functionality as the pvpanic
device, and the relevant element should always be present in the
domain XML to reflect this fact, so add it after parsing the
definition if it wasn't there already.
docs/formatdomain.html.in
src/qemu/qemu_domain.c
tests/qemuxml2argvdata/qemuxml2argv-pseries-disk.xml
tests/qemuxml2argvdata/qemuxml2argv-pseries-nvram.xml
tests/qemuxml2argvdata/qemuxml2argv-pseries-panic-missing.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-pseries-panic-missing.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmloutdata/qemuxml2xmlout-pseries-panic-missing.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c