Statistics
| Branch: | Revision:

root / hw / s390x / sclp.h @ c3203fa5

History | View | Annotate | Download (3.8 kB)

# Date Author Comment
8367a14f 12/07/2012 01:34 pm Stefan Weil

s390x: Spelling fixes (endianess -> endianness, occured -> occurred)

Replace also "write into" by "write to".

Signed-off-by: Stefan Weil <>
Signed-off-by: Stefan Hajnoczi <>

559a17a1 10/29/2012 08:41 pm Heinz Graalfs

s390: sclp event support

Several SCLP features are considered to be events. Those events don't
provide SCLP commands on their own, instead they are all based on
Read Event Data, Write Event Data, Write Event Mask and the service
interrupt. Follow-on patches will provide SCLP's Signal Quiesce (via...

f6c98f92 10/29/2012 08:41 pm Heinz Graalfs

s390: sclp base support

This adds a more generic infrastructure for handling Service-Call
requests on s390. Currently we only support a small subset of Read
SCP Info directly in target-s390x. This patch provides the base
infrastructure for supporting more commands and moves Read SCP...