1. 21 1月, 2019 38 次提交
  2. 19 1月, 2019 1 次提交
    • P
      Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190118' into staging · a8d2b068
      Peter Maydell 提交于
      s390x updates:
      - clang compilation fixes
      - fixes in zpci hotplug code
      - handle unimplemented diag 308 subcodes correctly
      - add common fmb in zpci
      
      # gpg: Signature made Fri 18 Jan 2019 12:13:26 GMT
      # gpg:                using RSA key DECF6B93C6F02FAF
      # gpg: Good signature from "Cornelia Huck <conny@cornelia-huck.de>"
      # gpg:                 aka "Cornelia Huck <huckc@linux.vnet.ibm.com>"
      # gpg:                 aka "Cornelia Huck <cornelia.huck@de.ibm.com>"
      # gpg:                 aka "Cornelia Huck <cohuck@kernel.org>"
      # gpg:                 aka "Cornelia Huck <cohuck@redhat.com>"
      # Primary key fingerprint: C3D0 D66D C362 4FF6 A8C0  18CE DECF 6B93 C6F0 2FAF
      
      * remotes/cohuck/tags/s390x-20190118:
        s390x/pci: add common function measurement block
        s390x/pci: Ignore the unplug call if we already have a release_timer
        s390x/pci: Always delete and free the release_timer
        s390x/pci: Move some hotplug checks to the pre_plug handler
        s390x/pci: Use hotplug_dev instead of looking up the host bridge
        s390x/pci: Set the iommu region size mpcifc request
        s390x/pci: Send correct event on hotplug
        configure: Only build the s390-ccw bios if the compiler supports -march=z900
        s390x: Return specification exception for unimplemented diag 308 subcodes
        pc-bios/s390-ccw: Use proper register names for Clang
        s390: avoid potential null dereference in s390_pcihost_unplug()
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      a8d2b068
  3. 18 1月, 2019 1 次提交
    • P
      Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request' into staging · 9bd641b1
      Peter Maydell 提交于
      Python queue, 2019-01-17
      
      Fixes:
      * Actually test different Python versions on Travis CI
      * Fix qemu.py error message when qemu dies from signal
      
      Cleanups:
      * Track Python version on config-host.mak
      * Remove fixed crashes from scripts/device-crash-test
      * Acceptance tests: Linux initrd checking test
      * Fix utf-8 mangling at scripts/replay-dump.py
      * Remove unused python imports from multiple scripts
      
      # gpg: Signature made Thu 17 Jan 2019 20:16:41 GMT
      # gpg:                using RSA key 2807936F984DC5A6
      # gpg: Good signature from "Eduardo Habkost <ehabkost@redhat.com>"
      # Primary key fingerprint: 5A32 2FD5 ABC4 D3DB ACCF  D1AA 2807 936F 984D C5A6
      
      * remotes/ehabkost/tags/python-next-pull-request:
        scripts/replay-dump.py: fix utf-8 mangling
        qemu.py: Fix error message when qemu dies from signal
        Acceptance tests: add Linux initrd checking test
        check-help: visual and content improvements
        Travis CI: make specified Python versions usable on jobs
        check-venv: use recorded Python version
        configure: keep track of Python version
        scripts: Remove unused python imports
        scripts/device-crash-test: Remove known crashes
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      9bd641b1