]> git.ipfire.org Git - thirdparty/libvirt.git/commit
S390: Enable SCLP Console in QEMU driver
authorJ.B. Joret <jb@linux.vnet.ibm.com>
Mon, 7 Jan 2013 17:17:15 +0000 (18:17 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 8 Jan 2013 10:37:52 +0000 (11:37 +0100)
commitdb2b6861dce3371262a2988d952cc7cfe1d37c4f
tree2175fbff34f2677151016f489ba4ca4fcd0d9d8c
parentd760255d01315f0d688c56ce340773bbac87836c
S390: Enable SCLP Console in QEMU driver

This is the QEMU backend code for the SCLP console support.
It includes SCLP capability detection, QEMU command line generation
and a test case.

Signed-off-by: J.B. Joret <jb@linux.vnet.ibm.com>
Signed-off-by: Viktor Mihajlovski <mihajlov@linux.vnet.ibm.com>
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_command.c
tests/qemuxml2argvdata/qemuxml2argv-console-sclp.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-console-sclp.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c