[PULL 0/6] more s390x patches

Cornelia Huck posted 6 patches 4 years, 4 months ago
Test asan failed
Test checkpatch failed
Test FreeBSD failed
Test docker-mingw@fedora failed
Test docker-clang@ubuntu failed
Test docker-quick@centos7 failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191219110112.8343-1-cohuck@redhat.com
Maintainers: Cornelia Huck <cohuck@redhat.com>, David Hildenbrand <david@redhat.com>, Richard Henderson <rth@twiddle.net>, Christian Borntraeger <borntraeger@de.ibm.com>, Thomas Huth <thuth@redhat.com>
pc-bios/s390-ccw.img        | Bin 42608 -> 42608 bytes
pc-bios/s390-ccw/jump2ipl.c |  12 +++++++-----
pc-bios/s390-netboot.img    | Bin 67232 -> 67232 bytes
target/s390x/cpu.c          |  12 ++++++++++--
target/s390x/cpu.h          |   1 +
target/s390x/helper.h       |   5 +----
target/s390x/insn-data.def  |   8 ++++----
target/s390x/mem_helper.c   |  38 ------------------------------------
target/s390x/misc_helper.c  |  10 ++++++++++
target/s390x/translate.c    |  21 ++++++++------------
tests/boot-sector.c         |   4 ++--
11 files changed, 43 insertions(+), 68 deletions(-)
[PULL 0/6] more s390x patches
Posted by Cornelia Huck 4 years, 4 months ago
The following changes since commit aceeaa69d28e6f08a24395d0aa6915b687d0a681:

  Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-12-17' into staging (2019-12-17 15:55:20 +0000)

are available in the Git repository at:

  https://github.com/cohuck/qemu tags/s390x-20191219

for you to fetch changes up to 104130cb7c106378dab944397c6a455c4a6d552f:

  s390x: Properly fetch and test the short psw on diag308 subc 0/1 (2019-12-18 15:54:24 +0100)

----------------------------------------------------------------
More s390x patches:
- tcg: implement LOAD/STORE TO REAL ADDRESS inline
- fixes in tests, the bios, and diag308 handling

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

Cornelia Huck (1):
  pc-bios/s390: Update firmware images

Janosch Frank (2):
  pc-bios/s390x: Fix reset psw mask
  s390x: Properly fetch and test the short psw on diag308 subc 0/1

Richard Henderson (2):
  target/s390x: Split out helper_per_store_real
  target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline

Thomas Huth (1):
  tests/boot-sector: Fix the bad s390x assembler code

 pc-bios/s390-ccw.img        | Bin 42608 -> 42608 bytes
 pc-bios/s390-ccw/jump2ipl.c |  12 +++++++-----
 pc-bios/s390-netboot.img    | Bin 67232 -> 67232 bytes
 target/s390x/cpu.c          |  12 ++++++++++--
 target/s390x/cpu.h          |   1 +
 target/s390x/helper.h       |   5 +----
 target/s390x/insn-data.def  |   8 ++++----
 target/s390x/mem_helper.c   |  38 ------------------------------------
 target/s390x/misc_helper.c  |  10 ++++++++++
 target/s390x/translate.c    |  21 ++++++++------------
 tests/boot-sector.c         |   4 ++--
 11 files changed, 43 insertions(+), 68 deletions(-)

-- 
2.21.0


Re: [PULL 0/6] more s390x patches
Posted by Peter Maydell 4 years, 4 months ago
On Thu, 19 Dec 2019 at 11:01, Cornelia Huck <cohuck@redhat.com> wrote:
>
> The following changes since commit aceeaa69d28e6f08a24395d0aa6915b687d0a681:
>
>   Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-12-17' into staging (2019-12-17 15:55:20 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/cohuck/qemu tags/s390x-20191219
>
> for you to fetch changes up to 104130cb7c106378dab944397c6a455c4a6d552f:
>
>   s390x: Properly fetch and test the short psw on diag308 subc 0/1 (2019-12-18 15:54:24 +0100)
>
> ----------------------------------------------------------------
> More s390x patches:
> - tcg: implement LOAD/STORE TO REAL ADDRESS inline
> - fixes in tests, the bios, and diag308 handling
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.0
for any user-visible changes.

-- PMM