1. 19 11月, 2018 19 次提交
  2. 18 11月, 2018 11 次提交
  3. 16 11月, 2018 6 次提交
  4. 15 11月, 2018 4 次提交
    • P
      Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-11-15-1' into staging · d835c619
      Peter Maydell 提交于
      Merge tpm 2018/11/15 v1
      
      # gpg: Signature made Thu 15 Nov 2018 14:03:45 GMT
      # gpg:                using RSA key 75AD65802A0B4211
      # gpg: Good signature from "Stefan Berger <stefanb@linux.vnet.ibm.com>"
      # gpg: WARNING: This key is not certified with a trusted signature!
      # gpg:          There is no indication that the signature belongs to the owner.
      # Primary key fingerprint: B818 B9CA DF90 89C2 D5CE  C66B 75AD 6580 2A0B 4211
      
      * remotes/stefanberger/tags/pull-tpm-2018-11-15-1:
        tests: tpm: Use g_test_message rather than fprintf
        tpm: use loop iterator to set sts data field
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      d835c619
    • 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