Skip to content
Snippets Groups Projects
  1. Oct 09, 2020
  2. Oct 08, 2020
  3. Oct 06, 2020
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-06' into staging · 6eeea672
      Peter Maydell authored
      
      * Don't stop at the first unbootable device, continue scanning
      * Fix corner cases in booting from ECKD
      * s390x-ccw bios cleanup part 2​
      
      # gpg: Signature made Tue 06 Oct 2020 19:17:46 BST
      # gpg:                using RSA key 27B88847EEE0250118F3EAB92ED9D774FE702DB5
      # gpg:                issuer "thuth@redhat.com"
      # gpg: Good signature from "Thomas Huth <th.huth@gmx.de>" [full]
      # gpg:                 aka "Thomas Huth <thuth@redhat.com>" [full]
      # gpg:                 aka "Thomas Huth <huth@tuxfamily.org>" [full]
      # gpg:                 aka "Thomas Huth <th.huth@posteo.de>" [unknown]
      # Primary key fingerprint: 27B8 8847 EEE0 2501 18F3  EAB9 2ED9 D774 FE70 2DB5
      
      * remotes/huth-gitlab/tags/pull-request-2020-10-06:
        tests/qtest/cdrom: Add more s390x-related boot tests
        pc-bios/s390: Update the s390-ccw bios binaries
        pc-bios: s390x: Go into disabled wait when encountering a PGM exception
        pc-bios: s390x: Use reset PSW if avaliable
        pc-bios: s390x: Save PSW rework
        pc-bios: s390x: Fix bootmap.c zipl component entry data handling
        pc-bios/s390-ccw: break loop if a null block number is reached
        pc-bios/s390-ccw: fix off-by-one error
        pc-bios/s390-ccw/main: Remove superfluous call to enable_subchannel()
        pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is bad
        pc-bios/s390-ccw: Scan through all devices if no boot device specified
        pc-bios/s390-ccw: Do not bail out early if not finding a SCSI disk
        pc-bios/s390-ccw: Move the inner logic of find_subch() to a separate function
        pc-bios/s390-ccw: Introduce ENODEV define and remove guards of others
        pc-bios/s390-ccw: Move ipl-related code from main() into a separate function
        pc-bios/s390-ccw/Makefile: Compile with -std=gnu99, -fwrapv and -fno-common
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      6eeea672
    • Thomas Huth's avatar
      tests/qtest/cdrom: Add more s390x-related boot tests · eb32abd8
      Thomas Huth authored
      
      Let's add two new tests:
      
      1) Booting with "bootindex" is the architected default behavior on the
      s390x target, so we should have at least one test that is using the
      "bootindex" property.
      
      2) The s390-ccw bios used to fail when other unbootable devices have
      been specified before the bootable device (without "bootindex"). Now
      that the s390-ccw bios is a little bit smarter here, we should test
      this scenario, too, to avoid regressions.
      
      Message-Id: <20200806105349.632-10-thuth@redhat.com>
      Reviewed-by: default avatarCornelia Huck <cohuck@redhat.com>
      Acked-by: default avatarJanosch Frank <frankja@linux.ibm.com>
      Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
      eb32abd8
    • Thomas Huth's avatar
      pc-bios/s390: Update the s390-ccw bios binaries · 6e05891c
      Thomas Huth authored
      
      Make sure that the binaries match the current state of the sources.
      
      Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
      6e05891c
    • Janosch Frank's avatar
      pc-bios: s390x: Go into disabled wait when encountering a PGM exception · 25f5adea
      Janosch Frank authored
      
      Let's setup a PGM PSW, so we won't load 0s when a program exception
      happens. Instead we'll load a disabled wait PSW.
      
      Signed-off-by: default avatarJanosch Frank <frankja@linux.ibm.com>
      Reviewed-by: default avatarChristian Borntraeger <borntraeger@de.ibm.com>
      Reviewed-by: default avatarThomas Huth <thuth@redhat.com>
      Message-Id: <20201006094249.50640-5-frankja@linux.ibm.com>
      Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
      25f5adea
    • Janosch Frank's avatar
      pc-bios: s390x: Use reset PSW if avaliable · 42ab98e7
      Janosch Frank authored
      
      If a blob provides a reset PSW then we should use it instead of
      branching to the PSW address and using our own mask.
      
      Signed-off-by: default avatarJanosch Frank <frankja@linux.ibm.com>
      Reviewed-by: default avatarThomas Huth <thuth@redhat.com>
      Message-Id: <20201006094249.50640-4-frankja@linux.ibm.com>
      [thuth: Use Elvis operator to shorten long line]
      Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
      42ab98e7
Loading