1. 15 11月, 2018 4 次提交
    • P
      linux-user/sparc/signal.c: Remove dead code · bba390cb
      Peter Maydell 提交于
      Coverity complains (CID 1390847) about some dead code in
      do_sigreturn(). This is an if (err) clause that can never be
      true, copied from the kernel (where __get_user returns an error).
      The one code path that could report an error is in the
      currently commented-out pseudocode for handling FPU register
      restoring, so move the if into that comment (and fix the
      broken indent in the comment in the process).
      
      (The new position for the error check is also the semantically
      correct one -- we should not restore the signal mask from
      the signal frame if we get an error here, so the check must
      be done before set_sigmask(), not after.)
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Reviewed-by: NLaurent Vivier <laurent@vivier.eu>
      Message-id: 20181115114616.26265-1-peter.maydell@linaro.org
      bba390cb
    • M
      make-release: add skiboot .version file · 3fccd3f2
      Michael Roth 提交于
      This is needed to build skiboot from tarball-distributed sources
      since the git data the make_release.sh script relies on to generate
      it is not available.
      
      Cc: qemu-stable@nongnu.org
      Reported-by: NMichael Tokarev <mjt@tls.msk.ru>
      Signed-off-by: NMichael Roth <mdroth@linux.vnet.ibm.com>
      Reviewed-by: NPhilippe Mathieu-Daudé <f4bug@amsat.org>
      Message-id: 20181109161352.29873-1-mdroth@linux.vnet.ibm.com
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      3fccd3f2
    • P
      Merge remote-tracking branch... · 5eb48906
      Peter Maydell 提交于
      Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-fixes-for-3.1-141118-1' into staging
      
      Testing tweaks:
      
        - split MacOSX build
        - fix for readdir() failures in check-tcg
      
      # gpg: Signature made Wed 14 Nov 2018 13:08:24 GMT
      # gpg:                using RSA key FBD0DB095A9E2A44
      # gpg: Good signature from "Alex Bennée (Master Work Key) <alex.bennee@linaro.org>"
      # Primary key fingerprint: 6685 AE99 E751 67BC AFC8  DF35 FBD0 DB09 5A9E 2A44
      
      * remotes/stsquad/tags/pull-testing-fixes-for-3.1-141118-1:
        tests/tcg/multiarch: fix 32bit linux-test on 64bit host
        .travis.yml: split MacOSX builds and reduce target list
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      5eb48906
    • P
      Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20181114' into staging · 18d30e7b
      Peter Maydell 提交于
      Fix error handling during zpci device creation.
      
      # gpg: Signature made Wed 14 Nov 2018 10:08:43 GMT
      # gpg:                using RSA key DECF6B93C6F02FAF
      # gpg: Good signature from "Cornelia Huck <conny@cornelia-huck.de>"
      # gpg:                 aka "Cornelia Huck <huckc@linux.vnet.ibm.com>"
      # gpg:                 aka "Cornelia Huck <cornelia.huck@de.ibm.com>"
      # gpg:                 aka "Cornelia Huck <cohuck@kernel.org>"
      # gpg:                 aka "Cornelia Huck <cohuck@redhat.com>"
      # Primary key fingerprint: C3D0 D66D C362 4FF6 A8C0  18CE DECF 6B93 C6F0 2FAF
      
      * remotes/cohuck/tags/s390x-20181114:
        s390x/pci: properly fail if the zPCI device cannot be created
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      18d30e7b
  2. 14 11月, 2018 3 次提交
  3. 13 11月, 2018 33 次提交