Skip to content
Snippets Groups Projects
  1. Jan 02, 2021
  2. Jan 01, 2021
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-request' into staging · 41192db3
      Peter Maydell authored
      
      Machine queue, 2020-12-23
      
      Cleanup:
      * qdev code cleanup (Eduardo Habkost)
      
      Bug fix:
      * hostmem: Free host_nodes list right after visited (Keqian Zhu)
      
      # gpg: Signature made Wed 23 Dec 2020 21:25:58 GMT
      # gpg:                using RSA key 5A322FD5ABC4D3DBACCFD1AA2807936F984DC5A6
      # gpg:                issuer "ehabkost@redhat.com"
      # gpg: Good signature from "Eduardo Habkost <ehabkost@redhat.com>" [full]
      # Primary key fingerprint: 5A32 2FD5 ABC4 D3DB ACCF  D1AA 2807 936F 984D C5A6
      
      * remotes/ehabkost-gl/tags/machine-next-pull-request:
        bugfix: hostmem: Free host_nodes list right after visited
        qdev: Avoid unnecessary DeviceState* variable at set_prop_arraylen()
        qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()
        qdev: Move qdev_prop_tpm declaration to tpm_prop.h
        qdev: Make qdev_class_add_property() more flexible
        qdev: Make PropertyInfo.create return ObjectProperty*
        qdev: Move dev->realized check to qdev_property_set()
        qdev: Wrap getters and setters in separate helpers
        qdev: Add name argument to PropertyInfo.create method
        qdev: Add name parameter to qdev_class_add_property()
        qdev: Avoid using prop->name unnecessarily
        qdev: Get just property name at error_set_from_qdev_prop_error()
        sparc: Use DEFINE_PROP for nwindows property
        qdev: Reuse DEFINE_PROP in all DEFINE_PROP_* macros
        qdev: Move softmmu properties to qdev-properties-system.h
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      41192db3
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20201222' into staging · 83734919
      Peter Maydell authored
      
      Further s390x updates:
      - enhance the s390 devices acceptance test
      - tcg: improve carry computation
      - qga: send the ccw address with the fsinfo data
      - fixes for protected virtualisation and zpci
      
      # gpg: Signature made Tue 22 Dec 2020 10:37:34 GMT
      # gpg:                using RSA key C3D0D66DC3624FF6A8C018CEDECF6B93C6F02FAF
      # gpg:                issuer "cohuck@redhat.com"
      # gpg: Good signature from "Cornelia Huck <conny@cornelia-huck.de>" [unknown]
      # 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>" [unknown]
      # gpg:                 aka "Cornelia Huck <cohuck@redhat.com>" [unknown]
      # Primary key fingerprint: C3D0 D66D C362 4FF6 A8C0  18CE DECF 6B93 C6F0 2FAF
      
      * remotes/cohuck-gitlab/tags/s390x-20201222:
        tests/acceptance: Add a test with the Fedora 31 kernel and initrd
        s390x/pci: Fix memory_region_access_valid call
        s390x/pci: fix pcistb length
        tests/acceptance: Test the virtio-balloon device on s390x
        tests/acceptance: Test virtio-rng on s390 via /dev/hwrng
        tests/acceptance: Extract the code to clear dmesg and wait for CRW reports
        tests/acceptance: test hot(un)plug of ccw devices
        target/s390x: Improve SUB LOGICAL WITH BORROW
        target/s390x: Improve cc computation for SUBTRACT LOGICAL
        target/s390x: Improve ADD LOGICAL WITH CARRY
        target/s390x: Improve cc computation for ADD LOGICAL
        qga/commands-posix: Send CCW address on s390x with the fsinfo data
        MAINTAINERS: move my git tree to gitlab
        s390x: pv: Fence additional unavailable SCLP facilities for PV guests
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      83734919
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-12-21' into staging · 3896895a
      Peter Maydell authored
      
      * Two fuzzer patches from Alexander
      * Show logs of failed acceptance jobs in the gitlab-CI
      
      # gpg: Signature made Mon 21 Dec 2020 13:38:37 GMT
      # gpg:                using RSA key 27B88847EEE0250118F3EAB92ED9D774FE702DB5
      # gpg:                issuer "thuth@redhat.com"
      # gpg: Good signature from "Thomas Huth <th.huth@gmx.de>" [full]
      # gpg:                 aka "Thomas Huth <thuth@redhat.com>" [full]
      # gpg:                 aka "Thomas Huth <huth@tuxfamily.org>" [full]
      # gpg:                 aka "Thomas Huth <th.huth@posteo.de>" [unknown]
      # Primary key fingerprint: 27B8 8847 EEE0 2501 18F3  EAB9 2ED9 D774 FE70 2DB5
      
      * remotes/huth-gitlab/tags/pull-request-2020-12-21:
        gitlab-ci: Archive logs of acceptance tests
        gitlab-ci: Refactor code that show logs of failed acceptances
        tests/acceptance: Bump avocado requirements to 83.0
        fuzz: fix the generic-fuzz-floppy config
        fuzz: Add more i386 configurations for fuzzing
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      3896895a
Loading