1. 06 3月, 2019 15 次提交
  2. 05 3月, 2019 22 次提交
  3. 04 3月, 2019 3 次提交
    • P
      Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2019-02-25-1' into staging · 88687719
      Peter Maydell 提交于
      Merge tpm 2029/02/25 v1
      
      # gpg: Signature made Mon 25 Feb 2019 15:05:12 GMT
      # gpg:                using RSA key 75AD65802A0B4211
      # 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-2019-02-25-1:
        tpm_tis: convert tpm_tis_show_buffer() to use trace event
        tpm_tis: fix loop that cancels any seizure by a lower locality
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      88687719
    • P
      Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190304' into staging · 1ba530a4
      Peter Maydell 提交于
      s390x updates:
      - tcg: support the floating-point extension facility
      - vfio-ap: support hot(un)plug of vfio-ap device
      - fixes + cleanups
      
      # gpg: Signature made Mon 04 Mar 2019 11:55:39 GMT
      # gpg:                using RSA key C3D0D66DC3624FF6A8C018CEDECF6B93C6F02FAF
      # gpg:                issuer "cohuck@redhat.com"
      # gpg: Good signature from "Cornelia Huck <conny@cornelia-huck.de>" [unknown]
      # gpg:                 aka "Cornelia Huck <huckc@linux.vnet.ibm.com>" [full]
      # gpg:                 aka "Cornelia Huck <cornelia.huck@de.ibm.com>" [full]
      # gpg:                 aka "Cornelia Huck <cohuck@kernel.org>" [unknown]
      # gpg:                 aka "Cornelia Huck <cohuck@redhat.com>" [unknown]
      # Primary key fingerprint: C3D0 D66D C362 4FF6 A8C0  18CE DECF 6B93 C6F0 2FAF
      
      * remotes/cohuck/tags/s390x-20190304: (27 commits)
        s390x: Add floating-point extension facility to "qemu" cpu model
        s390x/tcg: Handle all rounding modes overwritten by BFP instructions
        s390x/tcg: Implement rounding mode and XxC for LOAD ROUNDED
        s390x/tcg: Implement XxC and checks for most FP instructions
        s390x/tcg: Prepare for IEEE-inexact-exception control (XxC)
        s390x/tcg: Refactor saving/restoring the bfp rounding mode
        s390x/tcg: Check for exceptions in SET BFP ROUNDING MODE
        s390x/tcg: Handle SET FPC AND LOAD FPC 3-bit BFP rounding modes
        s390x/tcg: Fix simulated-IEEE exceptions
        s390x/tcg: Refactor SET FPC AND SIGNAL handling
        s390x/tcg: Hide IEEE underflows in some scenarios
        s390x/tcg: Fix parts of IEEE exception handling
        s390x/tcg: Factor out conversion of softfloat exceptions
        s390x/tcg: Fix rounding from float128 to uint64_t/uint32_t
        s390x/tcg: Fix TEST DATA CLASS instructions
        s390x/tcg: Implement LOAD COUNT TO BLOCK BOUNDARY
        s390x/tcg: Implement LOAD LENGTHENED short HFP to long HFP
        s390x/tcg: Factor out gen_addi_and_wrap_i64() from get_address()
        s390x/tcg: Factor out vec_full_reg_offset()
        s390x/tcg: Clarify terminology in vec_reg_offset()
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      1ba530a4
    • P
      Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging · 1d31f187
      Peter Maydell 提交于
      pci, pc, virtio: fixes, cleanups, tests
      
      Lots of work on tests: BiosTablesTest UEFI app,
      vhost-user testing for non-Linux hosts.
      Misc cleanups and fixes all over the place
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      
      # gpg: Signature made Fri 22 Feb 2019 15:51:40 GMT
      # gpg:                using RSA key 281F0DB8D28D5469
      # gpg: Good signature from "Michael S. Tsirkin <mst@kernel.org>" [full]
      # gpg:                 aka "Michael S. Tsirkin <mst@redhat.com>" [full]
      # Primary key fingerprint: 0270 606B 6F3C DF3D 0B17  0970 C350 3912 AFBE 8E67
      #      Subkey fingerprint: 5D09 FD08 71C8 F85B 94CA  8A0D 281F 0DB8 D28D 5469
      
      * remotes/mst/tags/for_upstream: (26 commits)
        pci: Sanity test minimum downstream LNKSTA
        hw/smbios: fix offset of type 3 sku field
        pci: Move NVIDIA vendor id to the rest of ids
        virtio-balloon: Safely handle BALLOON_PAGE_SIZE < host page size
        virtio-balloon: Use ram_block_discard_range() instead of raw madvise()
        virtio-balloon: Rework ballon_page() interface
        virtio-balloon: Corrections to address verification
        virtio-balloon: Remove unnecessary MADV_WILLNEED on deflate
        i386/kvm: ignore masked irqs when update msi routes
        contrib/vhost-user-blk: fix the compilation issue
        Revert "contrib/vhost-user-blk: fix the compilation issue"
        pc-dimm: use same mechanism for [get|set]_addr
        tests/data: introduce "uefi-boot-images" with the "bios-tables-test" ISOs
        tests/uefi-test-tools: add build scripts
        tests: introduce "uefi-test-tools" with the BiosTablesTest UEFI app
        roms: build the EfiRom utility from the roms/edk2 submodule
        roms: add the edk2 project as a git submodule
        vhost-user-test: create a temporary directory per TestServer
        vhost-user-test: small changes to init_hugepagefs
        vhost-user-test: create a main loop per TestServer
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      1d31f187