qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 00/10] for-2.1: s390-ccw bios patches


From: Cornelia Huck
Subject: [Qemu-devel] [PULL 00/10] for-2.1: s390-ccw bios patches
Date: Fri, 27 Jun 2014 13:25:16 +0200

Here are some s390-ccw bios patches I'd like to see in 2.1. Being able
to finally boot from dasd is quite a useful feature. Please consider pulling.

The following changes since commit ff4873cb8c81db89668d8b56e19e57b852edb5f5:

  coroutine-win32.c: Add noinline attribute to work around gcc bug (2014-06-26 
14:08:14 +0100)

are available in the git repository at:

  git://github.com/cohuck/qemu.git tags/s390x-20140627

for you to fetch changes up to 77416f4075a673a27cfe5a7a34e93c0fa9810e35:

  pc-bios/s390-ccw: update binary (2014-06-27 12:11:53 +0200)

----------------------------------------------------------------
A series of patches to the s390-ccw bios:
- code cleanup
- improved error reporting
- most important, support to ipl (boot) from ECKD DASD (CDL, LDL or CMS
  formatted)

----------------------------------------------------------------

Eugene (jno) Dvurechenski (9):
  pc-bios/s390-ccw: make checkpatch happy
  pc-bios/s390-ccw: cleanup and enhance bootmap defintions
  pc-bios/s390-ccw: handle different sector sizes
  pc-bios/s390-ccw: add some utility code
  pc-bios/s390-ccw: Unify error handling
  pc-bios/s390-ccw: Add fill_hex_val func to provide better msgs
  pc-bios/s390-ccw: factor out ipl code
  pc-bios/s390-ccw: IPL from CDL-formatted ECKD DASD
  pc-bios/s390-ccw: IPL from LDL/CMS-formatted ECKD DASD

Jens Freimann (1):
  pc-bios/s390-ccw: update binary

 pc-bios/s390-ccw.img          |  Bin 9432 -> 17624 bytes
 pc-bios/s390-ccw/bootmap.c    |  445 ++++++++++++++++++++++++++++-------------
 pc-bios/s390-ccw/bootmap.h    |  344 +++++++++++++++++++++++++++++++
 pc-bios/s390-ccw/main.c       |   13 +-
 pc-bios/s390-ccw/s390-ccw.h   |   38 ++--
 pc-bios/s390-ccw/sclp-ascii.c |    4 +-
 pc-bios/s390-ccw/virtio.c     |  122 +++++++++--
 pc-bios/s390-ccw/virtio.h     |   50 ++++-
 8 files changed, 837 insertions(+), 179 deletions(-)
 create mode 100644 pc-bios/s390-ccw/bootmap.h

-- 
1.7.9.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]