mbox

[PULL,0/6] more s390x patches

Message ID 20191219110112.8343-1-cohuck@redhat.com
State New
Headers show

Pull-request

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

Message

Cornelia Huck Dec. 19, 2019, 11:01 a.m. UTC
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(-)

Comments

Peter Maydell Dec. 20, 2019, 5:47 p.m. UTC | #1
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