1. 02 3月, 2017 6 次提交
  2. 01 3月, 2017 29 次提交
  3. 28 2月, 2017 5 次提交
    • P
      Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170228' into staging · 1bbe5dc6
      Peter Maydell 提交于
      target-arm queue:
       * raspi2: implement RNG module
       * raspi2: implement new SD card controller (but don't wire it up)
       * sdhci: bugfixes for block transfers
       * virt: fix cpu object reference leak
       * Add missing fp_access_check() to aarch64 crypto instructions
       * cputlb: Don't assume do_unassigned_access() never returns
       * virt: Add a user option to disallow ITS instantiation
       * i.MX timers: fix reset handling
       * ARMv7M NVIC: rewrite to fix broken priority handling and masking
       * exynos: Fix proper mapping of CPUs by providing real cluster ID
       * exynos: Fix Linux kernel division by zero for PLLs
      
      # gpg: Signature made Tue 28 Feb 2017 12:40:51 GMT
      # 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-20170228: (27 commits)
        hw/arm/exynos: Fix proper mapping of CPUs by providing real cluster ID
        hw/arm/exynos: Fix Linux kernel division by zero for PLLs
        bcm2835_sdhost: add bcm2835 sdhost controller
        armv7m: Allow SHCSR writes to change pending and active bits
        armv7m: Raise correct kind of UsageFault for attempts to execute ARM code
        armv7m: Check exception return consistency
        armv7m: Extract "exception taken" code into functions
        armv7m: VECTCLRACTIVE and VECTRESET are UNPREDICTABLE
        armv7m: Simpler and faster exception start
        armv7m: Remove unused armv7m_nvic_acknowledge_irq() return value
        armv7m: Escalate exceptions to HardFault if necessary
        arm: gic: Remove references to NVIC
        armv7m: Fix condition check for taking exceptions
        armv7m: Rewrite NVIC to not use any GIC code
        armv7m: Implement reading and writing of PRIGROUP
        armv7m: Rename nvic_state to NVICState
        ARM i.MX timers: fix reset handling
        hw/arm/virt: Add a user option to disallow ITS instantiation
        cputlb: Don't assume do_unassigned_access() never returns
        Add missing fp_access_check() to aarch64 crypto instructions
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      1bbe5dc6
    • P
      Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging · c8c0a1a7
      Peter Maydell 提交于
      # gpg: Signature made Tue 28 Feb 2017 04:34:34 GMT
      # gpg:                using RSA key 0xBDBE7B27C0DE3057
      # gpg: Good signature from "Jeffrey Cody <jcody@redhat.com>"
      # gpg:                 aka "Jeffrey Cody <jeff@codyprime.org>"
      # gpg:                 aka "Jeffrey Cody <codyprime@gmail.com>"
      # Primary key fingerprint: 9957 4B4D 3474 90E7 9D98  D624 BDBE 7B27 C0DE 3057
      
      * remotes/cody/tags/block-pull-request:
        iscsi: add missing colons to the qapi docs
        block/mirror: fix broken sparseness detection
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      c8c0a1a7
    • P
      Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20170228' into staging · a57aaa4e
      Peter Maydell 提交于
      Enable MTTCG for Alpha guest
      
      # gpg: Signature made Tue 28 Feb 2017 00:43:17 GMT
      # gpg:                using RSA key 0xAD1270CC4DD0279B
      # gpg: Good signature from "Richard Henderson <rth7680@gmail.com>"
      # gpg:                 aka "Richard Henderson <rth@redhat.com>"
      # gpg:                 aka "Richard Henderson <rth@twiddle.net>"
      # Primary key fingerprint: 9CB1 8DDA F8E8 49AD 2AFC  16A4 AD12 70CC 4DD0 279B
      
      * remotes/rth/tags/pull-axp-20170228:
        target/alpha: Enable MTTCG by default
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      a57aaa4e
    • A
      .shippable: add s390x-cross target · 1ed92515
      Alex Bennée 提交于
      Use the new debian-s390x-cross.docker target to cross compile for
      s390.
      Signed-off-by: NAlex Bennée <alex.bennee@linaro.org>
      Message-Id: <20170227143028.16428-3-alex.bennee@linaro.org>
      Reviewed-by: NFam Zheng <famz@redhat.com>
      Signed-off-by: NFam Zheng <famz@redhat.com>
      1ed92515
    • A
      new: dockerfiles/debian-s390-cross · 267004d9
      Alex Bennée 提交于
      This adds an s390 cross build target to our library of docker setups.
      There is an issue with the xfslibs-dev:s390x package having a clash so
      we do a || apt-get -f install to fixup the rest of the dependencies.
      
      This doesn't build on the debian.docker file as we are using the
      multilib compiler which is only available in stretch (the current
      testing repo).
      Signed-off-by: NAlex Bennée <alex.bennee@linaro.org>
      CC: Christian Borntraeger <borntraeger@de.ibm.com>
      Message-Id: <20170227143028.16428-2-alex.bennee@linaro.org>
      Reviewed-by: NFam Zheng <famz@redhat.com>
      Signed-off-by: NFam Zheng <famz@redhat.com>
      267004d9