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
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
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