Re: [libvirt] [PATCH 10/14] conf: add VIR_DOMAIN_CHR_SERIAL_TARGET_TYPE_SCLP/SCLPLM

2017-11-15 Thread Andrea Bolognani
On Wed, 2017-11-15 at 12:50 +0100, Andrea Bolognani wrote: > @@ -10249,6 +10249,15 @@ qemuBuildSerialChrDeviceStr(char **deviceStr, > } > break; > > +case VIR_DOMAIN_CHR_SERIAL_TARGET_TYPE_SCLP: > +case VIR_DOMAIN_CHR_SERIAL_TARGET_TYPE_SCLPLM: > +if

[libvirt] [PATCH 10/14] conf: add VIR_DOMAIN_CHR_SERIAL_TARGET_TYPE_SCLP/SCLPLM

2017-11-15 Thread Andrea Bolognani
From: Pino Toscano Introduce specific target types for the two console devices (sclp and sclplm) used in s390 and s390x guests, so isa-serial is no more used for them. This makes usable on s390 and s390x guests, with at most only a single sclpconsole and one sclplmconsole