Re: [Qemu-devel] [PATCH 7/8] s390: Add SCLP vt220 console support

2012-06-13 Thread Alexander Graf
Heinz Graalfs wrote: > On Tue, 2012-06-12 at 13:52 +0200, Alexander Graf wrote: > >> On 06/06/2012 02:05 PM, Jens Freimann wrote: >> >>> From: Heinz Graalfs >>> >>> [...] >>> +static void chr_read_vt220(void *opaque, const uint8_t *buf, int size) >>> +{ >>> +char *offset; >>> +

Re: [Qemu-devel] [PATCH 7/8] s390: Add SCLP vt220 console support

2012-06-13 Thread Heinz Graalfs
On Tue, 2012-06-12 at 13:52 +0200, Alexander Graf wrote: > On 06/06/2012 02:05 PM, Jens Freimann wrote: > > From: Heinz Graalfs > > > > Adds console support (in vt220 mode). > > In order to run qemu exploiting the SCLP's console functionality in vt220 > > mode > > the user has to specify the follo

Re: [Qemu-devel] [PATCH 7/8] s390: Add SCLP vt220 console support

2012-06-12 Thread Alexander Graf
On 06/06/2012 02:05 PM, Jens Freimann wrote: From: Heinz Graalfs Adds console support (in vt220 mode). In order to run qemu exploiting the SCLP's console functionality in vt220 mode the user has to specify the following console related parameters: -chardev stdio,id=charconsole0 -device sclpc