Skip to content
Snippets Groups Projects
  1. Jul 06, 2020
  2. Jul 04, 2020
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200703' into staging · eb6490f5
      Peter Maydell authored
      
      target-arm queue:
       * i.MX6UL EVK board: put PHYs in the correct places
       * hw/arm/virt: Let the virtio-iommu bypass MSIs
       * target/arm: kvm: Handle DABT with no valid ISS
       * hw/arm/virt-acpi-build: Only expose flash on older machine types
       * target/arm: Fix temp double-free in sve ldr/str
       * hw/display/bcm2835_fb.c: Initialize all fields of struct
       * hw/arm/spitz: Code cleanup to fix Coverity-detected memory leak
       * Deprecate TileGX port
      
      # gpg: Signature made Fri 03 Jul 2020 17:53:05 BST
      # gpg:                using RSA key E1A5C593CD419DE28E8315CF3C2525ED14360CDE
      # gpg:                issuer "peter.maydell@linaro.org"
      # gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>" [ultimate]
      # gpg:                 aka "Peter Maydell <pmaydell@gmail.com>" [ultimate]
      # gpg:                 aka "Peter Maydell <pmaydell@chiark.greenend.org.uk>" [ultimate]
      # Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83  15CF 3C25 25ED 1436 0CDE
      
      * remotes/pmaydell/tags/pull-target-arm-20200703: (34 commits)
        Deprecate TileGX port
        Replace uses of FROM_SSI_SLAVE() macro with QOM casts
        hw/arm/spitz: Provide usual QOM macros for corgi-ssp and spitz-lcdtg
        hw/arm/pxa2xx_pic: Use LOG_GUEST_ERROR for bad guest register accesses
        hw/arm/spitz: Use LOG_GUEST_ERROR for bad guest register accesses
        hw/gpio/zaurus.c: Use LOG_GUEST_ERROR for bad guest register accesses
        hw/arm/spitz: Encapsulate misc GPIO handling in a device
        hw/misc/max111x: Create header file for documentation, TYPE_ macros
        hw/misc/max111x: Use GPIO lines rather than max111x_set_input()
        hw/arm/spitz: Use max111x properties to set initial values
        ssi: Add ssi_realize_and_unref()
        hw/misc/max111x: Don't use vmstate_register()
        hw/misc/max111x: provide QOM properties for setting initial values
        hw/arm/spitz: Implement inbound GPIO lines for bit5 and power signals
        hw/arm/spitz: Keep pointers to scp0, scp1 in SpitzMachineState
        hw/arm/spitz: Keep pointers to MPU and SSI devices in SpitzMachineState
        hw/arm/spitz: Create SpitzMachineClass abstract base class
        hw/arm/spitz: Detabify
        hw/display/bcm2835_fb.c: Initialize all fields of struct
        target/arm: Fix temp double-free in sve ldr/str
        ...
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      eb6490f5
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200703a' into staging · 0b100c8e
      Peter Maydell authored
      
      virtiofsd+migration pull 2020-07-03
      
      A couple of small migration fixes, and some capability
      rework for virtiofsd.
      
      Signed-off-by: default avatarDr. David Alan Gilbert <dgilbert@redhat.com>
      
      # gpg: Signature made Fri 03 Jul 2020 16:26:35 BST
      # gpg:                using RSA key 45F5C71B4A0CB7FB977A9FA90516331EBC5BFDE7
      # gpg: Good signature from "Dr. David Alan Gilbert (RH2) <dgilbert@redhat.com>" [full]
      # Primary key fingerprint: 45F5 C71B 4A0C B7FB 977A  9FA9 0516 331E BC5B FDE7
      
      * remotes/dgilbert/tags/pull-migration-20200703a:
        migration: Count new_dirty instead of real_dirty
        migration: postcopy take proper error return
        virtiofsd: Allow addition or removal of capabilities
        virtiofsd: Check capability calls
        virtiofsd: Terminate capability list
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      0b100c8e
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200703' into staging · 21d0bafb
      Peter Maydell authored
      
      s390 update:
      - various fixes
      - cleanup in the s390x-ccw bios
      
      # gpg: Signature made Fri 03 Jul 2020 11:04:08 BST
      # gpg:                using RSA key C3D0D66DC3624FF6A8C018CEDECF6B93C6F02FAF
      # gpg:                issuer "cohuck@redhat.com"
      # gpg: Good signature from "Cornelia Huck <conny@cornelia-huck.de>" [marginal]
      # gpg:                 aka "Cornelia Huck <huckc@linux.vnet.ibm.com>" [full]
      # gpg:                 aka "Cornelia Huck <cornelia.huck@de.ibm.com>" [full]
      # gpg:                 aka "Cornelia Huck <cohuck@kernel.org>" [marginal]
      # gpg:                 aka "Cornelia Huck <cohuck@redhat.com>" [marginal]
      # Primary key fingerprint: C3D0 D66D C362 4FF6 A8C0  18CE DECF 6B93 C6F0 2FAF
      
      * remotes/cohuck/tags/s390x-20200703:
        s390x/pci: fix set_ind_atomic
        virtio-ccw: fix virtio_set_ind_atomic
        target/s390x: Fix SQXBR
        pc-bios/s390: Update s390-ccw bios binaries with the latest changes
        pc-bios/s390-ccw: Generate and include dependency files in the Makefile
        pc-bios: s390x: Make u32 ptr check explicit
        pc-bios: s390x: Use ebcdic2ascii table
        pc-bios: s390x: Move panic() into header and add infinite loop
        pc-bios: s390x: Use PSW masks where possible and introduce PSW_MASK_SHORT_ADDR
        pc-bios: s390x: Rename PSW_MASK_ZMODE to PSW_MASK_64
        pc-bios: s390x: Get rid of magic offsets into the lowcore
        pc-bios: s390x: Move sleep and yield to helper.h
        pc-bios: s390x: Consolidate timing functions into time.h
        pc-bios: s390x: cio.c cleanup and compile fix
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      21d0bafb
  3. Jul 03, 2020
Loading