1. 18 3月, 2019 16 次提交
  2. 17 3月, 2019 2 次提交
    • P
      Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20190316' into staging · d4e65539
      Peter Maydell 提交于
      Fix lost interrupts.
      Update seabios-hppa.
      
      # gpg: Signature made Sat 16 Mar 2019 16:13:42 GMT
      # gpg:                using RSA key 64DF38E8AF7E215F
      # gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>" [full]
      # Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A  05C0 64DF 38E8 AF7E 215F
      
      * remotes/rth/tags/pull-hppa-20190316:
        Update seabios-hppa to latest upstream
        target/hppa: Avoid squishing DISAS_IAQ_N_STALE_EXIT
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      d4e65539
    • P
      Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into staging · c4b21ed1
      Peter Maydell 提交于
      RDMA queue
      
       * Another Clang compilation fix
       * Collect pvrdma debugging statistics
       * Various fixes for the pvrdma device
      
      # gpg: Signature made Sat 16 Mar 2019 14:09:02 GMT
      # gpg:                using RSA key 36D4C0F0CF2FE46D
      # gpg: Good signature from "Marcel Apfelbaum <marcel.apfelbaum@zoho.com>" [marginal]
      # gpg:                 aka "Marcel Apfelbaum <marcel@redhat.com>" [marginal]
      # gpg:                 aka "Marcel Apfelbaum <marcel.apfelbaum@gmail.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: B1C6 3A57 F92E 08F2 640F  31F5 36D4 C0F0 CF2F E46D
      
      * remotes/marcel/tags/rdma-pull-request:
        hw/rdma: Fix the error prints in create_qp_rings()
        hw/pvrdma: Fix zero-initialization of resp in {query/modify}_qp
        hw/rdma: Use {} instead of {0}
        hw/rdma: Remove unused parameter from rdma_poll_cq()
        hw/rdma: Fix broken paths to docs/devel/tracing.txt
        hw/rdma: another clang compilation fix
        hw/pvrdma: Provide correct value to object_get_typename
        hw/pvrdma: Unregister from shutdown notifier when device goes down
        hw/pvrdma: Delete pvrdma_exit function
        hw/pvrdma: Delete unneeded function argument
        hw/rdma: Free all receive buffers when QP is destroyed
        hw/rdma: Free all MAD receive buffers when device is closed
        {hmp, hw/pvrdma}: Expose device internals via monitor interface
        hw/pvrdma: Collect debugging statistics
        hw/rdma: Protect against concurrent execution of poll_cq
        hw/rdma: Introduce protected qlist
        hw/rdma: Switch to generic error reporting way
        contrib/rdmacm-mux: Fix out-of-bounds risk
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      c4b21ed1
  3. 16 3月, 2019 20 次提交
  4. 15 3月, 2019 2 次提交
    • P
      Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190315' into staging · 8b088d3f
      Peter Maydell 提交于
      target-arm queue:
       * Add missing SVE-enabled check to ADDVL/ADDPL/RDVL
       * virt-acpi-build: use PCIE_MMCFG_BUS to retrieve end_bus_number
       * virt-acpi-build: Fix SMMUv3 GSIV values
       * Allow EL0 to write to arch timer registers, not just read them
       * bcm2836_control: Implement local timer
      
      # gpg: Signature made Fri 15 Mar 2019 11:37:29 GMT
      # gpg:                using RSA key E1A5C593CD419DE28E8315CF3C2525ED14360CDE
      # gpg:                issuer "peter.maydell@linaro.org"
      # gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>" [ultimate]
      # gpg:                 aka "Peter Maydell <pmaydell@gmail.com>" [ultimate]
      # gpg:                 aka "Peter Maydell <pmaydell@chiark.greenend.org.uk>" [ultimate]
      # Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83  15CF 3C25 25ED 1436 0CDE
      
      * remotes/pmaydell/tags/pull-target-arm-20190315:
        target/arm: Check access permission to ADDVL/ADDPL/RDVL
        hw/arm/virt-acpi-build: use PCIE_MMCFG_BUS to retrieve end_bus_number
        target/arm: change arch timer registers access permission
        hw/arm/virt-acpi-build: Fix SMMUv3 GSIV values
        hw/intc/bcm2836_control: Implement local timer
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      8b088d3f
    • A
      target/arm: Check access permission to ADDVL/ADDPL/RDVL · 5de56742
      Amir Charif 提交于
      These instructions do not trap when SVE is disabled in EL0,
      causing them to be executed with wrong size information.
      Signed-off-by: NAmir Charif <amir.charif@cea.fr>
      Message-id: 1552579248-31025-1-git-send-email-amir.charif@cea.fr
      Reviewed-by: NRichard Henderson <richard.henderson@linaro.org>
      Reviewed-by: NPeter Maydell <peter.maydell@linaro.org>
      [PMM: added 'target/arm' prefix to subject]
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      5de56742