[libvirt] [PATCHv2 0/2] S390: Adding support for SCLP Console

Viktor Mihajlovski mihajlov at linux.vnet.ibm.com
Mon Nov 26 16:51:29 UTC 2012


The S390 architecture comes with a native console type (SCLP
console) which is now also supported by current QEMU.

This series is enabling libvirt to configure S390 domains with SCLP
consoles.

The domain XML has to be extended for the new console target types
'sclp' and 'sclplm' (line mode = dumb).

As usual the QEMU driver must do capability probing in order to find
out whether SCLP is supported and format the QEMU command line
for the new console type.

V2 Changes:
 Rebased to current master, resolving conflicts.

J.B. Joret (2):
  S390: Add SCLP console front end support
  S390: Enable SCLP Console in QEMU driver

 docs/formatdomain.html.in                          | 19 ++++++-
 docs/schemas/domaincommon.rng                      |  2 +
 src/conf/domain_conf.c                             |  4 +-
 src/conf/domain_conf.h                             |  2 +
 src/qemu/qemu_capabilities.c                       |  3 ++
 src/qemu/qemu_capabilities.h                       |  1 +
 src/qemu/qemu_command.c                            | 59 ++++++++++++++++++++++
 .../qemuxml2argv-console-sclp.args                 |  8 +++
 .../qemuxml2argvdata/qemuxml2argv-console-sclp.xml | 24 +++++++++
 tests/qemuxml2argvtest.c                           |  3 ++
 10 files changed, 123 insertions(+), 2 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-console-sclp.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-console-sclp.xml

-- 
1.7.12.4




More information about the libvir-list mailing list