mbox series

[PULL,00/14] s390x update

Message ID 20200703100650.621212-1-cohuck@redhat.com
Headers show
Series s390x update | expand

Message

Cornelia Huck July 3, 2020, 10:06 a.m. UTC
The following changes since commit 64f0ad8ad8e13257e7c912df470d46784b55c3fd:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-07-02' into staging (2020-07-02 15:54:09 +0100)

are available in the Git repository at:

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

for you to fetch changes up to f196f6a8c7cca5e8bd1d6d37995447e1d6028223:

  Merge tag 's390-ccw-bios-2020-07-02' into s390-next-staging (2020-07-03 11:17:03 +0200)

----------------------------------------------------------------
s390 update:
- various fixes
- cleanup in the s390x-ccw bios

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

Halil Pasic (2):
  virtio-ccw: fix virtio_set_ind_atomic
  s390x/pci: fix set_ind_atomic

Janosch Frank (9):
  pc-bios: s390x: cio.c cleanup and compile fix
  pc-bios: s390x: Consolidate timing functions into time.h
  pc-bios: s390x: Move sleep and yield to helper.h
  pc-bios: s390x: Get rid of magic offsets into the lowcore
  pc-bios: s390x: Rename PSW_MASK_ZMODE to PSW_MASK_64
  pc-bios: s390x: Use PSW masks where possible and introduce
    PSW_MASK_SHORT_ADDR
  pc-bios: s390x: Move panic() into header and add infinite loop
  pc-bios: s390x: Use ebcdic2ascii table
  pc-bios: s390x: Make u32 ptr check explicit

Richard Henderson (1):
  target/s390x: Fix SQXBR

Thomas Huth (2):
  pc-bios/s390-ccw: Generate and include dependency files in the
    Makefile
  pc-bios/s390: Update s390-ccw bios binaries with the latest changes