[libvirt] [PATCH v3 0/6] Add panic device support for S390

Boris Fiuczynski fiuczy at linux.vnet.ibm.com
Fri Apr 29 13:23:40 UTC 2016


S390 architecture inherently provides a crash detection capability
which has not been reflected in the domain xml.
This series adds an s390 model to the panic device which does not
allow an address to be specified and is by default created on S390
guests unless already provided.

v3:
* Merged S390 and S390X in the add default device function
* Changed and added tests
* Split out ISA panic device message into separate patch
* Adjusted documentation

v2:
* Grouped default panic device creation and required test code changes into
one patch.
* Added an s390 model instead of using default model for toleration.


Boris Fiuczynski (6):
  qemu: add panic device support for S390
  qemu: add default panic device to S390 guests
  tests: add tests for panic device model s390
  docs: align spelling of S390
  qemu: merge S390 and S390X default device creation
  qemu: fix error message for default panic device

 docs/formatdomain.html.in                          | 26 ++++++++++++-------
 docs/schemas/domaincommon.rng                      |  1 +
 src/conf/domain_conf.c                             |  3 ++-
 src/conf/domain_conf.h                             |  1 +
 src/qemu/qemu_command.c                            | 21 +++++++++++++++-
 src/qemu/qemu_domain.c                             | 11 +++++---
 .../qemuargv2xml-machine-aeskeywrap-off-argv.xml   |  1 +
 .../qemuargv2xml-machine-aeskeywrap-on-argv.xml    |  1 +
 .../qemuargv2xml-machine-deakeywrap-off-argv.xml   |  1 +
 .../qemuargv2xml-machine-deakeywrap-on-argv.xml    |  1 +
 .../qemuargv2xml-machine-keywrap-none-argv.xml     |  1 +
 .../qemuxml2argv-s390-panic-address.xml            | 26 +++++++++++++++++++
 .../qemuxml2argv-s390-panic-missing.args           | 25 +++++++++++++++++++
 .../qemuxml2argv-s390-panic-missing.xml            | 23 +++++++++++++++++
 .../qemuxml2argv-s390-panic-no-address.args        | 25 +++++++++++++++++++
 .../qemuxml2argv-s390-panic-no-address.xml         | 22 ++++++++++++++++
 tests/qemuxml2argvdata/qemuxml2argv-s390-panic.xml | 22 ++++++++++++++++
 tests/qemuxml2argvtest.c                           | 11 +++++++-
 .../qemuxml2xmlout-iothreads-disk-virtio-ccw.xml   |  1 +
 .../qemuxml2xmlout-s390-defaultconsole.xml         |  1 +
 .../qemuxml2xmlout-s390-panic-missing.xml          | 29 ++++++++++++++++++++++
 .../qemuxml2xmlout-s390-panic-no-address.xml       | 28 +++++++++++++++++++++
 .../qemuxml2xmlout-s390-panic.xml                  | 28 +++++++++++++++++++++
 tests/qemuxml2xmltest.c                            |  6 +++++
 24 files changed, 300 insertions(+), 15 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-s390-panic-address.xml
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-s390-panic-missing.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-s390-panic-missing.xml
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-s390-panic-no-address.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-s390-panic-no-address.xml
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-s390-panic.xml
 create mode 100644 tests/qemuxml2xmloutdata/qemuxml2xmlout-s390-panic-missing.xml
 create mode 100644 tests/qemuxml2xmloutdata/qemuxml2xmlout-s390-panic-no-address.xml
 create mode 100644 tests/qemuxml2xmloutdata/qemuxml2xmlout-s390-panic.xml

-- 
2.3.0




More information about the libvir-list mailing list