[PATCH v4 0/4] pc-bios: s390x: Cleanup part 2

Janosch Frank posted 4 patches 3 years, 6 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201006094249.50640-1-frankja@linux.ibm.com
Maintainers: Christian Borntraeger <borntraeger@de.ibm.com>, Thomas Huth <thuth@redhat.com>, Cornelia Huck <cohuck@redhat.com>
pc-bios/s390-ccw/bootmap.c  |  9 ++++---
pc-bios/s390-ccw/bootmap.h  |  7 +++++-
pc-bios/s390-ccw/jump2ipl.c | 47 ++++++++++++++++++++-----------------
pc-bios/s390-ccw/s390-ccw.h |  1 +
pc-bios/s390-ccw/start.S    |  5 +++-
5 files changed, 43 insertions(+), 26 deletions(-)
[PATCH v4 0/4] pc-bios: s390x: Cleanup part 2
Posted by Janosch Frank 3 years, 6 months ago
So, here are a few more cleanup patches mostly cleaning up ipl code
and some of the assembly.

The patches are available here:
https://github.com/frankjaa/qemu/pull/new/cleanup_bios2

CI:
https://gitlab.com/frankja/qemu/-/pipelines/198568601

v4:
	* Dropped ext/io new PSW patch to speed up review

v3:
	* Split PSW save rework again
	* Added noreturn annotation
	* Minor cleanup

v2:
	* Fixed psw saving in use reset psw patch (thanks Jason)
	* Dropped a lot of patches which weren't strictly necessary
	* Added disabled wait patch
	* Added RFC PSW save patch

Janosch Frank (4):
  pc-bios: s390x: Fix bootmap.c zipl component entry data handling
  pc-bios: s390x: Save PSW rework
  pc-bios: s390x: Use reset PSW if avaliable
  pc-bios: s390x: Go into disabled wait when encountering a PGM
    exception

 pc-bios/s390-ccw/bootmap.c  |  9 ++++---
 pc-bios/s390-ccw/bootmap.h  |  7 +++++-
 pc-bios/s390-ccw/jump2ipl.c | 47 ++++++++++++++++++++-----------------
 pc-bios/s390-ccw/s390-ccw.h |  1 +
 pc-bios/s390-ccw/start.S    |  5 +++-
 5 files changed, 43 insertions(+), 26 deletions(-)

-- 
2.25.1


Re: [PATCH v4 0/4] pc-bios: s390x: Cleanup part 2
Posted by Thomas Huth 3 years, 6 months ago
On 06/10/2020 11.42, Janosch Frank wrote:
> So, here are a few more cleanup patches mostly cleaning up ipl code
> and some of the assembly.
> 
> The patches are available here:
> https://github.com/frankjaa/qemu/pull/new/cleanup_bios2
> 
> CI:
> https://gitlab.com/frankja/qemu/-/pipelines/198568601
> 
> v4:
> 	* Dropped ext/io new PSW patch to speed up review

Thanks, I've queued the patches to my s390-ccw-bios branch:

  https://gitlab.com/huth/qemu/-/commits/s390-ccw-bios/

   Thomas