]> xenbits.xensource.com Git - libvirt.git/commit
qemu: add panic device support for S390
authorBoris Fiuczynski <fiuczy@linux.vnet.ibm.com>
Fri, 29 Apr 2016 13:23:41 +0000 (15:23 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 2 May 2016 15:01:40 +0000 (17:01 +0200)
commitd855465452e978c3efe94d85ab107c066b40045d
treee518fefdf6997b1c77c54fc174e04108809927e1
parentb43ab240c2ba86a2821386d0d8377b95f57b0bcb
qemu: add panic device support for S390

If a panic device is being defined without a model in a domain
the default value is always overwritten with model ISA. An ISA
bus does not exist on S390 and therefore specifying a panic device
results in an unsupported configuration.
Since the S390 architecture inherently provides a crash detection
capability the panic device should be defined in the domain xml.

This patch adds an s390 panic device model and prevents setting a
device address on it.

Signed-off-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
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