1. 17 7月, 2020 2 次提交
  2. 16 7月, 2020 8 次提交
    • P
      Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-07-15-1' into staging · 175788d4
      Peter Maydell 提交于
      Merge tpm 2020/07/15 v1
      
      # gpg: Signature made Wed 15 Jul 2020 20:16:21 BST
      # gpg:                using RSA key B818B9CADF9089C2D5CEC66B75AD65802A0B4211
      # gpg: Good signature from "Stefan Berger <stefanb@linux.vnet.ibm.com>" [unknown]
      # 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-2020-07-15-1:
        tests: tpm: Skip over pcrUpdateCounter byte in result comparison
        tpm: tpm_spapr: Exit on TPM backend failures
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      175788d4
    • P
      Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging · ee5128bb
      Peter Maydell 提交于
      # gpg: Signature made Wed 15 Jul 2020 14:49:07 BST
      # gpg:                using RSA key EF04965B398D6211
      # gpg: Good signature from "Jason Wang (Jason Wang on RedHat) <jasowang@redhat.com>" [marginal]
      # gpg: WARNING: This key is not certified with sufficiently trusted signatures!
      # gpg:          It is not certain that the signature belongs to the owner.
      # Primary key fingerprint: 215D 46F4 8246 689E C77F  3562 EF04 965B 398D 6211
      
      * remotes/jasowang/tags/net-pull-request:
        ftgmac100: fix dblac write test
        net: detect errors from probing vnet hdr flag for TAP devices
        net: check if the file descriptor is valid before using it
        qemu-options.hx: Clean up and fix typo for colo-compare
        net/colo-compare.c: Expose compare "max_queue_size" to users
        hw/net: Added CSO for IPv6
        virtio-net: fix removal of failover device
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      ee5128bb
    • G
      usb: fix storage regression · 4084e350
      Gerd Hoffmann 提交于
      Fix the contition to figure whenever we need to wait for more data or
      not.  Simply check the mode, if we are not in DATAIN state any more we
      are done already and don't need to go ASYNC.
      
      Fixes: 7ad3d51e ("usb: add short-packet handling to usb-storage driver")
      Reported-by: NSai Pavan Boddu <saipava@xilinx.com>
      Tested-by: NPaul Zimmerman <pauldzim@gmail.com>
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      Message-id: 20200713062712.1476-1-kraxel@redhat.com
      4084e350
    • G
      vfio: fix use-after-free in display · 8ec14159
      Gerd Hoffmann 提交于
      Calling ramfb_display_update() might replace the DisplaySurface with the
      boot display, which in turn will free the currently active
      DisplaySurface.
      
      So clear our DisplaySurface pinter (dpy->region.surface pointer) to (a)
      avoid use-after-free and (b) force replacing the boot display with the
      real display when switching back.
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      Reviewed-by: NAlex Williamson <alex.williamson@redhat.com>
      Acked-by: NAlex Williamson <alex.williamson@redhat.com>
      Message-id: 20200713124520.23266-1-kraxel@redhat.com
      8ec14159
    • S
      tests: tpm: Skip over pcrUpdateCounter byte in result comparison · df8a7568
      Stefan Berger 提交于
      The TPM 2 code in libtpms was fixed to handle the PCR 'TCB group' according
      to the PCClient profile. The change of the PCRs belonging to the 'TCB group'
      now affects the pcrUpdateCounter in the TPM2_PCRRead() responses where its
      value is now different (typically lower by '1') than what it was before. To
      not fail the tests, we skip the comparison of the 14th byte, which
      represents the pcrUpdateCounter.
      Signed-off-by: NStefan Berger <stefanb@linux.ibm.com>
      Reviewed-by: NMarc-André Lureau <marcandre.lureau@redhat.com>
      Message-id: 20200707201625.4177419-3-stefanb@linux.vnet.ibm.com
      df8a7568
    • S
      tpm: tpm_spapr: Exit on TPM backend failures · f8b332a1
      Stefan Berger 提交于
      Exit on TPM backend failures in the same way as the TPM CRB and TIS device
      models do. With this change we now get an error report when the backend
      did not start up properly:
      
      error: internal error: qemu unexpectedly closed the monitor:
      2020-07-07T12:49:28.333928Z qemu-system-ppc64: tpm-emulator: \
        TPM result for CMD_INIT: 0x101 operation failed
      Signed-off-by: NStefan Berger <stefanb@linux.ibm.com>
      Reviewed-by: NMarc-André Lureau <marcandre.lureau@redhat.com>
      Message-id: 20200707201625.4177419-2-stefanb@linux.vnet.ibm.com
      f8b332a1
    • P
      Update version for v5.1.0-rc0 release · 87463091
      Peter Maydell 提交于
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      87463091
    • P
      Merge remote-tracking branch 'remotes/stsquad/tags/pull-misc-for-rc0-150720-3' into staging · dfcade7c
      Peter Maydell 提交于
      Final fixes for 5.1-rc0
      
        - minor documentation nit
        - docker.py bootstrap fixes
        - tweak containers.yml wildcards
        - fix float16 nan detection
        - conditional use of -Wpsabi
        - fix missing iotlb data for plugins
        - proper locking for helper based bb count
        - drop ppc64abi32 from the plugin check-tcg test
      
      # gpg: Signature made Wed 15 Jul 2020 11:59:08 BST
      # gpg:                using RSA key 6685AE99E75167BCAFC8DF35FBD0DB095A9E2A44
      # gpg: Good signature from "Alex Bennée (Master Work Key) <alex.bennee@linaro.org>" [full]
      # Primary key fingerprint: 6685 AE99 E751 67BC AFC8  DF35 FBD0 DB09 5A9E 2A44
      
      * remotes/stsquad/tags/pull-misc-for-rc0-150720-3:
        .travis.yml: skip ppc64abi32-linux-user with plugins
        plugins: expand the bb plugin to be thread safe and track per-cpu
        cputlb: ensure we save the IOTLB data in case of reset
        tests/plugins: don't unconditionally add -Wpsabi
        fpu/softfloat: fix up float16 nan recognition
        gitlab-ci/containers: Add missing wildcard where we should look for changes
        docker.py: fix fetching of FROM layers
        tests/docker: Remove the libssh workaround from the ubuntu 20.04 image
        docs/devel: fix grammar in multi-thread-tcg
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      dfcade7c
  3. 15 7月, 2020 30 次提交