1. 20 6月, 2017 22 次提交
  2. 19 6月, 2017 5 次提交
  3. 15 6月, 2017 2 次提交
    • P
      Merge remote-tracking branch 'remotes/rth/tags/pull-s390-20170613' into staging · edf8bc98
      Peter Maydell 提交于
      Queued s390 patches
      
      # gpg: Signature made Tue 13 Jun 2017 21:22:41 BST
      # 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-s390-20170613:
        s390x/cpumodel: wire up cpu type + id for TCG
        target/s390x: rework PGM interrupt psw.addr handling
        target/s390x: correctly indicate PER nullification
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      edf8bc98
    • P
      Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170614' into staging · 73aa4692
      Peter Maydell 提交于
      migration/next for 20170614
      
      # gpg: Signature made Wed 14 Jun 2017 11:16:21 BST
      # gpg:                using RSA key 0xF487EF185872D723
      # gpg: Good signature from "Juan Quintela <quintela@redhat.com>"
      # gpg:                 aka "Juan Quintela <quintela@trasno.org>"
      # Primary key fingerprint: 1899 FF8E DEBF 58CC EE03  4B82 F487 EF18 5872 D723
      
      * remotes/juanquintela/tags/migration/20170614:
        migration: Don't create decompression threads if not enabled
        migration: Test for disabled features on reception
        migration: Remove unneeded includes
        migration: fix incorrect enable return path
        migration: Fix compilation with older compilers
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      73aa4692
  4. 14 6月, 2017 8 次提交
  5. 13 6月, 2017 3 次提交
    • P
      Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170613' into staging · 3f060292
      Peter Maydell 提交于
      target-arm queue:
       * vITS: Support save/restore
       * timer/aspeed: Fix timer enablement when reload is not set
       * aspped: add temperature sensor device
       * timer.h: Provide better monotonic time on ARM hosts
       * exynos4210: various cleanups
       * exynos4210: support system poweroff
      
      # gpg: Signature made Tue 13 Jun 2017 15:05:49 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-20170613:
        hw/intc/arm_gicv3_its: Allow save/restore
        hw/intc/arm_gicv3_kvm: Implement pending table save
        hw/intc/arm_gicv3_its: Implement state save/restore
        kvm-all: Pass an error object to kvm_device_access
        timer/aspeed: fix timer enablement when a reload is not set
        aspeed: add a temp sensor device on I2C bus 3
        hw/misc: add a TMP42{1, 2, 3} device model
        timer.h: Provide better monotonic time
        hw/misc/exynos4210_pmu: Add support for system poweroff
        hw/intc/exynos4210_gic: Constify array of combiner interrupts
        hw/arm/exynos: Use type define instead of hard-coded a9mpcore_priv string
        hw/arm/exynos: Declare local variables in some order
        hw/arm/exynos: Move DRAM initialization next boards
        hw/timer/exynos4210_mct: Remove unused defines
        hw/timer/exynos4210_mct: Cleanup indentation and empty new lines
        hw/timer/exynos4210_mct: Fix checkpatch style errors
        hw/intc/exynos4210_gic: Use more meaningful name for local variable
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      3f060292
    • E
      hw/intc/arm_gicv3_its: Allow save/restore · 252a7a6a
      Eric Auger 提交于
      We change the restoration priority of both the GICv3 and ITS. The
      GICv3 must be restored before the ITS and the ITS needs to be restored
      before PCIe devices since it translates their MSI transactions.
      Signed-off-by: NEric Auger <eric.auger@redhat.com>
      Reviewed-by: NJuan Quintela <quintela@redhat.com>
      Message-id: 1497023553-18411-5-git-send-email-eric.auger@redhat.com
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      252a7a6a
    • E
      hw/intc/arm_gicv3_kvm: Implement pending table save · d5aa0c22
      Eric Auger 提交于
      This patch adds the flush of the LPI pending bits into the
      redistributor pending tables. This happens on VM stop.
      
      There is no explicit restore as the tables are implicitly sync'ed
      on ITS table restore and on LPI enable at redistributor level.
      Signed-off-by: NEric Auger <eric.auger@redhat.com>
      Message-id: 1497023553-18411-4-git-send-email-eric.auger@redhat.com
      Reviewed-by: NPeter Maydell <peter.maydell@linaro.org>
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      d5aa0c22