Statistics
| Branch: | Revision:

root / pc-bios / s390-ccw / s390-ccw.h @ 6683d7bc

History | View | Annotate | Download (2.8 kB)

# Date Author Comment
c9c39d3b 04/26/2013 09:18 pm Alexander Graf

S390: ccw firmware: Add glue header

Like all great programs, we have to call between different functions in
different object files. And all of them need a common ground of defines.

Provide a file that provides these defines.

Signed-off-by: Alexander Graf <>

7f61cbc1 04/26/2013 09:18 pm Christian Borntraeger

s390-ccw.img: replace while loop with a disabled wait on s390 bios

dont waste cpu power on an error condition. Lets stop the guest
with a disabled wait.

Signed-off-by: Christian Borntraeger <>
Signed-off-by: Alexander Graf <>