1. 10 10月, 2017 15 次提交
  2. 07 10月, 2017 2 次提交
    • P
      Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging · 530049bc
      Peter Maydell 提交于
      Block layer patches
      
      # gpg: Signature made Fri 06 Oct 2017 16:52:59 BST
      # gpg:                using RSA key 0x7F09B272C88F2FD6
      # gpg: Good signature from "Kevin Wolf <kwolf@redhat.com>"
      # Primary key fingerprint: DC3D EB15 9A9A F95D 3D74  56FE 7F09 B272 C88F 2FD6
      
      * remotes/kevin/tags/for-upstream: (54 commits)
        block/mirror: check backing in bdrv_mirror_top_flush
        qcow2: truncate the tail of the image file after shrinking the image
        qcow2: fix return error code in qcow2_truncate()
        iotests: Fix 195 if IMGFMT is part of TEST_DIR
        block/mirror: check backing in bdrv_mirror_top_refresh_filename
        block: support passthrough of BDRV_REQ_FUA in crypto driver
        block: convert qcrypto_block_encrypt|decrypt to take bytes offset
        block: convert crypto driver to bdrv_co_preadv|pwritev
        block: fix data type casting for crypto payload offset
        crypto: expose encryption sector size in APIs
        block: use 1 MB bounce buffers for crypto instead of 16KB
        iotests: Add test 197 for covering copy-on-read
        block: Perform copy-on-read in loop
        block: Add blkdebug hook for copy-on-read
        iotests: Restore stty settings on completion
        block: Uniform handling of 0-length bdrv_get_block_status()
        qemu-io: Add -C for opening with copy-on-read
        commit: Remove overlay_bs
        qemu-iotests: Test commit block job where top has two parents
        qemu-iotests: Allow QMP pretty printing in common.qemu
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      530049bc
    • P
      Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171006' into staging · 5121d81e
      Peter Maydell 提交于
      target-arm:
       * v8M: more preparatory work
       * nvic: reset properly rather than leaving the nvic in a weird state
       * xlnx-zynqmp: Mark the "xlnx, zynqmp" device with user_creatable = false
       * sd: fix out-of-bounds check for multi block reads
       * arm: Fix SMC reporting to EL2 when QEMU provides PSCI
      
      # gpg: Signature made Fri 06 Oct 2017 16:58:15 BST
      # gpg:                using RSA key 0x3C2525ED14360CDE
      # gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>"
      # gpg:                 aka "Peter Maydell <pmaydell@gmail.com>"
      # gpg:                 aka "Peter Maydell <pmaydell@chiark.greenend.org.uk>"
      # Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83  15CF 3C25 25ED 1436 0CDE
      
      * remotes/pmaydell/tags/pull-target-arm-20171006:
        nvic: Add missing code for writing SHCSR.HARDFAULTPENDED bit
        target/arm: Factor out "get mmuidx for specified security state"
        target/arm: Fix calculation of secure mm_idx values
        target/arm: Implement security attribute lookups for memory accesses
        nvic: Implement Security Attribution Unit registers
        target/arm: Add v8M support to exception entry code
        target/arm: Add support for restoring v8M additional state context
        target/arm: Update excret sanity checks for v8M
        target/arm: Add new-in-v8M SFSR and SFAR
        target/arm: Don't warn about exception return with PC low bit set for v8M
        target/arm: Warn about restoring to unaligned stack
        target/arm: Check for xPSR mismatch usage faults earlier for v8M
        target/arm: Restore SPSEL to correct CONTROL register on exception return
        target/arm: Restore security state on exception return
        target/arm: Prepare for CONTROL.SPSEL being nonzero in Handler mode
        target/arm: Don't switch to target stack early in v7M exception return
        nvic: Clear the vector arrays and prigroup on reset
        hw/arm/xlnx-zynqmp: Mark the "xlnx, zynqmp" device with user_creatable = false
        hw/sd: fix out-of-bounds check for multi block reads
        arm: Fix SMC reporting to EL2 when QEMU provides PSCI
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      5121d81e
  3. 06 10月, 2017 23 次提交