1. 19 5月, 2016 25 次提交
  2. 18 5月, 2016 13 次提交
  3. 17 5月, 2016 2 次提交
    • P
      Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160517' into staging · a257c741
      Peter Maydell 提交于
      First batch of s390x patches for 2.7:
      - The new machine for 2.7
      - Make use of the runtime instrumentation support introduced in
        the kernel
      - Enhance our ipl (boot) process: We can now start from devices
        in subchannel sets > 0 as well. As a bonus, the conversion to
        diag308 in the bios allows us to get rid of the gr7 hack.
      - Xiaoqiang Zhao's SCLP qomification patches
      - Several fixes in the s390x pci implementation
      
      # gpg: Signature made Tue 17 May 2016 15:35:32 BST using RSA key ID C6F02FAF
      # gpg: Good signature from "Cornelia Huck <huckc@linux.vnet.ibm.com>"
      # gpg:                 aka "Cornelia Huck <cornelia.huck@de.ibm.com>"
      
      * remotes/cohuck/tags/s390x-20160517:
        s390x/pci: remove whitespace
        s390x/pci: add length checking for pci sclp handlers
        s390x/pci: enhance mpcifc_service_call
        s390x/pci: fix s390_pci_sclp_deconfigure
        s390x/pci: introduce S390PCIBusDevice.iommu_enabled
        s390x/pci: export pci_dereg_ioat and pci_dereg_irqs
        s390x/pci: separate s390_pcihost_iommu_configure function
        s390x/pci: separate s390_sclp_configure function
        s390x/pci: fix reg_irqs()
        hw/char: QOM'ify sclpconsole.c
        hw/char: QOM'ify sclpconsole-lm.c
        s390x/ipl: Remove redundant usage of gr7
        s390-ccw.img: rebuild image
        pc-bios/s390-ccw: Get device address via diag 308/6
        s390x/ipl: Add ssid field to IplParameterBlock
        s390x/ipl: Provide ipl parameter block
        s390x/ipl: Add type and length checks for IplParameterBlock values
        s390x/ipl: Extend the IplParameterBlock struct
        s390x: enable runtime instrumentation
        s390x: add compat machine for 2.7
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      a257c741
    • Y
      s390x/pci: remove whitespace · c2691694
      Yi Min Zhao 提交于
      Fix indentation of PciCfgSccb struct.
      Signed-off-by: NYi Min Zhao <zyimin@linux.vnet.ibm.com>
      Signed-off-by: NCornelia Huck <cornelia.huck@de.ibm.com>
      c2691694