Re: [Qemu-devel] [PATCH v4 06/07] s390: sclp ascii console support

2012-07-31 Thread Christian Borntraeger
On 30/07/12 16:02, Alexander Graf wrote: >> +qemu_irq sclp_read_vt220; > > I'm sure this one wants a name that indicates it's an irq line ;) ok. > >> +} SCLPConsole; >> + >> +/* character layer call-back functions */ >> + >> +/* Return number of bytes that fit into iov buffer */ >> +static

Re: [Qemu-devel] [PATCH v4 06/07] s390: sclp ascii console support

2012-07-30 Thread Alexander Graf
On 26.07.2012, at 10:55, Christian Borntraeger wrote: > From: Heinz Graalfs > > This code adds console support by implementing SCLP's ASCII Console > Data event. This is the same console as LPARs ASCII console or z/VMs > sysascii. > > The console can be specified manually with something like

[Qemu-devel] [PATCH v4 06/07] s390: sclp ascii console support

2012-07-26 Thread Christian Borntraeger
From: Heinz Graalfs This code adds console support by implementing SCLP's ASCII Console Data event. This is the same console as LPARs ASCII console or z/VMs sysascii. The console can be specified manually with something like -chardev stdio,id=charconsole0 -device sclpconsole,chardev=charconsol