[PULL 0/8] s390-ccw bios updates

Thomas Huth posted 8 patches 10 months, 3 weeks ago
Failed in applying to current master (apply log)
pc-bios/s390-ccw/cio.h           | 232 +++++++++++++++++++--------------------
pc-bios/s390-ccw/helper.h        |   2 +-
pc-bios/s390-ccw/s390-ccw.h      |  12 +-
pc-bios/s390-ccw/virtio-scsi.h   |   2 +-
pc-bios/s390-ccw/virtio.h        |   4 +-
pc-bios/s390-ccw/main.c          |   1 -
pc-bios/s390-ccw/netmain.c       |   1 -
pc-bios/s390-ccw/virtio-blkdev.c |  12 +-
pc-bios/s390-ccw/virtio-scsi.c   |   4 +-
pc-bios/s390-ccw/virtio.c        |  12 +-
pc-bios/s390-ccw.img             | Bin 42608 -> 42608 bytes
pc-bios/s390-ccw/Makefile        |   2 +-
pc-bios/s390-ccw/start.S         | 149 +++++++++++++------------
pc-bios/s390-netboot.img         | Bin 67232 -> 67232 bytes
tests/tcg/s390x/head64.S         |   7 +-
15 files changed, 220 insertions(+), 220 deletions(-)
[PULL 0/8] s390-ccw bios updates
Posted by Thomas Huth 10 months, 3 weeks ago
 Hi Richard!

The following changes since commit 0eb8f90edebc11022a42abb211b026fac2e276f5:

  Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging (2023-06-28 17:29:53 +0200)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2023-06-29

for you to fetch changes up to b806bc8d9cc16172f0cf2c9e42ca1d75b72f6555:

  pc-bios: Update the s390 bios images with the recent changes (2023-06-29 20:47:45 +0200)

----------------------------------------------------------------
* Fix a compilation issue in the s390-ccw bios with Clang + binutils 2.40
* Create an initial stack frame for the main() function of the s390-ccw bios
* Clean up type definitions in the s390-ccw bios

----------------------------------------------------------------
Juan Quintela (1):
      s390-ccw: Getting rid of ulong

Thomas Huth (7):
      pc-bios/s390-ccw: Get rid of the the __u* types
      pc-bios/s390-ccw/Makefile: Use -z noexecstack to silence linker warning
      pc-bios/s390-ccw: Fix indentation in start.S
      pc-bios/s390-ccw: Provide space for initial stack frame in start.S
      pc-bios/s390-ccw: Move the stack array into start.S
      pc-bios/s390-ccw: Don't use __bss_start with the "larl" instruction
      pc-bios: Update the s390 bios images with the recent changes

 pc-bios/s390-ccw/cio.h           | 232 +++++++++++++++++++--------------------
 pc-bios/s390-ccw/helper.h        |   2 +-
 pc-bios/s390-ccw/s390-ccw.h      |  12 +-
 pc-bios/s390-ccw/virtio-scsi.h   |   2 +-
 pc-bios/s390-ccw/virtio.h        |   4 +-
 pc-bios/s390-ccw/main.c          |   1 -
 pc-bios/s390-ccw/netmain.c       |   1 -
 pc-bios/s390-ccw/virtio-blkdev.c |  12 +-
 pc-bios/s390-ccw/virtio-scsi.c   |   4 +-
 pc-bios/s390-ccw/virtio.c        |  12 +-
 pc-bios/s390-ccw.img             | Bin 42608 -> 42608 bytes
 pc-bios/s390-ccw/Makefile        |   2 +-
 pc-bios/s390-ccw/start.S         | 149 +++++++++++++------------
 pc-bios/s390-netboot.img         | Bin 67232 -> 67232 bytes
 tests/tcg/s390x/head64.S         |   7 +-
 15 files changed, 220 insertions(+), 220 deletions(-)
Re: [PULL 0/8] s390-ccw bios updates
Posted by Richard Henderson 10 months, 3 weeks ago
On 6/29/23 21:03, Thomas Huth wrote:
>   Hi Richard!
> 
> The following changes since commit 0eb8f90edebc11022a42abb211b026fac2e276f5:
> 
>    Merge tag 'for-upstream' ofhttps://repo.or.cz/qemu/kevin  into staging (2023-06-28 17:29:53 +0200)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/thuth/qemu.git  tags/pull-request-2023-06-29
> 
> for you to fetch changes up to b806bc8d9cc16172f0cf2c9e42ca1d75b72f6555:
> 
>    pc-bios: Update the s390 bios images with the recent changes (2023-06-29 20:47:45 +0200)
> 
> ----------------------------------------------------------------
> * Fix a compilation issue in the s390-ccw bios with Clang + binutils 2.40
> * Create an initial stack frame for the main() function of the s390-ccw bios
> * Clean up type definitions in the s390-ccw bios

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~