1. 20 8月, 2018 5 次提交
  2. 18 8月, 2018 1 次提交
    • P
      Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20180817.0' into staging · a544c911
      Peter Maydell 提交于
      VFIO update 2018-08-17
      
       - Enhance balloon inhibitor for multiple users and use around vfio
         device assignment (Alex Williamson)
      
      # gpg: Signature made Fri 17 Aug 2018 17:43:37 BST
      # gpg:                using RSA key 239B9B6E3BB08B22
      # gpg: Good signature from "Alex Williamson <alex.williamson@redhat.com>"
      # gpg:                 aka "Alex Williamson <alex@shazbot.org>"
      # gpg:                 aka "Alex Williamson <alwillia@redhat.com>"
      # gpg:                 aka "Alex Williamson <alex.l.williamson@gmail.com>"
      # Primary key fingerprint: 42F6 C04E 540B D1A9 9E7B  8A90 239B 9B6E 3BB0 8B22
      
      * remotes/awilliam/tags/vfio-update-20180817.0:
        vfio/ccw/pci: Allow devices to opt-in for ballooning
        vfio: Inhibit ballooning based on group attachment to a container
        kvm: Use inhibit to prevent ballooning without synchronous mmu
        balloon: Allow multiple inhibit users
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      a544c911
  3. 17 8月, 2018 32 次提交
  4. 16 8月, 2018 2 次提交
    • P
      Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180816' into staging · bb16c041
      Peter Maydell 提交于
      target-arm queue:
       * Fixes for various bugs in SVE instructions
       * Add model of Freescale i.MX6 UltraLite 14x14 EVK Board
       * hw/arm: make bitbanded IO optional on ARMv7-M
       * Add model of Cortex-M0 CPU
       * Add support for loading Intel HEX files to the generic loader
       * imx_spi: Unset XCH when TX FIFO becomes empty
       * aspeed_sdmc: fix various bugs
       * Fix bugs in Arm FP16 instruction support
       * Fix aa64 FCADD and FCMLA decode
       * softfloat: Fix missing inexact for floating-point add
       * hw/arm/mps2-tz: Replace init_sysbus_child() with sysbus_init_child_obj()
      
      # gpg: Signature made Thu 16 Aug 2018 14:33:41 BST
      # gpg:                using RSA key 3C2525ED14360CDE
      # 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-20180816: (30 commits)
        hw/arm/mps2-tz: Replace init_sysbus_child() with sysbus_init_child_obj()
        softfloat: Fix missing inexact for floating-point add
        target/arm: Fix aa64 FCADD and FCMLA decode
        target/arm: Use FZ not FZ16 for SVE FCVT single-half and double-half
        target/arm: Use fp_status_fp16 for do_fmpa_zpzzz_h
        target/arm: Ignore float_flag_input_denormal from fp_status_f16
        target/arm: Adjust FPCR_MASK for FZ16
        aspeed: add a max_ram_size property to the memory controller
        aspeed_sdmc: Handle ECC training
        aspeed_sdmc: Init status always idle
        aspeed_sdmc: Set 'cache initial sequence' always true
        aspeed_sdmc: Fix saved values
        aspeed_sdmc: Extend number of valid registers
        imx_spi: Unset XCH when TX FIFO becomes empty
        Add QTest testcase for the Intel Hexadecimal
        loader: Implement .hex file loader
        loader: add rom transaction API
        loader: extract rom_free() function
        target/arm: add "cortex-m0" CPU model
        hw/arm: make bitbanded IO optional on ARMv7-M
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      bb16c041
    • T
      hw/arm/mps2-tz: Replace init_sysbus_child() with sysbus_init_child_obj() · fcf13ca5
      Thomas Huth 提交于
      Now that we've got the common sysbus_init_child_obj() function, we do
      not need the local init_sysbus_child() anymore.
      Signed-off-by: NThomas Huth <thuth@redhat.com>
      Message-id: 1534420566-15799-1-git-send-email-thuth@redhat.com
      Reviewed-by: NPeter Maydell <peter.maydell@linaro.org>
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      fcf13ca5